Package org.moeaframework.problem.LSMOP
Class LSMOP8
java.lang.Object
org.moeaframework.problem.LSMOP.LSMOP
org.moeaframework.problem.LSMOP.LSMOP8
- All Implemented Interfaces:
- AutoCloseable,- Named,- Problem
The mixed-modality, mixed-separability LSMOP8 problem.
- 
Field SummaryFields inherited from class org.moeaframework.problem.LSMOP.LSMOPDEFAULT_N_k, DEFAULT_N_ns
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.moeaframework.problem.LSMOP.LSMOPclose, evaluate, getName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables, newSolution
- 
Constructor Details- 
LSMOP8public LSMOP8(int M) Constructs the LSMOP8 problem.- Parameters:
- M- the number of objectives
 
- 
LSMOP8public LSMOP8(int M, int N_k) Constructs the LSMOP8 problem.- Parameters:
- M- the number of objectives
- N_k- the number of subcomponents in each decision variable group
 
 
-