|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmetal.core.SolutionType
jmetal.encodings.solutionType.ArrayRealSolutionType
public class ArrayRealSolutionType
Class representing the solution type of solutions composed of an ArrayReal encodings.variable
| Field Summary |
|---|
| Fields inherited from class jmetal.core.SolutionType |
|---|
problem_ |
| Constructor Summary | |
|---|---|
ArrayRealSolutionType(Problem problem)
Constructor |
|
| Method Summary | |
|---|---|
Variable[] |
copyVariables(Variable[] vars)
Copy the variables |
Variable[] |
createVariables()
Creates the variables of the solution |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayRealSolutionType(Problem problem)
problem - Problem to solve| Method Detail |
|---|
public Variable[] createVariables()
createVariables in class SolutionTypepublic Variable[] copyVariables(Variable[] vars)
copyVariables in class SolutionTypevars - Variables
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||