Changes between Version 6 and Version 7 of Documentation/FirstSteps
- Timestamp:
- 06/01/10 17:25:25 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/FirstSteps
v6 v7 14 14 [=#Optimizer] 15 15 == 3. HeuristicLab Optimizer == 16 === 3.1 Start Working === 16 17 Follow these steps to start working with HeuristicLab Optimizer: 17 18 1. '''Open an algorithm''' … … 28 29 * check the results on the Results tab of the algorithm 29 30 * click ''!Start/Resume Algorithm'' to continue the algorithm or click ''Reset Algorithm'' to prepare a new run 31 32 === 3.2 Samples === 33 For you convenience we have prepared a set of [[UsersTSPSample| samples]] that are shipped with HeuristicLab. These samples provide a set of preconfigured algorithms for particular problems. For example, if you want to solve a TSP problem with genetic algorithms our preconfigured [[UsersTSPSample#GATSP| GA for the ch130 problem]] might be worth a look. 30 34 [=#Tutorials] 31 35 == 4. Metaheuristic Tutorials ==