Main Page

Aus OpenDino
Version vom 18. Februar 2016, 22:28 Uhr von Dirk (Diskussion | Beiträge) (Welcome to OpenDino)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

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: