Overview | Group | Tree | Graph | Index | Concepts |
This goal is nothing more than a way to execute
IloMultipleEvaluator::update
in a goal, which
can be particularly convenient when building goals using
genetic algorithms.
The following code prepends a goal which makes sure a evaluator of the population is up-to-date before embarking on a new genetic algorithm generation.
generationGoal = IloUpdate(env, parentEvaluator, population) && generationGoal;
See Also: