| Package | Description |
|---|---|
| org.uma.jmetal.solution.impl |
| Modifier and Type | Class and Description |
|---|---|
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
|
Copyright © 2018. All rights reserved.