Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 12 and Version 13 of Documentation


Ignore:
Timestamp:
06/25/14 11:22:46 (10 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation

    v12 v13  
    11{{{
    22#!html
     3<div>
    34<span style="float: left; width: 48%">
    45<h2>About</h2>
     
    1718</ul>
    1819</span>
     20</div>
     21<div style="clear: both;" /><!-- reset floating -->
    1922
    2023<span style="float: right; width: 48%">
    2124<h2>Development Center</h2>
    2225HeuristicLab is continously improved and extended. Here you can access the roadmap with currently active tickets, view the timeline or browse the sources.
     26<ul style="margin-top: 0.2em">
     27  <li><a href="/roadmap">Roadmap</a></li>
     28  <li><a href="/query">Tickets</a></li>
     29  <li><a href="/timeline">Timeline</a></li>
     30  <li><a href="/wiki/DocumentationDevelopmentCenter">Developer Resources</a></li>
     31</ul>
    2332</span>
    2433
     
    2635<h2>Video Tutorials</h2>
    2736Video tutorials show how to use the HeuristicLab environment to complete tasks such as experiment analysis, algorithm prototyping or solving regression problems.
    28 <h3>Basic Tutorials</h3>
     37<h3 style="margin-bottom: 0.2em">Basic Tutorials</h3>
    2938<ul style="margin-top: 0.2em">
    3039  <li>Usability and Views</li>
     
    3241  <li>Experiment Design and Analysis</li>
    3342</ul>
    34 <h3>Advanced Tutorials</h3>
     43<h3 style="margin-bottom: 0.2em">Advanced Tutorials</h3>
    3544<ul style="margin-top: 0.2em">
    3645  <li>Custom Algorithms</li>
     
    3948  <li>Scripting</li>
    4049</ul>
    41 <h3>Application-specific Tutorials</h3>
     50<h3 style="margin-bottom: 0.2em">Application-specific Tutorials</h3>
    4251<ul style="margin-top: 0.2em">
    4352  <li>Symbolic Regression</li>
     
    4958<h2>Howtos</h2>
    5059Howtos are detailed instructions that show how to work with HeuristicLab such as designing new problems in the GUI and how to extend HeuristicLab with new features that can be added in new plugins.
    51 <h3>Working with HeuristicLab</h3>
    52 <ul>
     60<h3 style="margin-bottom: 0.2em">Working with HeuristicLab</h3>
     61<ul style="margin-top: 0.2em">
    5362  <li><a href="/wiki/UsersHowtosDefineCustomProblems">Define Custom Problems</a></li>
    5463  <li><a href="/wiki/UsersHowtosOptimizingAnyLogicModels">Optimizing AnyLogic models</li>
     
    5867  <li><a href="/wiki/UsersHowtosHeuristicLabMono">Run HeuristicLab on Linux</a></li>
    5968</ul>
    60 <h3>Extending HeuristicLab</h3>
    61 <ul>
     69<h3 style="margin-bottom: 0.2em">Extending HeuristicLab</h3>
     70<ul style="margin-top: 0.2em">
    6271  <li><a href="/wiki/UsersHowtosImplementPluginsStepByStep">Create new Plugins</a></li>
    6372  <li><a href="/wiki/UsersHowtosViews">Implement a View</a></li>
     
    7079  <li><a href="/wiki/UsersHowtosIntegrateHL">Integrate HL in other applications</a></li>
    7180</ul>
    72 <h3>Additional Infrastructure</h3>
    73 <ul>
     81<h3 style="margin-bottom: 0.2em">Additional Infrastructure</h3>
     82<ul style="margin-top: 0.2em">
    7483  <li><a href="/wiki/UsersHowtosSetupHiveServer">Setup Hive Server</a></li>
    7584  <li><a href="/wiki/UsersHowtosSetupHiveSlave">Setup Hive Slave</a></li>
     
    8291<h2>Reference</h2>
    8392HeuristicLab includes many algorithms, problems, and operators. Here several of these are explained in more detail.
    84 <h3>Algorithms</h3>
    85 <ul>
     93<h3 style="margin-bottom: 0.2em">Algorithms</h3>
     94<ul style="margin-top: 0.2em">
    8695  <li><a href="/wiki/Genetic%20Algorithm">Genetic Algorithm</a></li>
    8796  <li><a href="/wiki/Evolution%20Strategy">Evolution Strategy</a></li>
     
    9099  <li><a href="/wiki/RobustTabooSearch">Robust Taboo Search</a></li>
    91100</ul>
    92 <h3>Problems</h3>
    93 <ul>
     101<h3 style="margin-bottom: 0.2em">Problems</h3>
     102<ul style="margin-top: 0.2em">
    94103  <li><a href="/wiki/Artificial%20Ant%20Problem">Artificial Ant Problem</a></li>
    95104  <li><a href="/wiki/External%20Evaluation%20Problem">External Evaluation Problem</a></li>
     
    98107  <li><a href="/wiki/Vehicle%20Routing%20Problem">Vehicle Routing Problem</a></li>
    99108</ul>
    100 <h3>Operators</h3>
    101 <ul>
     109<h3 style="margin-bottom: 0.2em">Operators</h3>
     110<ul style="margin-top: 0.2em">
    102111  <li><a href="/wiki/Crossovers">GP Crossovers</a></li>
    103112  <li><a href="/wiki/Probabilistic%20Tree%20Creator">Probabilistic Tree Creator</a></li>
    104113</ul>
    105 <h3>Special Topics</h3>
    106 <ul>
     114<h3 style="margin-bottom: 0.2em">Special Topics</h3>
     115<ul style="margin-top: 0.2em">
    107116  <li><a href="/wiki/UsersGPDL">Genetic Programming Definition Language (GPDL)</a></li>
    108117  <li><a href="/wiki/UsersSymbolicMusicSegmentation">Symbolic Music Segmentation</a></li>