Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 2 and Version 3 of Documentation/FirstSteps


Ignore:
Timestamp:
05/31/10 16:50:18 (14 years ago)
Author:
mkofler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/FirstSteps

    v2 v3  
    1717[=#Optimizer]
    1818== 3. HeuristicLab Optimizer ==
     19Follow these steps to start working with HeuristicLab Optimizer:
     201. Open an algorithm
     21 * click (New Item) in the toolbar and select an algorithm or click   (Open File) in the toolbar and load an algorithm from a file
     222. Open a problem in the algorithm
     23 * 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
     243. Set parameters
     25 * set problem parameters in the Problem tab of the algorithm
     26 * set algorithm parameters in the Parameters tab of the algorithm
     274. Run the algorithm
     28 * 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)
     29 * wait for the algorithm to terminate or click   (Pause Algorithm) to interrupt its execution or click   (Stop Algorithm) to stop its execution
     305. Check results
     31 * check the results on the Results tab of the algorithm
     32 * click   (Start/Resume Algorithm) to continue the algorithm or click (Reset Algorithm) to prepare a new run
    1933
    2034[=#Tutorials]
    2135== 4. Metaheuristic Tutorials ==
     36Are you looking for predefined algorithms which can be executed immediately or an easy step-by-step guide to the parameterization of a particular algorithm? Look no further:
    2237=== 4.1 GA User Manual ===
    2338=== 4.2 GP User Manual ===
     
    2742== 5. Plugin Infrastructure ==
    2843== 6. Conclusion ==
     44== 7. Feedback ==
     45Any feedback, questions, problems or requests for new features?
     46Write an e-mail to support@heuristiclab.com to contact the HeuristicLab development team