Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 2 and Version 3 of Documentation/Howto/Use Hive Engine


Ignore:
Timestamp:
01/02/12 22:07:08 (12 years ago)
Author:
ascheibe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Howto/Use Hive Engine

    v2 v3  
    11= How to use the !HiveEngine =
    22
    3 To use the !HiveEngine you need the assemblies found in source:/branches/HeuristicLab.Hive-3.4/binaries/HeuristicLab.Hive.ExperimentManager-3.4.zip . Just as explained in [wiki:UsersHowtosUseHiveForOptimization] you must enter your credentials before you can use it. When you start HL and open an algorithm you can choose the !HiveEngine at the engines-tab.
     3To use the !HiveEngine you need the assemblies found in the [[wiki:BranchesDailyBuilds| Meta-Optimization branch]]. Just as explained in [wiki:UsersHowtosUseHiveForOptimization] you must enter your credentials before you can use it. When you start HL and open an algorithm you can choose the !HiveEngine at the engines-tab.
    44
    5 The !HiveEngine parallelizes child-operations from !UniformSubScopesProcessor-operations where the Parallel flag is set to true. The [wiki:Genetic Algorithm] for example is pre-configured to parallelize the solution evaluation of all individuals. If the !HiveEngine is used for such a genetic algorithm every time a new !UniformSubScopesProcessor-operator is executed (the solution evaluation) a new HiveExperiment is created:
     5The !HiveEngine parallelizes child-operations from !UniformSubScopesProcessor-operations where the Parallel flag is set to true. The [[wiki:Genetic Algorithm| Genetic Algorithm]] for example is pre-configured to parallelize the solution evaluation of all individuals. If the !HiveEngine is used for such a genetic algorithm every time a new !UniformSubScopesProcessor-operator is executed (the solution evaluation) a new Hive Job is created:
    66
    77[[Image(HiveEngine.png, width=700)]]