Documentation: Unterschied zwischen den Versionen

Aus OpenDino
Wechseln zu: Navigation, Suche
(Developers' Guide)
 
(4 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 5: Zeile 5:
 
== Users' Guide ==
 
== Users' Guide ==
  
* [[Installation | 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]]
* [[Documentation/Notation        | Symbols and Notation]]
 
  
 
== 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/Execution  | Module Execution]]
 
 
** [[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

Requirements

Users' Guide

Theory

Developers' Guide

Various