Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 2 of Documentation/VideoTutorials


Ignore:
Timestamp:
06/25/14 14:59:47 (10 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/VideoTutorials

    v1 v2  
    1818== Advanced Tutorials ==
    1919
    20 === How to Create Custom Algorithms ===
     20=== [wiki:Documentation/VideoTutorials/CustomAlgorithms How to Create Custom Algorithms] ===
     21This video shows how algorithms in HeuristicLab can be adapted in the GUI by extending a genetic algorithm to incorporate a crossover probability.
     22
    2123=== [wiki:Documentation/VideoTutorials/UserDefinedProblems How to Create User-defined Problems] ===
    2224In 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.
    2325
    24 === Execute and Analyze experiments using Hive ===
    25 === Rapid prototyping with scripts ===
     26=== [wiki:Documentation/VideoTutorials/UseHive How to Use HeuristicLab Hive] ===
     27Hive 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.
    2628
     29=== [wiki:Documentation/VideoTutorials/Scripting Rapid Prototyping Using the Scripting Environment] ===
     30<abstract>
    2731
    2832== Application-specific Tutorials ==