Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 10 and Version 11 of Documentation/AboutHeuristicLab


Ignore:
Timestamp:
04/07/12 14:57:56 (12 years ago)
Author:
ascheibe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/AboutHeuristicLab

    v10 v11  
    11== About HeuristicLab ==
    22
    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.
     3HeuristicLab is a software environment for heuristic and evolutionary algorithms, developed and successively applied by members of the Heuristic and Evolutionary Algorithms Laboratory since 2002.
    44
    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 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.
     5Among 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 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.
    66
    7 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.
     7Attached to this page you can also find a [attachment:"HeuristicLab Flyer.pdf" flyer] in which the facts and features of HeuristicLab are briefly described.
    88
    9 [[Image(wiki:Pictures:DockingWindows.png, width=600px)]]
     9{{{#!html
     10<iframe width="560" height="315" src="http://www.youtube.com/embed/NGnDC14Pfic" frameborder="0" allowfullscreen></iframe>
     11}}}
    1012
    1113== Where to start ==
    12 Below you can find a list of links to more information about !HeuristicLab:
    13 * [[UsersFeatures| Features]]: On this page you find an overview of !HeuristicLab's features as well as screenshots showing !HeuristicLab in action.
    14 * [[UsersManual| User Manual]]: This manual gives a more detailed description of how !HeuristicLab works and how to use it.
    15 * [[UsersHowtos| Howtos]]: Various Howtos for users and developers covering certain aspects of !HeuristicLab.
    16 * [[UsersTutorials| Tutorials]]: Here you can find the slides of tutorials we held at conferences.
     14Below 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.
    1719* [[UsersFAQ| FAQ]]: Not finding the answer to your question? Have a look the [[UsersFAQ| FAQ]].
    18 * [[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.
     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.
    1921
    2022== In the news  ==
    21 [[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 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.
     23[[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 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.
    2224
    23 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.
     25During 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.
    2426
    2527== License ==
    26 !HeuristicLab is free software: you can redistribute it and/or modify  it under the terms of the GNU General Public License as published by
     28HeuristicLab is free software: you can redistribute it and/or modify  it under the terms of the GNU General Public License as published by
    2729the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
    2830
    29 !HeuristicLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
     31HeuristicLab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
    3032MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details (http://www.gnu.org/licenses).