Penalty method exception. More...
#include <Exception.h>
Public Types | |
typedef T | number_type |
The number type. | |
typedef Point | point_type |
A Cartesian point. | |
Public Member Functions | |
PenaltyException (const char *message, const point_type &location, const number_type function, const number_type constraint, const number_type step_size, const number_type max_constraint_error, const number_type penalty_parameter) | |
Constructor. | |
virtual | ~PenaltyException () |
Destructor. | |
virtual void | print () |
Print an error message. |
Penalty method exception.