Changes between Version 48 and Version 49 of Documentation
- Timestamp:
- 07/10/14 16:42:04 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation
v48 v49 6 6 <p style="margin-bottom: 0.2em">Information on the team of developers, contributors, and awards that HeuristicLab has received.</p> 7 7 <ul style="margin-top: 0.2em"> 8 <li><a href="/ wiki/Documentation/About%20HeuristicLab">About HeuristicLab</a></li>9 <li><a href="/ wiki/Documentation/First%20Steps">First Steps with HeuristicLab</a></li>10 <li><a href="/ wiki/Documentation/FAQ">Frequently asked questions (FAQ)</a></li>11 <li><a href="/ wiki/Research">Research activities and publications</a></li>8 <li><a href="/trac.fcgi/wiki/Documentation/About%20HeuristicLab">About HeuristicLab</a></li> 9 <li><a href="/trac.fcgi/wiki/Documentation/First%20Steps">First Steps with HeuristicLab</a></li> 10 <li><a href="/trac.fcgi/wiki/Documentation/FAQ">Frequently asked questions (FAQ)</a></li> 11 <li><a href="/trac.fcgi/wiki/Research">Research activities and publications</a></li> 12 12 </ul> 13 13 </span> … … 19 19 <li><a href="/roadmap">Roadmap</a></li> 20 20 <li><a href="/timeline">Timeline</a></li> 21 <li><a href="/ wiki/Documentation/DevelopmentCenter">Development center</a></li>21 <li><a href="/trac.fcgi/wiki/Documentation/DevelopmentCenter">Development center</a></li> 22 22 </ul> 23 23 </span> … … 30 30 <h3 style="margin-bottom: 0.2em">Algorithms, Problems, Operators</h3> 31 31 <ul style="margin-top: 0.2em"> 32 <li><a href="/ wiki/Documentation/Reference/Genetic Algorithm">Genetic Algorithm</a></li>33 <li><a href="/ wiki/Documentation/Reference/Particle Swarm Optimization">Particle Swarm Optimization</a></li>34 <li><a href="/ wiki/Documentation/Reference/Vehicle Routing Problem">Vehicle Routing Problem</a></li>35 <li><a href="/ wiki/Documentation/Reference">and more...</a></li>32 <li><a href="/trac.fcgi/wiki/Documentation/Reference/Genetic Algorithm">Genetic Algorithm</a></li> 33 <li><a href="/trac.fcgi/wiki/Documentation/Reference/Particle Swarm Optimization">Particle Swarm Optimization</a></li> 34 <li><a href="/trac.fcgi/wiki/Documentation/Reference/Vehicle Routing Problem">Vehicle Routing Problem</a></li> 35 <li><a href="/trac.fcgi/wiki/Documentation/Reference">and more...</a></li> 36 36 </ul> 37 37 <h3 style="margin-bottom: 0.2em">Special Topics</h3> 38 38 <ul style="margin-top: 0.2em"> 39 <li><a href="/ wiki/Documentation/Reference/GPDL">GPDL: Genetic Programming Definition Language</a></li>40 <li><a href="/ wiki/Documentation/Reference/Symbolic Music Segmentation">Symbolic Music Segmentation</a></li>39 <li><a href="/trac.fcgi/wiki/Documentation/Reference/GPDL">GPDL: Genetic Programming Definition Language</a></li> 40 <li><a href="/trac.fcgi/wiki/Documentation/Reference/Symbolic Music Segmentation">Symbolic Music Segmentation</a></li> 41 41 </ul> 42 42 </span> … … 48 48 <ul style="margin-top: 0.2em"> 49 49 <li><a href="/browser/core/trunk/documentation/Tutorials/Algorithm%20and%20Experiment%20Design%20with%20HeuristicLab.pdf">Tutorial slides: Algorithm and experiment design</a></li> 50 <li><a href="/ wiki/Documentation/Howto/Define Custom Problems">Define custom problems in the GUI</a></li>51 <li><a href="/ wiki/Documentation/Howto/Optimize AnyLogic Models">Optimize AnyLogic simulation models</li>52 <li><a href="/ wiki/Documentation/Howto/Optimize External Applications">Optimize external applications</a></li>53 <li><a href="/ wiki/Documentation/Howto/Use Hive For Optimization">Experiment calculation with HeuristicLab Hive</a></li>54 <li><a href="/ wiki/Documentation/Howto/Use Hive Engine">Use Hive engine for fine-grained parallel algorithms</a></li>50 <li><a href="/trac.fcgi/wiki/Documentation/Howto/Define Custom Problems">Define custom problems in the GUI</a></li> 51 <li><a href="/trac.fcgi/wiki/Documentation/Howto/Optimize AnyLogic Models">Optimize AnyLogic simulation models</li> 52 <li><a href="/trac.fcgi/wiki/Documentation/Howto/Optimize External Applications">Optimize external applications</a></li> 53 <li><a href="/trac.fcgi/wiki/Documentation/Howto/Use Hive For Optimization">Experiment calculation with HeuristicLab Hive</a></li> 54 <li><a href="/trac.fcgi/wiki/Documentation/Howto/Use Hive Engine">Use Hive engine for fine-grained parallel algorithms</a></li> 55 55 </ul> 56 56 <h3 style="margin-bottom: 0.2em">Extending HeuristicLab</h3> 57 <p style="margin-bottom: 0.2em; margin-top: 0.2em">Please also visit the <a href="/ wiki/Documentation/DevelopmentCenter">Development Center</a> for quick guides and background on the HeuristicLab architecture if you want to explore these Howtos in more depth.</p>57 <p style="margin-bottom: 0.2em; margin-top: 0.2em">Please also visit the <a href="/trac.fcgi/wiki/Documentation/DevelopmentCenter">Development Center</a> for quick guides and background on the HeuristicLab architecture if you want to explore these Howtos in more depth.</p> 58 58 <ul style="margin-top: 0.2em"> 59 59 <li><a href="/browser/core/trunk/documentation/Tutorials/Programming%20HeuristicLab%20-%20Basics.pdf">Tutorial slides: HeuristicLab programming basics</a></li> 60 60 <li><a href="/browser/core/trunk/documentation/Tutorials/Programming%20HeuristicLab%20-%20Algorithms%20and%20Problems.pdf">Tutorial slides: HeuristicLab programming algorithms and problems</a></li> 61 <li><a href="/ wiki/Documentation/Howto/Implement a Basic Algorithm">Implement a basic algorithm</a></li>62 <li><a href="/ wiki/Documentation/Howto/Implement Custom Problems">Implement custom problems</a></li>63 <li><a href="/ wiki/Documentation/Howto/Implement Genetic Programming Problems">Implement GP problems</a></li>64 <li><a href="/ wiki/Documentation/Howto/Implement a New VRP Encoding">Implement a new VRP encoding</a></li>65 <li><a href="/ wiki/Documentation/Howto/Implement a New VRP Evaluator">Implement a new VRP evaluator</a></li>66 <li><a href="/ wiki/Documentation/Howto/Implement a New VRP Problem Instance">Implement a new VRP problem instance</a></li>61 <li><a href="/trac.fcgi/wiki/Documentation/Howto/Implement a Basic Algorithm">Implement a basic algorithm</a></li> 62 <li><a href="/trac.fcgi/wiki/Documentation/Howto/Implement Custom Problems">Implement custom problems</a></li> 63 <li><a href="/trac.fcgi/wiki/Documentation/Howto/Implement Genetic Programming Problems">Implement GP problems</a></li> 64 <li><a href="/trac.fcgi/wiki/Documentation/Howto/Implement a New VRP Encoding">Implement a new VRP encoding</a></li> 65 <li><a href="/trac.fcgi/wiki/Documentation/Howto/Implement a New VRP Evaluator">Implement a new VRP evaluator</a></li> 66 <li><a href="/trac.fcgi/wiki/Documentation/Howto/Implement a New VRP Problem Instance">Implement a new VRP problem instance</a></li> 67 67 </ul> 68 68 <h3 style="margin-bottom: 0.2em">Additional Infrastructure</h3> 69 69 <ul style="margin-top: 0.2em"> 70 <li><a href="/ wiki/Documentation/Howto/Setup Hive Server">Setup Hive server</a></li>71 <li><a href="/ wiki/Documentation/Howto/Setup Hive Slave">Setup Hive slave</a></li>72 <li><a href="/ wiki/Documentation/Howto/Setup OKB Server">Setup OKB server</a></li>70 <li><a href="/trac.fcgi/wiki/Documentation/Howto/Setup Hive Server">Setup Hive server</a></li> 71 <li><a href="/trac.fcgi/wiki/Documentation/Howto/Setup Hive Slave">Setup Hive slave</a></li> 72 <li><a href="/trac.fcgi/wiki/Documentation/Howto/Setup OKB Server">Setup OKB server</a></li> 73 73 </ul> 74 74 </span> 75 75 76 76 <span style="float: left; width: 48%"> 77 <h2><a href="/ wiki/Documentation/VideoTutorials">Video Tutorials</a></h2>77 <h2><a href="/trac.fcgi/wiki/Documentation/VideoTutorials">Video Tutorials</a></h2> 78 78 <p>Video tutorials show how to use the HeuristicLab environment to complete tasks such as experiment analysis, algorithm prototyping or solving regression problems.</p> 79 79 <h3 style="margin-bottom: 0.2em">Basic Tutorials</h3> 80 80 <ul style="margin-top: 0.2em"> 81 <li><a href="/ wiki/Documentation/VideoTutorials/ExecuteAlgorithms">How to execute algorithms</a></li>82 <li><a href="/ wiki/Documentation/VideoTutorials/UsabilityViews">Usability and views</a></li>83 <li><a href="/ wiki/Documentation/VideoTutorials/ExperimentDesign">Experiment design and analysis</a></li>81 <li><a href="/trac.fcgi/wiki/Documentation/VideoTutorials/ExecuteAlgorithms">How to execute algorithms</a></li> 82 <li><a href="/trac.fcgi/wiki/Documentation/VideoTutorials/UsabilityViews">Usability and views</a></li> 83 <li><a href="/trac.fcgi/wiki/Documentation/VideoTutorials/ExperimentDesign">Experiment design and analysis</a></li> 84 84 </ul> 85 85 <h3 style="margin-bottom: 0.2em">Advanced Tutorials</h3> 86 86 <ul style="margin-top: 0.2em"> 87 <li><a href="/ wiki/Documentation/VideoTutorials/CustomAlgorithms">How to create custom algorithms</a></li>88 <li><a href="/ wiki/Documentation/VideoTutorials/UserDefinedProblems">How to create user-defined problems</a></li>89 <li><a href="/ wiki/Documentation/VideoTutorials/HeuristicLabHive">How to use HeuristicLab Hive</a></li>90 <li><a href="/ wiki/Documentation/VideoTutorials/Scripting">Rapid prototyping using the scripting environment</a></li>87 <li><a href="/trac.fcgi/wiki/Documentation/VideoTutorials/CustomAlgorithms">How to create custom algorithms</a></li> 88 <li><a href="/trac.fcgi/wiki/Documentation/VideoTutorials/UserDefinedProblems">How to create user-defined problems</a></li> 89 <li><a href="/trac.fcgi/wiki/Documentation/VideoTutorials/HeuristicLabHive">How to use HeuristicLab Hive</a></li> 90 <li><a href="/trac.fcgi/wiki/Documentation/VideoTutorials/Scripting">Rapid prototyping using the scripting environment</a></li> 91 91 </ul> 92 92 <h3 style="margin-bottom: 0.2em">Application-specific Tutorials</h3> 93 93 <ul style="margin-top: 0.2em"> 94 <li><a href="/ wiki/Documentation/VideoTutorials/SymbolicRegression">Symbolic regression with HeuristicLab</a></li>95 <li><a href="/ wiki/Documentation/VideoTutorials/SymbolicClassification">Symbolic classification with HeuristicLab</a></li>94 <li><a href="/trac.fcgi/wiki/Documentation/VideoTutorials/SymbolicRegression">Symbolic regression with HeuristicLab</a></li> 95 <li><a href="/trac.fcgi/wiki/Documentation/VideoTutorials/SymbolicClassification">Symbolic classification with HeuristicLab</a></li> 96 96 </ul> 97 97 </span>