source:
framspy/run-evolalg-examples.cmd
@
1123
Last change on this file since 1123 was 1117, checked in by , 4 years ago | |
---|---|
File size: 436 bytes |
Line | |
---|---|
1 | rem To learn about all available options of each .py algorithm, add "-h" to its parameters. |
2 | rem Use the source code of the examples as a starting point for your customizations. |
3 | rem Example usage: |
4 | |
5 | set DIR_WITH_FRAMS_LIBRARY=............ |
6 | |
7 | |
8 | python -m evolalg.examples.standard -path %DIR_WITH_FRAMS_LIBRARY% -opt numneurons |
9 | |
10 | python -m evolalg.examples.niching_novelty -path %DIR_WITH_FRAMS_LIBRARY% -opt velocity |
Note: See TracBrowser
for help on using the repository browser.