| Package | Description |
|---|---|
| org.uma.jmetal.solution.impl |
| Class and Description |
|---|
| AbstractGenericSolution
Abstract class representing a generic solution
|
| ArrayDoubleSolution
Implementation of
DoubleSolution using arrays. |
| DefaultBinarySolution
Defines an implementation of a binary solution
|
| 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
|
| DefaultDoubleSolution
Defines an implementation of a double solution
|
| DefaultIntegerDoubleSolution
Defines an implementation of a class for solutions having integers and doubles
|
| DefaultIntegerPermutationSolution
Defines an implementation of solution composed of a permuation of integers
|
| DefaultIntegerSolution
Defines an implementation of an integer solution
|
Copyright © 2017. All rights reserved.