Differential Evolution C++ library
de::objective_function_exception Class Reference

#include <processors.hpp>

Inheritance diagram for de::objective_function_exception:
Collaboration diagram for de::objective_function_exception:

List of all members.

Public Member Functions

 objective_function_exception (const std::string &message)

Detailed Description

Exception thrown in case of an error in the objective function.

Author:
adrian (12/1/2011)

Constructor & Destructor Documentation

de::objective_function_exception::objective_function_exception ( const std::string &  message) [inline]

constructs an objectivr_function_exception object

Author:
adrian (12/11/2011)
Parameters:
messagethe message describing the error that caused the exception

The documentation for this class was generated from the following file: