Changes between Version 20 and Version 21 of Documentation/Howto/UseHiveForOptimization
- Timestamp:
- 07/08/12 04:06:52 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Howto/UseHiveForOptimization
v20 v21 4 4 Hive gives you the possibility to execute independent algorithms in parallel. It distributes those algorithms as jobs to a network of slaves which execute them and post back the results. Hive performs best if there is a large number of jobs which have long execution times. Also if limited memory is a issue on a local PC, Hive can be an advantage since it can decide to run the jobs only on machines with enough memory (like the blade server nodes). 5 5 6 The following steps are required to run a Hive Job with HeuristicLab 3.3.6 :6 The following steps are required to run a Hive Job with HeuristicLab 3.3.6 or above: 7 7 8 8 1. Start HeuristicLab Optimizer