Main Page: Unterschied zwischen den Versionen

Aus OpenDino
Wechseln zu: Navigation, Suche
(Created page with "= Welcome to '''OpenOpal ''' = '''OpenOpal ''' is an '''Open''' Source software environment for '''OP'''timization '''A'''nd '''L'''earning, providing algorithms for automatic o...")
 
(Welcome to OpenDino)
 
(6 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
= Welcome to '''OpenOpal ''' =
+
= Welcome to '''OpenDino''' =
  
'''OpenOpal ''' is an '''Open''' Source software environment for '''OP'''timization '''A'''nd '''L'''earning, providing algorithms for automatic optimization, Design of Experiment, and Machine Learning.
+
'''OpenDino ''' is an open source platform for automated optimization, design of experiment and learning, written in Java.  
  
The software consists of a '''Core''', a Graphical User Interface ('''GUI''') and '''Module'''s. The Modules comprise all functionality such as optimization algorithm and interfaces to the problem to be optimized.
+
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".
  
OpenOpal is written in Java.
+
Implemented Modules
  
To get into the project:
+
* Evolutionary optimization algorithms (CMA-ES, (1+1)-ES, Swarm Algorithms)
  
* check the [[Screenshots | Screenshots]] to get an idea about the basic interaction with the software
+
* Deterministic optimization algorithm (SIMPLEX)
* then, check the [[Documentation | Documentation]].
 
* or simply download the executable jar (no compilation necessary) from ToDo:Link.
 
  
 +
* 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
 +
* http://sourceforge.net/projects/opendino/
  
 
Contact:  
 
Contact:  
* [mailto:help@openopal.org help@openopal.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: