Changes between Version 13 and Version 14 of WikiStart
- Timestamp:
- 05/21/10 10:16:57 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v13 v14 12 12 <td valign="top"> 13 13 <ul> 14 <li><a href=" " title="">What is HeuristicLab?</a></li>14 <li><a href="wiki/About" title="">What is HeuristicLab?</a></li> 15 15 <li><a href="" title="">User manual</a></li> 16 16 <li><a href="" title="">Getting Started</a></li> … … 64 64 }}} 65 65 66 == About HeuristicLab ==67 '''HeuristicLab''' is a framework for '''heuristic and evolutionary algorithms''', developed and successively applied by members of the '''Heuristic and Evolutionary Algorithms Laboratory''' since 2002.68 69 Among other aspects, a sophisticated graphical user interface distinguishes HeuristicLab from existing heuristic optimization frameworks, which usually require comprehensive programming skills to adjust and extend the algorithms for a particular problem. In HeuristicLab algorithms are represented as operator graphs and changing or rearranging operators can be done by drag-and-drop without actually writing code. The framework thereby shifts algorithm development capability from the software engineer to the user and practitioner. It is of course still possible to extend the framework on code level and algorithm developers benefit from HeuristicLab’s light-weight plug-in mechanism that allows them to integrate custom algorithms, solution representations or optimization problems with ease. This concept leads to a significant level of code reuse across metaheuristic variants and encourages users to successively gain more knowledge about algorithm development.70 71 66 == Download HeuristicLab == 72 67 HeuristicLab is based on the Microsoft .NET Framework. You have to download and install it before you can use HeuristicLab. The following or a better system configuration is recommended to use HeuristicLab efficiently: