Traveling salesman (TSP) example - GA Permutation genotype (see more on this example in help/tutorial.html). More...
#include <TSPEvalOp.h>
Public Member Functions | |
| void | registerParameters (StateP) |
| Register evaluator parameters. Called before EvaluateOp::initialize method. | |
| bool | initialize (StateP) |
| Initialize the evaluator. Called before first evaluation occurs. | |
| FitnessP | evaluate (IndividualP individual) |
| Evaluate a single individual. Method must create and return a Fitness object. | |
Traveling salesman (TSP) example - GA Permutation genotype (see more on this example in help/tutorial.html).
Definition at line 14 of file TSPEvalOp.h.
1.7.1