| 28 | |
| 29 | <div> |
| 30 | <span style="float: left; width: 48%;"> |
| 31 | <h2>Extending HeuristicLab</h2> |
| 32 | <p>Here you will learn how to set up your development environment, create plugins, and more.</p> |
| 33 | <ul> |
| 34 | <li><a href="/wiki/Documentation/DevelopmentCenter/DownloadAndBuildSource">Quick guide: Download and build sources</a></li> |
| 35 | <li><a href="/wiki/Documentation/DevelopmentCenter/CreateNewPluginWithVS">Quick guide: Create a new plugin with Visual Studio</a></li> |
| 36 | <li><a href="/wiki/Documentation/DevelopmentCenter/UsePersistence">Quick guide: HeuristicLab persistence</a></li> |
| 37 | <li><a href="/wiki/Documentation/DevelopmentCenter/UseCodeSnippets">Quick guide: Using code snippets in Visual Studio</a></li> |
| 38 | <li><a href="/wiki/DebugEngine">Quick guide: Debugging algorithms in the GUI</a></li> |
| 39 | </ul> |
| 40 | </span> |
| 41 | <span style="float: right; width: 48%;"> |
| 42 | <h2>Architecture of HeuristicLab</h2> |
| 43 | <p>Here we want to take a closer look at the architecture of HeuristicLab. Use this information to understand Parameters, Scopes and Execution Contexts, Engines, and more.</p> |
| 44 | <ul> |
| 45 | <li><a href="/wiki/Architecture">Architecture</a></li> |
| 46 | <li><a href="/wiki/Research">Publications</a></li> |
| 47 | <li><a href="/wiki/Selection">Selection and reduction operators</a></li> |
| 48 | <li><a href="/wiki/OperatorsChildrenCreator">The children creator operator</a></li> |
| 49 | <li><a href="/wiki/MoveOperators">Move operators and partial evaluation</a></li> |
| 50 | <li><a href="/wiki/ParameterTypes">The different types of parameters</a></li> |
| 51 | </ul> |
| 52 | </span> |
| 53 | </div> |
| 54 | <div style="clear: both;" /> |