List of all members.
Public Member Functions |
|
| Evaluation (double obj, double inf, M &mm) |
|
| Evaluation (double obj, M &mm) |
|
| Evaluation (const Evaluation< M > &e) |
|
const M & | getM () const |
|
M & | getM () |
|
double | getObjFunction () const |
|
double | getInfMeasure () const |
|
void | setM (const M &mm) |
|
void | setObjFunction (double obj) |
|
void | setInfMeasure (double inf) |
|
virtual double | evaluation () const |
|
virtual bool | isFeasible () const |
|
virtual void | print () const |
|
virtual Evaluation & | operator= (const Evaluation &e) |
|
virtual Evaluation< M > & | clone () const |
Protected Attributes |
|
M & | m |
|
double | objFunction |
|
double | infMeasure |
template<class M = OPTFRAME_DEFAULT_MEMORY>
class Evaluation< M >
The documentation for this class was generated from the following file: