paretoRank property

  1. @nonVirtual
int paretoRank
getter/setter pair

Pareto rank of the fitness result. This is computed and assigned in GeneticAlgorithm._assignParetoRanks.

Implementation

@nonVirtual
int paretoRank = 1;