Changes between Version 1 and Version 2 of Documentation/VideoTutorials/UserDefinedProblems
- Timestamp:
- 06/25/14 14:16:05 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/VideoTutorials/UserDefinedProblems
v1 v2 1 == HeuristicLab Video Tutorials ==2 1 = How to Create User-Defined Problems = 3 2 4 3 === Abstract === 5 4 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. 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] 6 13 7 14 === Keywords === … … 12 19 * programmable operator 13 20 * implement evaluation function 14 15 16 === Additional Material ===17 * [raw-attachment:n-queens.hl]18 19 === Video ===20 {{{21 #!html22 <iframe width="800" height="450" src="//www.youtube-nocookie.com/embed/4ydl7NZUPy0?rel=0&authohide=1&modestbranding=1" frameborder="0" allowfullscreen></iframe>23 }}}