|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmetal.core.SolutionType
jmetal.encodings.solutionType.IntRealSolutionType
public class IntRealSolutionType
Class representing a solution type including two variables: an integer and a real.
| Field Summary |
|---|
| Fields inherited from class jmetal.core.SolutionType |
|---|
problem_ |
| Constructor Summary | |
|---|---|
IntRealSolutionType(Problem problem,
int intVariables,
int realVariables)
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 IntRealSolutionType(Problem problem,
int intVariables,
int realVariables)
problem - Problem to solveintVariables - Number of integer variablesrealVariables - Number of real variables| Method Detail |
|---|
public Variable[] createVariables()
throws java.lang.ClassNotFoundException
createVariables in class SolutionTypejava.lang.ClassNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||