S - Encodingpublic interface Problem<S extends Solution<?>> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
S |
createSolution() |
void |
evaluate(S solution) |
String |
getName() |
int |
getNumberOfConstraints() |
int |
getNumberOfObjectives() |
int |
getNumberOfVariables() |
Copyright © 2017. All rights reserved.