Package org.moeaframework.problem.LSMOP
Class LSMOP9
java.lang.Object
org.moeaframework.problem.LSMOP.LSMOP
org.moeaframework.problem.LSMOP.LSMOP9
- All Implemented Interfaces:
AutoCloseable
,Problem
The mixed-modality, fully-separable LSMOP9 problem.
-
Field Summary
Fields inherited from class org.moeaframework.problem.LSMOP.LSMOP
DEFAULT_N_k, DEFAULT_N_ns
-
Constructor Summary
-
Method Summary
Methods inherited from class org.moeaframework.problem.LSMOP.LSMOP
close, evaluate, getName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables, newSolution
-
Constructor Details
-
LSMOP9
public LSMOP9(int M) Constructs the LSMOP9 problem.- Parameters:
M
- the number of objectives
-
LSMOP9
public LSMOP9(int M, int N_k) Constructs the LSMOP9 problem.- Parameters:
M
- the number of objectivesN_k
- the number of subcomponents in each decision variable group
-