| Interface | Description |
|---|---|
| Problem<SolutionType extends Solution> |
Interface of a problem with a generic solution type.
|
| Class | Description |
|---|---|
| GenericProblem<SolutionType extends Solution,DataType> |
A generic problem is fully based on delegation of its responsabilities, by separating data from the objective,
constraints (if any) and random solution generation.
|
Copyright © 2016. All rights reserved.