org.moeaframework.problem.ZDT
Class ZDT4
java.lang.Object
org.moeaframework.problem.AbstractProblem
org.moeaframework.problem.ZDT.ZDT
org.moeaframework.problem.ZDT.ZDT4
All Implemented Interfaces: Problem
public class ZDT4 extends ZDT
The ZDT4 test problem.
Constructor Summary
ZDT4 ()
Constructs a ZDT4 test problem with 10 decision variables.
ZDT4 (int numberOfVariables)
Constructs a ZDT4 test problem with the specified number of decision
variables.
Method Summary
void
evaluate (Solution solution)
Evaluates the solution, updating the solution's objectives in place.
Methods inherited from class org.moeaframework.problem.ZDT.ZDT
newSolution
ZDT4
public ZDT4 ()
Constructs a ZDT4 test problem with 10 decision variables.
ZDT4
public ZDT4 (int numberOfVariables)
Constructs a ZDT4 test problem with the specified number of decision
variables.
Parameters: numberOfVariables - the number of decision variables
evaluate
public void evaluate (Solution solution)
Description copied from interface: Problem
Evaluates the solution, updating the solution's objectives in place.
Algorithms must explicitly call this method when appropriate to evaluate
new solutions or reevaluate modified solutions.
Parameters: solution - the solution to be evaluated
Copyright 2009-2015 MOEA Framework. All rights reserved. Licensed under the GNU Lesser General Public License . Return to the MOEA Framework homepage . Hosted by