Artificial Mind Help

Gene.Evaluate Method 

Calculates the value of evaluation fnction of the solution represented by gene.

public abstract double Evaluate();

Return Value

Value of evaluation function.

Remarks

Returns quantitive measure of how good is the presented solution. If GeneticAlgorithm OptimizationType mode is set to Maximize then smaller number are better. If GeneticAlgorithm mode is set to Maximization then bigger numbers are better.

See Also

Gene Class | AnticipatingMinds.ArtificialMind.GeneticAlgorithms Namespace