Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 10 and Version 11 of Documentation/Howto/UseHiveForOptimization


Ignore:
Timestamp:
06/27/11 16:35:45 (13 years ago)
Author:
cneumuel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Howto/UseHiveForOptimization

    v10 v11  
    1 = How to use Hive-3.4 for optimization =
    2 This page gives you instructions how to use HeuristicLab.Hive-3.4 for optimization problems.
     1= How to use Hive for optimization =
     2This page gives you instructions how to use HeuristicLab.Hive for optimization problems.
    33
    44Hive 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 executen-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).