jeco.lib.problems.dtlz
Class DTLZ2

java.lang.Object
  extended by jeco.kernel.problem.Problem
      extended by jeco.lib.problems.dtlz.DTLZ
          extended by jeco.lib.problems.dtlz.DTLZ2

public class DTLZ2
extends DTLZ


Field Summary
 
Fields inherited from class jeco.lib.problems.dtlz.DTLZ
lowerBound, upperBound
 
Fields inherited from class jeco.kernel.problem.Problem
INFINITY, name, numberOfObjectives, numberOfVariables
 
Constructor Summary
DTLZ2()
           
DTLZ2(java.lang.Integer numberOfVariables)
           
 
Method Summary
 Solutions computeParetoOptimalFront(int n)
           
 void evaluate(Solution solution)
           
 
Methods inherited from class jeco.lib.problems.dtlz.DTLZ
newRandomSetOfSolutions
 
Methods inherited from class jeco.kernel.problem.Problem
evaluateConstraints, getName, getNumberOfObjectives, getNumberOfVariables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTLZ2

public DTLZ2(java.lang.Integer numberOfVariables)

DTLZ2

public DTLZ2()
Method Detail

evaluate

public void evaluate(Solution solution)
Specified by:
evaluate in class Problem

computeParetoOptimalFront

public Solutions computeParetoOptimalFront(int n)
Specified by:
computeParetoOptimalFront in class DTLZ