Last change
on this file since 1142 was
1138,
checked in by Maciej Komosinski, 4 years ago
|
Added limits for the number of Parts, Joints, Neurons and Neural connections
|
File size:
456 bytes
|
Rev | Line | |
---|
[1113] | 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 |
|
---|
[1117] | 5 | set DIR_WITH_FRAMS_LIBRARY=............
|
---|
[1113] | 6 |
|
---|
| 7 |
|
---|
[1117] | 8 | python -m evolalg.examples.standard -path %DIR_WITH_FRAMS_LIBRARY% -opt numneurons
|
---|
[1113] | 9 |
|
---|
[1138] | 10 | python -m evolalg.examples.niching_novelty -path %DIR_WITH_FRAMS_LIBRARY% -opt velocity -max_numparts 6
|
---|
Note: See
TracBrowser
for help on using the repository browser.