Package net.bmahe.genetics4j.gp.spec.selection
package net.bmahe.genetics4j.gp.spec.selection
-
ClassesClassDescriptionDoubleTournament<T extends Comparable<T>>Double tournament selection strategy that combines fitness-based and parsimony-based selection to control bloat in genetic programming and other evolutionary algorithms.ImmutableDoubleTournament<T extends Comparable<T>>Immutable implementation of
DoubleTournament
.ImmutableDoubleTournament.Builder<T extends Comparable<T>>Builds instances of typeDoubleTournament
.