Changes between Initial Version and Version 1 of Ticket #1663, comment 2
- Timestamp:
- 10/26/11 23:36:49 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1663, comment 2
initial v1 1 1 r6938 2 * Added an *Operators*parameter in `Problem`2 * Added an //Operators// parameter in `Problem` 3 3 * Adapted `KnapsackProblem`, `OnemaxProblem`, `SingleObjectiveTestFunctionProblem`, `TravelingSalesmanProblem`, and `VehicleRoutingProblem` to derive from `SingleObjectiveHeuristicOptimizationProblem<U, V>`, renamed and marked old list as obsolete. Note that `QuadraticAssignmentProblem`, as well as the new !DataAnalysisProblems already derived from that class. `ArtificialAntProblem` was not yet modified. 4 4 * Added some test lists and adapted `SamplesTest`