Class TournamentNSGA2SelectionPolicyHandlerFactory<T extends Comparable<T>>

java.lang.Object
net.bmahe.genetics4j.moo.nsga2.impl.TournamentNSGA2SelectionPolicyHandlerFactory<T>
All Implemented Interfaces:
Function<AbstractEAExecutionContext<T>,SelectionPolicyHandler<T>>, SelectionPolicyHandlerFactory<T>

public class TournamentNSGA2SelectionPolicyHandlerFactory<T extends Comparable<T>> extends Object implements SelectionPolicyHandlerFactory<T>