Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 44 and Version 45 of Documentation/FirstSteps


Ignore:
Timestamp:
07/23/14 00:00:25 (10 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/FirstSteps

    v44 v45  
    3636== 5. Testing and Analysis ==
    3737HeuristicLab supports two basic optimizers that help you in testing algorithms:
    38  * [[Batch Run]]: A run in which an algorithm is executed a given number of times (repetitions).
    39  * [[Experiment]]: An experiment which contains multiple optimizers (can be organized hierarchically)
     38 * '''Batch Run''': A run in which an algorithm is executed a given number of times (repetitions).
     39 * '''Experiment''': An experiment which contains multiple optimizers (can be organized hierarchically)
    4040
    4141The //Create Experiment// dialog in the Edit menu is a great and simple way to perform parameter grid tests. If an algorithm window is highlighted, this menu option becomes available. In the dialog you will be able to define parameter settings for each of the algorithm's parameters as well as the problem instances that these should be applied to. Keep an eye on the number of variations as this can lead to huge experiments that potentially become too big for your computer's memory.