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>
-
Constructor Details
-
TournamentNSGA2SelectionPolicyHandlerFactory
public TournamentNSGA2SelectionPolicyHandlerFactory()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<AbstractEAExecutionContext<T extends Comparable<T>>,
SelectionPolicyHandler<T extends Comparable<T>>>
-