Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Documentation/VideoTutorials/UserDefinedProblems


Ignore:
Timestamp:
06/25/14 14:05:02 (10 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/VideoTutorials/UserDefinedProblems

    v1 v1  
     1== HeuristicLab Video Tutorials ==
     2= How to Create User-Defined Problems =
     3
     4=== Abstract ===
     5In 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.
     6
     7=== Keywords ===
     8 * user-defined problem
     9 * n-queens
     10 * problem parameters
     11 * solution encoding
     12 * programmable operator
     13 * implement evaluation function
     14
     15
     16=== Additional Material ===
     17 * [raw-attachment:n-queens.hl]
     18
     19=== Video ===
     20{{{
     21#!html
     22<iframe width="800" height="450" src="//www.youtube-nocookie.com/embed/4ydl7NZUPy0?rel=0&authohide=1&modestbranding=1" frameborder="0" allowfullscreen></iframe>
     23}}}