Class NeatSelectionPolicyHandler<T extends Number & Comparable<T>>

java.lang.Object
net.bmahe.genetics4j.neat.selection.NeatSelectionPolicyHandler<T>
All Implemented Interfaces:
SelectionPolicyHandler<T>

public class NeatSelectionPolicyHandler<T extends Number & Comparable<T>> extends Object implements SelectionPolicyHandler<T>