Changes between Version 12 and Version 13 of Documentation/AboutHeuristicLab
- Timestamp:
- 06/28/14 15:51:12 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/AboutHeuristicLab
v12 v13 2 2 3 3 HeuristicLab is a software environment for heuristic and evolutionary algorithms, developed and successively applied by members of the Heuristic and Evolutionary Algorithms Laboratory since 2002. 4 * [[DevelopersTeam|HeuristicLab developers and contributors]] 4 5 5 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 software thereby shifts algorithm development capability from the software engineer to the user and practitioner. It is of course still possible to extend the functionality on code level and algorithm developers benefit from HeuristicLab's light-weight plug-in mechanism that allows them to integratecustom 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.6 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 software thereby shifts algorithm development capability from the software engineer to the user and practitioner. It is of course still possible to extend the functionality on code level and algorithm developers benefit from HeuristicLab's light-weight plug-in mechanism that allows integrating 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. 6 7 7 8 Attached to this page you can also find a [attachment:"HeuristicLab Flyer.pdf" flyer] in which the facts and features of HeuristicLab are briefly described. 8 9 9 {{{#!html 10 <iframe width="560" height="315" src="http://www.youtube.com/embed/NGnDC14Pfic" frameborder="0" allowfullscreen></iframe> 11 }}} 12 13 == Where to start == 14 Below you can find a list of links to more information about HeuristicLab: 15 * [[UsersFeatures| Features]]: On this page you find an overview of HeuristicLab's features as well as screenshots showing HeuristicLab in action. 16 * [[UsersManual| User Manual]]: This manual gives a more detailed description of how HeuristicLab works and how to use it. 17 * [[UsersHowtos| Howtos]]: Various Howtos for users and developers covering certain aspects of HeuristicLab. 18 * [[UsersTutorials| Tutorials]]: Here you can find the slides of tutorials we held at conferences as well as video tutorials covering various aspects of HeuristicLab. 19 * [[UsersFAQ| FAQ]]: Not finding the answer to your question? Have a look the [[UsersFAQ| FAQ]]. 20 * [[http://dev.heuristiclab.com/trac/hl/core/blog| HeuristicLab Blog]]: The official HeuristicLab Blog where our developers post about new, exciting features they are working on, provide links to tutorials, teaching materials and additional goodies. 21 22 == In the news == 10 == Awards == 23 11 [[Image(wiki:Pictures:innovation_banner.jpg, left, margin-right=30, height=80)]] In May 2009 we submitted HeuristicLab for the '''Microsoft Innovation Award 2009'''. Both an expert jury and a public audience perceived HeuristicLab as one of the three most innovative software projects from 64 submissions. We are of course very happy about such a recognition and the award itself, which was presented by Austria's Federal Minister for Science and Research Dr. Johannes Hahn. 24 12 25 During the event we were able to show HeuristicLab to interested people and talk about its possibilities and applications. We also have a [[http://www.youtube.com/watch?v=BqZdjDJ5ZM4&feature=player_embedded| YouTube video]] where research group head Michael Affenzeller talks about HeuristicLab (german) for the Innovation Award Audience. 13 Michael Affenzeller talks about the HeuristicLab project (german): 14 <iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/BqZdjDJ5ZM4?rel=0" frameborder="0" allowfullscreen></iframe> 26 15 27 16 == License == 28 HeuristicLab is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by 29 the Free Software Foundation, either version 3 of the License, or (at your option) any later version. 17 HeuristicLab is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. 30 18 31 HeuristicLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of 32 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details (http://www.gnu.org/licenses). 19 HeuristicLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 20 21 See the GNU General Public License for more details (http://www.gnu.org/licenses).