Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #1663, comment 2


Ignore:
Timestamp:
10/26/11 23:36:49 (13 years ago)
Author:
abeham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1663, comment 2

    initial v1  
    11r6938
    2  * Added an *Operators* parameter in `Problem`
     2 * Added an //Operators// parameter in `Problem`
    33 * 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.
    44 * Added some test lists and adapted `SamplesTest`