Class NeatSelection<T extends Comparable<T>>

java.lang.Object
net.bmahe.genetics4j.neat.spec.selection.NeatSelection<T>
All Implemented Interfaces:
SelectionPolicy
Direct Known Subclasses:
ImmutableNeatSelection

@Immutable public abstract class NeatSelection<T extends Comparable<T>> extends Object implements SelectionPolicy