Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 4 and Version 5 of Documentation/Howto/DefineCustomProblems


Ignore:
Timestamp:
04/07/12 00:12:21 (12 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Howto/DefineCustomProblems

    v4 v5  
    1 = Define custom problems in the GUI =
     1= How to ... define custom problems in the GUI =
    22
    33In !HeuristicLab 3.3 you don't always need to use Visual Studio or other developing and build tools to optimize your problem. Most of the tasks can be performed in the GUI. Here we'll show how to recreate the [http://en.wikipedia.org/wiki/Knapsack_problem knapsack problem] in the GUI and use a genetic algorithm for optimizing it. After reading through this tutorial, you should be comfortable to define your own, probably more complex, problem.