Changes between Version 1 and Version 2 of Documentation/VideoTutorials
- Timestamp:
- 06/25/14 14:59:47 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/VideoTutorials
v1 v2 18 18 == Advanced Tutorials == 19 19 20 === How to Create Custom Algorithms === 20 === [wiki:Documentation/VideoTutorials/CustomAlgorithms How to Create Custom Algorithms] === 21 This video shows how algorithms in HeuristicLab can be adapted in the GUI by extending a genetic algorithm to incorporate a crossover probability. 22 21 23 === [wiki:Documentation/VideoTutorials/UserDefinedProblems How to Create User-defined Problems] === 22 24 In this video it is shown how user-defined problems can be used to extend HeuristicLab with new custom optimization problems. As an example a user-defined n-queens problem is created and you can see how to define the problem's parameters and its solution encoding and how to implement a custom evaluation function using a programmable operator. 23 25 24 === Execute and Analyze experiments using Hive===25 === Rapid prototyping with scripts === 26 === [wiki:Documentation/VideoTutorials/UseHive How to Use HeuristicLab Hive] === 27 Hive is HeuristicLab's distributed computing infrastructure and can be used to execute experiments in a massively parallel and distributed fashion. This video shows how to create an experiment, upload it to Hive for execution and view the results. 26 28 29 === [wiki:Documentation/VideoTutorials/Scripting Rapid Prototyping Using the Scripting Environment] === 30 <abstract> 27 31 28 32 == Application-specific Tutorials ==