Class NSGA2SelectionPolicyHandlerFactory<T extends Comparable<T>>
java.lang.Object
net.bmahe.genetics4j.moo.nsga2.impl.NSGA2SelectionPolicyHandlerFactory<T>
- All Implemented Interfaces:
Function<AbstractEAExecutionContext<T>,
,SelectionPolicyHandler<T>> SelectionPolicyHandlerFactory<T>
public class NSGA2SelectionPolicyHandlerFactory<T extends Comparable<T>>
extends Object
implements SelectionPolicyHandlerFactory<T>
-
Constructor Details
-
NSGA2SelectionPolicyHandlerFactory
public NSGA2SelectionPolicyHandlerFactory()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<AbstractEAExecutionContext<T extends Comparable<T>>,
SelectionPolicyHandler<T extends Comparable<T>>>
-