Documentation: Unterschied zwischen den Versionen
Aus OpenDino
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) (→Developers' Guide) |
||
(4 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 5: | Zeile 5: | ||
== Users' Guide == | == Users' Guide == | ||
− | * [[Installation | | + | * [[Installation | Installation]] |
− | * [[Screenshots | A First Introduction to OpenDino in the Screenshots]] | + | * [[Screenshots | A First Introduction to OpenDino in the Screenshots]] |
− | * [[Documentation/Modules | Module Documentation]] | + | * [[Documentation/Notation | Symbols and Notation]] |
+ | * [[Documentation/Modules | Module Documentation]] | ||
== Theory == | == Theory == | ||
Zeile 13: | 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 == | ||
Zeile 19: | Zeile 19: | ||
* [[Download | Download]] | * [[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 OpenDino | * Concepts behind OpenDino | ||
** [[Documentation/Modules/TheCode | The 3 Main Parts]] | ** [[Documentation/Modules/TheCode | The 3 Main Parts]] | ||
− | |||
** [[Documentation/Modules/IModule | Interface <code>IModule</code> - The Obligatory Interface for Modules]] | ** [[Documentation/Modules/IModule | Interface <code>IModule</code> - The Obligatory Interface for Modules]] | ||
** [[Documentation/Modules/Interfaces | Interfaces of Modules]] | ** [[Documentation/Modules/Interfaces | Interfaces of Modules]] |
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