Changes between Version 39 and Version 40 of Documentation/FirstSteps
- Timestamp:
- 01/07/12 00:03:21 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/FirstSteps
v39 v40 22 22 We 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. 23 23 24 == 2. Getting Started == 24 == 2. Supported Algorithms and Problems == 25 A detailed list of available algorithms and problems in !HeuristicLab can be found on the [wiki:UsersFeatures Features] page. 26 27 == 3. Getting Started == 25 28 If 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: 26 29 … … 32 35 33 36 [=#Optimizer] 34 == 3. HeuristicLab Optimizer ==35 === 3.1 Start Working ===37 == 4. HeuristicLab Optimizer == 38 === 4.1 Start Working === 36 39 Follow these steps to start working with !HeuristicLab Optimizer: 37 40 1. '''Open an algorithm''' … … 49 52 * click ''!Start/Resume Algorithm'' to continue the algorithm or click ''Reset Algorithm'' to prepare a new run 50 53 51 === 3.2 Samples ===54 === 4.2 Samples === 52 55 For 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. 53 56 54 57 [=#Tutorials] 55 == 4. Tutorials ==58 == 5. Tutorials == 56 59 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 60 You can also have a look at [wiki:UsersTutorials this page] for slides of tutorials that we held at conferences. 58 61 59 === 4.1 Optimizing External Applications ===62 === 5.1 Optimizing External Applications === 60 63 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 [[UsersHowtosOptimizingExternalApplications#Tutorial| Tutorial]] will show you how to configure an external evaluation problem for that particular problem. 61 64 62 63 65 [=#PluginManager] 64 == 5. Plugin Infrastructure ==66 == 6. Plugin Infrastructure == 65 67 The [[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.69 68 70 69 == 7. Operators ==