Changes between Version 12 and Version 13 of Documentation
- Timestamp:
- 06/25/14 11:22:46 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation
v12 v13 1 1 {{{ 2 2 #!html 3 <div> 3 4 <span style="float: left; width: 48%"> 4 5 <h2>About</h2> … … 17 18 </ul> 18 19 </span> 20 </div> 21 <div style="clear: both;" /><!-- reset floating --> 19 22 20 23 <span style="float: right; width: 48%"> 21 24 <h2>Development Center</h2> 22 25 HeuristicLab 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> 23 32 </span> 24 33 … … 26 35 <h2>Video Tutorials</h2> 27 36 Video 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> 29 38 <ul style="margin-top: 0.2em"> 30 39 <li>Usability and Views</li> … … 32 41 <li>Experiment Design and Analysis</li> 33 42 </ul> 34 <h3 >Advanced Tutorials</h3>43 <h3 style="margin-bottom: 0.2em">Advanced Tutorials</h3> 35 44 <ul style="margin-top: 0.2em"> 36 45 <li>Custom Algorithms</li> … … 39 48 <li>Scripting</li> 40 49 </ul> 41 <h3 >Application-specific Tutorials</h3>50 <h3 style="margin-bottom: 0.2em">Application-specific Tutorials</h3> 42 51 <ul style="margin-top: 0.2em"> 43 52 <li>Symbolic Regression</li> … … 49 58 <h2>Howtos</h2> 50 59 Howtos 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"> 53 62 <li><a href="/wiki/UsersHowtosDefineCustomProblems">Define Custom Problems</a></li> 54 63 <li><a href="/wiki/UsersHowtosOptimizingAnyLogicModels">Optimizing AnyLogic models</li> … … 58 67 <li><a href="/wiki/UsersHowtosHeuristicLabMono">Run HeuristicLab on Linux</a></li> 59 68 </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"> 62 71 <li><a href="/wiki/UsersHowtosImplementPluginsStepByStep">Create new Plugins</a></li> 63 72 <li><a href="/wiki/UsersHowtosViews">Implement a View</a></li> … … 70 79 <li><a href="/wiki/UsersHowtosIntegrateHL">Integrate HL in other applications</a></li> 71 80 </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"> 74 83 <li><a href="/wiki/UsersHowtosSetupHiveServer">Setup Hive Server</a></li> 75 84 <li><a href="/wiki/UsersHowtosSetupHiveSlave">Setup Hive Slave</a></li> … … 82 91 <h2>Reference</h2> 83 92 HeuristicLab 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"> 86 95 <li><a href="/wiki/Genetic%20Algorithm">Genetic Algorithm</a></li> 87 96 <li><a href="/wiki/Evolution%20Strategy">Evolution Strategy</a></li> … … 90 99 <li><a href="/wiki/RobustTabooSearch">Robust Taboo Search</a></li> 91 100 </ul> 92 <h3 >Problems</h3>93 <ul >101 <h3 style="margin-bottom: 0.2em">Problems</h3> 102 <ul style="margin-top: 0.2em"> 94 103 <li><a href="/wiki/Artificial%20Ant%20Problem">Artificial Ant Problem</a></li> 95 104 <li><a href="/wiki/External%20Evaluation%20Problem">External Evaluation Problem</a></li> … … 98 107 <li><a href="/wiki/Vehicle%20Routing%20Problem">Vehicle Routing Problem</a></li> 99 108 </ul> 100 <h3 >Operators</h3>101 <ul >109 <h3 style="margin-bottom: 0.2em">Operators</h3> 110 <ul style="margin-top: 0.2em"> 102 111 <li><a href="/wiki/Crossovers">GP Crossovers</a></li> 103 112 <li><a href="/wiki/Probabilistic%20Tree%20Creator">Probabilistic Tree Creator</a></li> 104 113 </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"> 107 116 <li><a href="/wiki/UsersGPDL">Genetic Programming Definition Language (GPDL)</a></li> 108 117 <li><a href="/wiki/UsersSymbolicMusicSegmentation">Symbolic Music Segmentation</a></li>