Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 20 and Version 21 of Documentation/Howto/UseHiveForOptimization


Ignore:
Timestamp:
07/08/12 04:06:52 (12 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Howto/UseHiveForOptimization

    v20 v21  
    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 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).
    55
    6 The following steps are required to run a Hive Job with HeuristicLab 3.3.6:
     6The following steps are required to run a Hive Job with HeuristicLab 3.3.6 or above:
    77
    88 1. Start HeuristicLab Optimizer