Public Member Functions

TSPEvalOp Class Reference
[Examples]

Traveling salesman (TSP) example - GA Permutation genotype (see more on this example in help/tutorial.html). More...

#include <TSPEvalOp.h>

Inheritance diagram for TSPEvalOp:
EvaluateOp

List of all members.

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.

Detailed Description

Traveling salesman (TSP) example - GA Permutation genotype (see more on this example in help/tutorial.html).

Definition at line 14 of file TSPEvalOp.h.


The documentation for this class was generated from the following files: