jMetal / jMetalCpp

A C++ version of jMetal, a Java framework aimed at multi-objective optimization with metaheuristics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Throw exceptions on errors.

estebanpua opened this issue · comments

Don't use "exit(-1)" on error to allow graceful recovery. Maybe use error codes or exceptions.