public double Fitness { get; }
Public ReadOnly Property Fitness As Double Get
Fitness value (usefulness) of the chromosome calculate by calling Evaluate(IFitnessFunction) method. The greater the value, the more useful the chromosome.
Accord.NET Framework © 2009-2017. All documentation is licensed under the Creative Commons Attribution/Share-Alike License.