Changes between Version 49 and Version 50 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 03/20/10 20:40:03 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v49 v50 13 13 * The !OperatorGraphVisualization doesn't respect operator collections (e.g. `SequentialSubScopesProcessor`) 14 14 * In `TypeSelector` filter types that don't have a constructor (like currently `PathTSPTour`) 15 * Tabu search should abort when no feasible move found in the neighborhood 16 * Evolution strategy should have optional crossover and require mutation 15 17 16 18 === Priority: MEDIUM === 19 * Saving a problem doesn't remember the filename when saving again 17 20 * The TSP problem view: 18 21 * Would be nice to have paste support (e.g. from Excel) in the datagrid of the string convertible matrix view.