Tutorials: Unterschied zwischen den Versionen
Aus OpenDino
Admin (Diskussion | Beiträge) (→Using OpenDino as a Library in Other Java Code) |
Admin (Diskussion | Beiträge) (→Java Code) |
||
Zeile 5: | Zeile 5: | ||
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}}}. | 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 == | + | === Java Code === |
The tutorials can be directly executed as they are implemented in a Java main method. | The tutorials can be directly executed as they are implemented in a Java main method. |
Aktuelle Version vom 15. September 2016, 22:59 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}}}.
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 |