Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 7 and Version 8 of Documentation


Ignore:
Timestamp:
06/24/14 23:35:17 (10 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation

    v7 v8  
    5757<h3>Extending HeuristicLab</h3>
    5858<ul>
    59   <li>Create new Plugins</li>
    60   <li>Implement a View</li>
    61   <li>Implement a basic algorithm</li>
    62   <li>Implement custom problems</li>
    63   <li>Implement GP problems</li>
     59  <li><a href="/wiki/UsersHowtosImplementPluginsStepByStep">Create new Plugins</a></li>
     60  <li><a href="/wiki/UsersHowtosViews">Implement a View</a></li>
     61  <li><a href="/wiki/UsersHowtosImplementAnAlgorithm">Implement a basic algorithm</a></li>
     62  <li><a href="/wiki/UsersHowtosImplementCustomProblems">Implement custom problems</a></li>
     63  <li><a href="/wiki/UsersHowtosImplementGeneticProgrammingProblems">Implement GP problems</a></li>
    6464  <li>Implement a new VRP encoding</li>
    6565  <li>Implement a new VRP evaluator</li>