source: framspy/run-evolalg-examples.cmd @ 1116

Last change on this file since 1116 was 1113, checked in by Maciej Komosinski, 3 years ago

Added a framework for evolutionary algorithms cooperating with FramsticksLib?.py

File size: 460 bytes
Line 
1rem To learn about all available options of each .py algorithm, add "-h" to its parameters.
2rem Use the source code of the examples as a starting point for your customizations.
3rem Example usage:
4
5set PATH_TO_DIR_WITH_FRAMS_LIBRARY=............
6
7
8python -m evolalg.examples.standard          -path %PATH_TO_DIR_WITH_FRAMS_LIBRARY%   -opt numneurons
9
10python -m evolalg.examples.niching_novelty   -path %PATH_TO_DIR_WITH_FRAMS_LIBRARY%   -opt velocity
Note: See TracBrowser for help on using the repository browser.