Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 14 and Version 15 of Documentation/FirstSteps


Ignore:
Timestamp:
06/02/10 14:42:29 (14 years ago)
Author:
mkofler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/FirstSteps

    v14 v15  
    11[[PageOutline]]
    22= HeuristicLab 3: User Manual =
     3
    34== 1. Introduction ==
    45=== 1.1 Target Audience ===
    56This manual is intended for end users, domain experts and students who are not necessarily familiar with algorithm development in .NET. It therefore focuses on the graphical user interface and how to configure, customize and extend the available standard algorithm already available in HeuristicLab 3.3 for a particular problem without writing (a lot of) code. We believe that a successive transfer of competence in algorithm development from heuristic optimization experts to users working on real-world applications would be very beneficial for the community as a whole. This manual will slowly guide you through a number of [#Tutorials tutorials] after which we hope even novice users will no longer have to use metaheuristics as black box techniques, but can use them as algorithms which can be modified and easily tuned to specific problem situations.
     7
    68== 2. Getting Started ==
    79If 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:
     
    1214 * [#Optimizer HeuristicLab Optimizer]: The optimizer is the core application of the HeuristicLab Framework, providing a variety of metaheuristic algorithms, standard problem implementations, a comfortable test bench and modules for algorithm development and visualization. As an end user you will mostly work with the Optimizer.
    1315 * [#PluginManager HeuristicLab Plugin Manager]: The HeuristicLab architecture is based on plugins. All optimization algorithms and problems are realized as plugins and interact with each other via well-defined and extensible interfaces. The plugin manager allows you to browse, install and update available plugins from our centralized update location or manage your own plugins.
     16
    1417[=#Optimizer]
    1518== 3. HeuristicLab Optimizer ==
     
    3235=== 3.2 Samples ===
    3336For you convenience we have prepared a set of [[UsersTSPSample| 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  [[UsersTSPSample#GATSP| GA for the ch130 problem]] might be worth a look.
     37
    3438[=#Tutorials]
    3539== 4. Tutorials ==
     
    3943== 5. Plugin Infrastructure ==
    4044The [[PluginManagerConsole| Plugin Manager Console]] allows you to install/remove plugins and upgrade your plugins when new versions become available.
     45
    4146== 6. Problems ==
    4247The following problems are currently available in HeuristicLab.
     
    4853 * Symbolic Regression Problem
    4954 * Travelling Salesman Problem
     55
    5056== 7. Algorithms ==
    5157 * [[Evolution Strategy]]
     
    5864 * Tabu Search
    5965 * User-Defined Algorithm
     66
    6067== 8. Testing and Analysis ==
    6168 * '''Batch Run:''' A run in which an algorithm is executed a given number of times (repetitions).
    6269 * '''Experiment:''' An experiment which contains multiple batch runs of algorithms.
     70
    6371== 9. Feedback ==
    6472Any feedback, questions,problems or requests for new features?