Changes between Version 30 and Version 31 of Documentation/FirstSteps
- Timestamp:
- 11/05/11 01:25:54 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/FirstSteps
v30 v31 54 54 [=#Tutorials] 55 55 == 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! 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! [[BR]] 57 You can also have a look at the HeuristicLabTutorialSlides page for slides of tutorials that we held at conferences. 57 58 58 59 === 4.1 Optimizing External Applications === 59 60 The [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 60 62 61 63 [=#PluginManager]