Changes between Version 15 and Version 16 of Documentation/Howto/UseHiveForOptimization
- Timestamp:
- 01/03/12 11:48:46 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Howto/UseHiveForOptimization
v15 v16 2 2 This page gives you instructions how to use !HeuristicLab Hive for optimization problems. 3 3 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 execut en-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).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 6 The following steps are required to run a Hive Job with HeuristicLab 3.3.5: