Differential Evolution C++ library
|
#include <processors.hpp>
Public Member Functions | |
objective_function_exception (const std::string &message) |
Exception thrown in case of an error in the objective function.
de::objective_function_exception::objective_function_exception | ( | const std::string & | message | ) | [inline] |
constructs an objectivr_function_exception object
message | the message describing the error that caused the exception |