Main Page: Unterschied zwischen den Versionen

Aus OpenDino
Wechseln zu: Navigation, Suche
(Welcome to OpenDino)
(Welcome to OpenDino)
 
Zeile 1: Zeile 1:
 
= Welcome to '''OpenDino''' =
 
= Welcome to '''OpenDino''' =
  
'''OpenDino ''' is an open source platform for optimization, design of experiment and learning.  
+
'''OpenDino ''' is an open source platform for automated optimization, design of experiment and learning, written in Java.  
  
The platform is a successor of the terminated [http://www.openopal.org OpenOpal] project.
+
The source code as well as as an executable can be found on [http://sourceforge.net/projects/opendino/ sourceforge]. The source code is structured in 3 layers: A core providing the basic backbone, Modules containing all algorithms, and a graphical user interface (GUI). This simplifies the integration of new algorithms as they are represented by additional "Modules".
  
'''OpenDino''' is written in Java.
+
Implemented Modules
  
It provides a graphical user interface (GUI) and a platform which simplifies integration of new algorithms as "Modules".
+
* Evolutionary optimization algorithms (CMA-ES, (1+1)-ES, Swarm Algorithms)
  
Implemented Modules
+
* Deterministic optimization algorithm (SIMPLEX)
  
Evolutionary Algorithms:
+
* Learning (feed-forward Artificial Neural Net)
* CMA-ES
 
* (1+1)-ES
 
* Differential Evolution
 
  
Deterministic optimization algorithm:
+
* Design of Experiments (full factorial design, Latin Hypercube, I-Optimal Design)
* SIMPLEX
 
  
Learning:
+
* Problems (test functions, interface to external programs (solvers), distributed and parallel execution)
* a simple Artificial Neural Net
 
  
Optimization problems:
+
* Other modules (data storage and visualization)
* test functions
 
* interface for executing other programs (solvers)
 
* parallel execution of problems
 
* distributed execution of problems via socket connection between computers
 
  
Others:
+
Source Code
* data storage
+
* http://sourceforge.net/projects/opendino/
* data analyser and viewer
 
  
 
Contact:  
 
Contact:  
 
* [mailto:help@opendino.org help@opendino.org]
 
* [mailto:help@opendino.org help@opendino.org]

Aktuelle Version vom 18. Februar 2016, 22:28 Uhr

Welcome to OpenDino

OpenDino is an open source platform for automated optimization, design of experiment and learning, written in Java.

The source code as well as as an executable can be found on sourceforge. The source code is structured in 3 layers: A core providing the basic backbone, Modules containing all algorithms, and a graphical user interface (GUI). This simplifies the integration of new algorithms as they are represented by additional "Modules".

Implemented Modules

  • Evolutionary optimization algorithms (CMA-ES, (1+1)-ES, Swarm Algorithms)
  • Deterministic optimization algorithm (SIMPLEX)
  • Learning (feed-forward Artificial Neural Net)
  • Design of Experiments (full factorial design, Latin Hypercube, I-Optimal Design)
  • Problems (test functions, interface to external programs (solvers), distributed and parallel execution)
  • Other modules (data storage and visualization)

Source Code

Contact: