Changes between Version 4 and Version 5 of Documentation/Howto/DefineCustomProblems
- Timestamp:
- 04/07/12 00:12:21 (14 years ago)
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 = 2 2 3 3 In !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.


