| Class | Description |
|---|---|
| AbstractGenericSolution<T,P extends Problem<?>> |
Abstract class representing a generic solution
|
| 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 © 2015. All rights reserved.