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