Free cookie consent management tool by TermsFeed Policy Generator

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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/VideoTutorials/UserDefinedProblems

    v1 v2  
    1 == HeuristicLab Video Tutorials ==
    21= How to Create User-Defined Problems =
    32
    43=== Abstract ===
    54In 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.
     5
     6{{{
     7#!html
     8<iframe width="800" height="450" align="center" src="//www.youtube-nocookie.com/embed/4ydl7NZUPy0?rel=0&authohide=1&modestbranding=1" frameborder="0" allowfullscreen></iframe>
     9}}}
     10
     11=== Additional Material ===
     12 * [raw-attachment:n-queens.hl]
    613
    714=== Keywords ===
     
    1219 * programmable operator
    1320 * 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 }}}