Tutorials: Unterschied zwischen den Versionen

Aus OpenDino
Wechseln zu: Navigation, Suche
(Created page with "= Using OpenDino as a Library in Other Java Code = OpenDino contains a graphical user interface for simple interaction (see e.g. the [Screenshots]). Alternatively, OpenDino can...")
 
(kein Unterschied)

Version vom 15. September 2016, 22:56 Uhr

Using OpenDino as a Library in Other Java Code

OpenDino contains a graphical user interface for simple interaction (see e.g. the [Screenshots]).

Alternatively, OpenDino can be used as a library in other Java programs. All functionality of the software can be used such as the graphical plotting environment in the Module {{{DataViewer}}}.

Tutorials

The tutorials can be directly executed as they are implemented in a Java main method.

Tutorial URL
single objective evolutionary optimization with output of the best solution https://sourceforge.net/p/opendino/code/HEAD/tree/trunk/src/org/opendino/tutorial/TutorialSingleObjectiveOptimization.java
multi-objective evolutionary optimization with visualization and data storage https://sourceforge.net/p/opendino/code/HEAD/tree/trunk/src/org/opendino/tutorial/TutorialMultiObjectiveOptimization.java