| 1 | = Reference Documentation = |
| 2 | In this section we want to provide reference documentation on implemented algorithms, problems, and operators. HeuristicLab aims to provide references directly in the application, for instance, it is noted that a certain crossover was described in a certain paper. We try to find and list the original publication, books, or publications that closely match the implemented item. If you find errors or missing references, please contact us and we will try to include these in the next release. |
| 3 | |
| 4 | {{{ |
| 5 | #!html |
| 6 | <div> |
| 7 | <span style="float: left; width: 48%"> |
| 8 | <h2>Algorithms</h2> |
| 9 | <ul> |
| 10 | <li><a href="/wiki/Genetic%20Algorithm">Genetic algorithm</a></li> |
| 11 | <li><a href="/wiki/Evolution%20Strategy">Evolution strategy</a></li> |
| 12 | <li><a href="/wiki/OSGA">Offspring selection genetic algorithm</a></li> |
| 13 | <li><a href="/wiki/Particle%20Swarm%20Optimization">Particle swarm optimization</a></li> |
| 14 | <li><a href="/wiki/RobustTabooSearch">Robust taboo search</a></li> |
| 15 | </ul> |
| 16 | </span> |
| 17 | <span style="float: right; width: 48%"> |
| 18 | <h2>Problems</h2> |
| 19 | <ul style="margin-top: 0.2em"> |
| 20 | <li><a href="/wiki/Artificial%20Ant%20Problem">Artificial ant problem</a></li> |
| 21 | <li><a href="/wiki/External%20Evaluation%20Problem">External evaluation problem</a></li> |
| 22 | <li><a href="/wiki/TestFunctions">Real-valued test functions</a></li> |
| 23 | <li><a href="/wiki/Travelling%20Salesman%20Problem">Traveling salesman problem</a></li> |
| 24 | <li><a href="/wiki/Vehicle%20Routing%20Problem">Vehicle routing problem</a></li> |
| 25 | </ul> |
| 26 | </span> |
| 27 | </div> |
| 28 | <div style="clear: both;"></div> |
| 29 | <div> |
| 30 | <span style="float: left; width: 48%"> |
| 31 | <h2>Operators</h2> |
| 32 | <ul style="margin-top: 0.2em"> |
| 33 | <li><a href="/wiki/Crossovers">Crossovers for genetic programming</a></li> |
| 34 | <li><a href="/wiki/Probabilistic%20Tree%20Creator">Probabilistic tree creator</a></li> |
| 35 | </ul> |
| 36 | </span> |
| 37 | <span style="float: right; width: 48%"> |
| 38 | <h2>Special Topics</h2> |
| 39 | <ul style="margin-top: 0.2em"> |
| 40 | <li><a href="/wiki/UsersGPDL">Genetic programming definition language (GPDL)</a></li> |
| 41 | <li><a href="/wiki/UsersSymbolicMusicSegmentation">Symbolic music segmentation</a></li> |
| 42 | </ul> |
| 43 | </span> |
| 44 | </div> |
| 45 | <div style="clear: both;"></div> |
| 46 | }}} |