Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 7 and Version 8 of Documentation/DevelopmentCenter


Ignore:
Timestamp:
06/27/14 10:09:00 (10 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter

    v7 v8  
    2626</div>
    2727<div style="clear: both;" />
     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;" />
    2855}}}
    2956
    30 == Extending HeuristicLab ==
    31  * [[Documentation/DevelopmentCenter/DownloadAndBuildSource|Quick guide: Download and build sources]]
    32  * [[Documentation/DevelopmentCenter/CreateNewPluginWithVS|Quick guide: Create a new plugin with Visual Studio]]
    33  * [[Documentation/DevelopmentCenter/UsePersistence|Quick guide: HeuristicLab persistence]]
    34  * Outdated guides:
    35   * DevelopersManual
    36   * DevelopersCodeSnippets
    37   * DebugEngine
    38 
    39 == Architecture of HeuristicLab ==
    40  * Architecture
    41  * Springer Book Chapter
    42  * Selection
    43  * OperatorsChildrenCreator
    44  * MoveOperators
    45  * ParameterTypes
    46