Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 30 and Version 31 of Documentation/FirstSteps


Ignore:
Timestamp:
11/05/11 01:25:54 (12 years ago)
Author:
ascheibe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/FirstSteps

    v30 v31  
    5454[=#Tutorials]
    5555== 4. Tutorials ==
    56 Are 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!
     56Are 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]]
     57You can also have a look at the HeuristicLabTutorialSlides page for slides of tutorials that we held at conferences.
    5758
    5859=== 4.1 Optimizing External Applications ===
    5960The [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 [[DevelopersOptimizingExternalApplications#Tutorial| Tutorial]] will show you how to configure an external evaluation problem for that particular problem.
     61
    6062
    6163[=#PluginManager]