ConstrEx Class Reference
Class representing the problem ConstrEx.
#include <ConstrEx.h>
Inheritance diagram for ConstrEx:

Public Member Functions | |
| ConstrEx (VariableType variableType) | |
| Constructor. | |
| void | evaluate (Individual *individual) |
| Evaluates an indidividual. | |
| void | evaluateConstraints (Individual *individual) |
| Constraint evaluation. | |
Detailed Description
Definition at line 20 of file ConstrEx.h.
Constructor & Destructor Documentation
|
Member Function Documentation
|
|
Implements MultiobjectiveProblem. Definition at line 48 of file ConstrEx.cpp. References Individual::chromosome_, Individual::fitness_, and Chromosome::gene_. |
|
|
Reimplemented from MultiobjectiveProblem. Definition at line 70 of file ConstrEx.cpp. References Individual::chromosome_, Chromosome::gene_, Individual::numberOfViolatedConstraints_, and Individual::overallConstraintViolation_. |
The documentation for this class was generated from the following files: