FitnessGroup

data class FitnessGroup(val members: List<SharedFitness>)(source)

A group of population members judged statistically indistinguishable in fitness.

Parameters

members

the members of the group, ordered best-first

Constructors

Link copied to clipboard
constructor(members: List<SharedFitness>)

Properties

Link copied to clipboard