Main Page: Unterschied zwischen den Versionen
Aus OpenDino
Dirk (Diskussion | Beiträge) (→Welcome to OpenDINO) |
Dirk (Diskussion | Beiträge) (→Welcome to OpenDino) |
||
Zeile 6: | Zeile 6: | ||
'''OpenDino''' is written in Java. | '''OpenDino''' is written in Java. | ||
+ | |||
+ | It provides a graphical user interface (GUI) and a platform which simplifies integration of new algorithms as "Modules". | ||
+ | |||
+ | Implemented Modules | ||
+ | |||
+ | Evolutionary Algorithms: | ||
+ | * CMA-ES | ||
+ | * (1+1)-ES | ||
+ | * Differential Evolution | ||
+ | |||
+ | Deterministic optimization algorithm: | ||
+ | * SIMPLEX | ||
+ | |||
+ | Learning: | ||
+ | * a simple Artificial Neural Net | ||
+ | |||
+ | Optimization problems: | ||
+ | * test functions | ||
+ | * interface for executing other programs (solvers) | ||
+ | * parallel execution of problems | ||
+ | * distributed execution of problems via socket connection between computers | ||
+ | |||
+ | Others: | ||
+ | * data storage | ||
+ | * data analyser and viewer | ||
Contact: | Contact: | ||
* [mailto:help@opendino.org help@opendino.org] | * [mailto:help@opendino.org help@opendino.org] |
Version vom 25. Oktober 2015, 11:52 Uhr
Welcome to OpenDino
OpenDino is an open source platform for optimization, design of experiment and learning.
The platform is a successor of the terminated OpenOpal project.
OpenDino is written in Java.
It provides a graphical user interface (GUI) and a platform which simplifies integration of new algorithms as "Modules".
Implemented Modules
Evolutionary Algorithms:
- CMA-ES
- (1+1)-ES
- Differential Evolution
Deterministic optimization algorithm:
- SIMPLEX
Learning:
- a simple Artificial Neural Net
Optimization problems:
- test functions
- interface for executing other programs (solvers)
- parallel execution of problems
- distributed execution of problems via socket connection between computers
Others:
- data storage
- data analyser and viewer
Contact: