Changes between Version 44 and Version 45 of Documentation/FirstSteps
- Timestamp:
- 07/23/14 00:00:25 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/FirstSteps
v44 v45 36 36 == 5. Testing and Analysis == 37 37 HeuristicLab 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) 40 40 41 41 The //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.