Changes between Version 4 and Version 5 of Documentation/Howto/Use Hive Engine
- Timestamp:
- 05/16/15 21:42:11 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Howto/Use Hive Engine
v4 v5 1 1 = How to ... use the !HiveEngine = 2 2 3 To 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.3 To use the !HiveEngine you need the assemblies found in the [[wiki:BranchesDailyBuilds| Meta-Optimization branch]]. Just as explained in the [[Documentation/Howto/UseHiveForOptimization|using Hive howto]] 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. 4 4 5 The !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:5 The !HiveEngine parallelizes child-operations from !UniformSubScopesProcessor-operations where the Parallel flag is set to true. The 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: 6 6 7 7 [[Image(HiveEngine.png, width=700)]]


