Changes between Version 4 and Version 5 of Documentation/FirstSteps
- Timestamp:
- 05/31/10 17:13:35 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/FirstSteps
v4 v5 15 15 == 3. HeuristicLab Optimizer == 16 16 Follow these steps to start working with HeuristicLab Optimizer: 17 1. Open an algorithm18 * click (New Item) in the toolbar and select an algorithm or click (Open File)in the toolbar and load an algorithm from a file19 2. Open a problem in the algorithm20 * in the Problem tab of the algorithm click (New Problem) and select a problem or click (Open Problem)and load a problem from a file21 3. Set parameters17 1. '''Open an algorithm''' 18 * click ''New Item'' in the toolbar and select an algorithm or click ''Open File'' in the toolbar and load an algorithm from a file 19 2. '''Open a problem in the algorithm''' 20 * in the Problem tab of the algorithm click ''New Problem'' and select a problem or click ''Open Problem'' and load a problem from a file 21 3. '''Set parameters''' 22 22 * set problem parameters in the Problem tab of the algorithm 23 23 * set algorithm parameters in the Parameters tab of the algorithm 24 4. Run the algorithm25 * click (Start/Resume Algorithm)to execute the algorithm (if the button is grayed out some parameters of the algorithm or the problem still have to be set)26 * wait for the algorithm to terminate or click (Pause Algorithm) to interrupt its execution or click (Stop Algorithm)to stop its execution27 5. Check results24 4. '''Run the algorithm''' 25 * click ''!Start/Resume Algorithm'' to execute the algorithm (if the button is grayed out some parameters of the algorithm or the problem still have to be set) 26 * wait for the algorithm to terminate or click ''Pause Algorithm'' to interrupt its execution or click ''Stop Algorithm'' to stop its execution 27 5. '''Check results''' 28 28 * check the results on the Results tab of the algorithm 29 * click (Start/Resume Algorithm) to continue the algorithm or click (Reset Algorithm)to prepare a new run29 * click ''!Start/Resume Algorithm'' to continue the algorithm or click ''Reset Algorithm'' to prepare a new run 30 30 [=#Tutorials] 31 31 == 4. Metaheuristic Tutorials == … … 36 36 [=#PluginManager] 37 37 == 5. Plugin Infrastructure == 38 The [[PluginManagerConsole| Plugin Manager Console]] allows you to install/remove plugins and upgrade your plugins when new versions become available. 38 39 == 6. Conclusion == 39 40 == 7. Feedback == 40 Any feedback, questions, 41 Any feedback, questions,problems or requests for new features? 41 42 Write an e-mail to support@heuristiclab.com to contact the HeuristicLab development team