jmetal.problems.LZ09
Class LZ09

java.lang.Object
  extended by jmetal.problems.LZ09.LZ09

public class LZ09
extends java.lang.Object

Base class to implement the problems of the LZ09 benchmark, which is defined in: H. Li and Q. Zhang. Multiobjective optimization problems with complicated pareto sets, MOEA/D and NSGA-II. IEEE Transactions on Evolutionary Computation, 12(2):284-302, April 2009.


Constructor Summary
LZ09(int nvar, int nobj, int ptype, int dtype, int ltype)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LZ09

public LZ09(int nvar,
            int nobj,
            int ptype,
            int dtype,
            int ltype)