|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjeco.kernel.problem.Problem
jeco.lib.problems.zdt.ZDT
public abstract class ZDT
| Field Summary | |
|---|---|
protected double[] |
lowerBound
|
protected double[] |
upperBound
|
| Fields inherited from class jeco.kernel.problem.Problem |
|---|
INFINITY, name, numberOfObjectives, numberOfVariables |
| Constructor Summary | |
|---|---|
ZDT(java.lang.String name,
java.lang.Integer numberOfVariables)
|
|
| Method Summary | |
|---|---|
abstract Solutions |
computeParetoOptimalFront(int n)
|
Solutions |
newRandomSetOfSolutions(int size)
|
| Methods inherited from class jeco.kernel.problem.Problem |
|---|
evaluate, evaluateConstraints, getName, getNumberOfObjectives, getNumberOfVariables |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double[] lowerBound
protected double[] upperBound
| Constructor Detail |
|---|
public ZDT(java.lang.String name,
java.lang.Integer numberOfVariables)
| Method Detail |
|---|
public Solutions newRandomSetOfSolutions(int size)
newRandomSetOfSolutions in class Problempublic abstract Solutions computeParetoOptimalFront(int n)
computeParetoOptimalFront in class Problem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||