Documentation: Unterschied zwischen den Versionen
Aus OpenDino
Dirk (Diskussion | Beiträge) (→Developers' Guide) |
Admin (Diskussion | Beiträge) (→Developers' Guide) |
||
(10 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | == | + | == Requirements == |
− | |||
− | |||
* [[Documentation/Software/Requirements | Software Requirements]] | * [[Documentation/Software/Requirements | Software Requirements]] | ||
+ | |||
+ | == Users' Guide == | ||
+ | |||
+ | * [[Installation | Installation]] | ||
+ | * [[Screenshots | A First Introduction to OpenDino in the Screenshots]] | ||
+ | * [[Documentation/Notation | Symbols and Notation]] | ||
+ | * [[Documentation/Modules | Module Documentation]] | ||
== Theory == | == Theory == | ||
Zeile 9: | Zeile 14: | ||
* [[Documentation/Optimization | Introduction to Automated Optimization]] | * [[Documentation/Optimization | Introduction to Automated Optimization]] | ||
* [[Documentation/Machine_Learning | Introduction to Machine Learning]] | * [[Documentation/Machine_Learning | Introduction to Machine Learning]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Developers' Guide == | == Developers' Guide == | ||
+ | * [[Download | Download]] | ||
* [[Documentation/Compiling | Developing and Compiling]] | * [[Documentation/Compiling | Developing and Compiling]] | ||
− | + | * [[Tutorials | Tutorials: Using OpenDino as a Library in other Java Code]] | |
− | * Concepts behind | + | * Concepts behind OpenDino |
− | ** [[Documentation/Modules/ | + | ** [[Documentation/Modules/TheCode | The 3 Main Parts]] |
− | ** [[Documentation/Modules/ | + | ** [[Documentation/Modules/IModule | Interface <code>IModule</code> - The Obligatory Interface for Modules]] |
− | ** [[Documentation/Modules/ | + | ** [[Documentation/Modules/Interfaces | Interfaces of Modules]] |
− | ** [[Documentation/Modules/ | + | ** [[Documentation/Modules/ClassesModules | Abstract Modules and Classes]] |
== Various == | == Various == | ||
* [[Documentation/Related | Links and Related Software]] | * [[Documentation/Related | Links and Related Software]] |
Aktuelle Version vom 15. September 2016, 22:57 Uhr
Inhaltsverzeichnis
Requirements
Users' Guide
- Installation
- A First Introduction to OpenDino in the Screenshots
- Symbols and Notation
- Module Documentation
Theory
- Introduction to Design of Experiment
- Introduction to Automated Optimization
- Introduction to Machine Learning
Developers' Guide
- Download
- Developing and Compiling
- Tutorials: Using OpenDino as a Library in other Java Code
- Concepts behind OpenDino