Changes between Version 6 and Version 7 of Documentation/DevelopmentCenter/IntegrateHeuristicLab
- Timestamp:
- 06/28/14 10:50:34 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/IntegrateHeuristicLab
v6 v7 1 = How to ... integrate HeuristicLab into an application =1 = Quick guide: Integrate HeuristicLab into an application = 2 2 This HowTo will show you how you can write a console application that reads in a file with an user-defined algorithm, parameterizes the algorithm and the problem and then executes the algorithm and displays the results. This is useful if you want to write an application that you can start from another program or you can use the code in your own .NET application if you need the functionality that HeuristicLab offers. 3 3