Method | Description | |
---|---|---|
EvaluationInfo ( int fitnessHistoryLength ) : System |
Construct and allocate the specified amount of memory for fitness history. Use zero if you don't require fitness history - but note that no arithmetic mean will be available.
|
|
IncrEvaluationPassCount ( ) : void |
Increments EvaluationPassCount.
|
|
SetFitness ( double fitness ) : void |
Assign a fitness. If a fitness history buffer was created then the value will be enqueued in the buffer.
|
public EvaluationInfo ( int fitnessHistoryLength ) : System | ||
fitnessHistoryLength | int | |
return | System |