Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 39 and Version 40 of Documentation/FirstSteps


Ignore:
Timestamp:
01/07/12 00:03:21 (12 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/FirstSteps

    v39 v40  
    2222We recommend having a look at the [[Architecture]] wiki page to get a more detailed description of the algorithm model. You can also revisit this page later on, as it is not really required for the introduction section.
    2323
    24 == 2. Getting Started ==
     24== 2. Supported Algorithms and Problems ==
     25A detailed list of available algorithms and problems in !HeuristicLab can be found on the [wiki:UsersFeatures Features] page.
     26
     27== 3. Getting Started ==
    2528If you start !HeuristicLab, a splash screen will appear while all the plugins are loaded. Afterwards you can select a !HeuristicLab application on the start screen:
    2629
     
    3235
    3336[=#Optimizer]
    34 == 3. HeuristicLab Optimizer ==
    35 === 3.1 Start Working ===
     37== 4. HeuristicLab Optimizer ==
     38=== 4.1 Start Working ===
    3639Follow these steps to start working with !HeuristicLab Optimizer:
    37401. '''Open an algorithm'''
     
    4952 * click ''!Start/Resume Algorithm'' to continue the algorithm or click ''Reset Algorithm'' to prepare a new run
    5053
    51 === 3.2 Samples ===
     54=== 4.2 Samples ===
    5255For you convenience we have prepared a set of [[UsersSamples| 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  [[UsersSamples#GATSP| GA for the ch130 problem]] might be worth a look.
    5356
    5457[=#Tutorials]
    55 == 4. Tutorials ==
     58== 5. Tutorials ==
    5659Are you looking for predefined algorithms which can be executed immediately or an easy step-by-step guide to the parameterization of a particular algorithm? In this section we will provide tutorials on different aspects of !HeuristicLab. Most of them are not yet written, but we strive to catch up with the documentation. Contributions are always welcome! [[BR]]
    5760You can also have a look at [wiki:UsersTutorials this page] for slides of tutorials that we held at conferences.
    5861
    59 === 4.1 Optimizing External Applications ===
     62=== 5.1 Optimizing External Applications ===
    6063The [http://cig.dei.polimi.it/?page_id=103 Race Car Setup Optimization Competition] was organized for the [http://dces.essex.ac.uk/research/evostar/ EvoStar 2010] conference. The problem is a classic "simulation-based optimization problem" with a simulator, a simulation model, and several configuration parameters that have to be optimized. The following [[UsersHowtosOptimizingExternalApplications#Tutorial| Tutorial]] will show you how to configure an external evaluation problem for that particular problem.
    6164
    62 
    6365[=#PluginManager]
    64 == 5. Plugin Infrastructure ==
     66== 6. Plugin Infrastructure ==
    6567The [[PluginManagerConsole| Plugin Manager Console]] allows you to install/remove plugins and upgrade your plugins when new versions become available.
    66 
    67 == 6. Supported Algorithms and Problems ==
    68 A detailed list of available algorithms and problems in !HeuristicLab can be found on the [wiki:UsersFeatures Features] page.
    6968
    7069== 7. Operators ==