Changes between Version 22 and Version 23 of Documentation/Howto/OptimizeExternalApplications
- Timestamp:
- 04/07/12 00:14:32 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Howto/OptimizeExternalApplications
v22 v23 1 1 [[PageOutline]] 2 = Optimizing External Applications =2 = How to ... optimize external applications = 3 3 4 4 Sometimes it is not possible to directly write a new problem for HeuristicLab and integrate it through the plugin system. Some people already have an application of which at least a part represents a NP hard problem that they'd like to solve. This guide explains how to use the `ExternalEvaluationProblem` that is available in HeuristicLab 3.3 to optimize problems written in a language other than C# or written using different frameworks, to name just a few possibilities. First the architecture is described, then a more detailed look into the API is given and finally a short tutorial should give the reader an idea of how to apply this to his/her case.