| Package | Description |
|---|---|
| org.uma.jmetal.solution.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBinarySolution
Defines an implementation of a binary solution
|
class |
DefaultDoubleBinarySolution
Description:
- this solution contains an array of double value + a binary string
- getNumberOfVariables() returns the number of double values + 1 (the string)
- getNumberOfDoubleVariables() returns the number of double values
- getNumberOfVariables() = getNumberOfDoubleVariables() + 1
- the bitset is the last variable
|
class |
DefaultDoubleSolution
Defines an implementation of a double solution
|
class |
DefaultIntegerDoubleSolution
Defines an implementation of a class for solutions having integers and doubles
|
class |
DefaultIntegerPermutationSolution
Defines an implementation of solution composed of a permuation of integers
|
class |
DefaultIntegerSolution
Defines an implementation of an integer solution
|
Copyright © 2015. All rights reserved.