Tutorials
Aus OpenDino
Version vom 15. September 2016, 22:58 Uhr von Admin (Diskussion | Beiträge) (→Using OpenDino as a Library in Other Java Code)
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}}}.
Java Code
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 |