Last change
on this file since 1148 was
1147,
checked in by Maciej Komosinski, 4 years ago
|
Multi-criteria optimization, can optionally include diversity is one criterion
|
File size:
844 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 -max_numparts 6 -debug
|
---|
11 |
|
---|
12 | python -m evolalg.examples.niching_novelty -path %DIR_WITH_FRAMS_LIBRARY% -opt vertpos -fit knn_niching -knn 3 -max_numjoints 8 -popsize 10 -generations 30
|
---|
13 |
|
---|
14 | rem '-dissim ...' can be used to include dissimilarity as one of the criteria
|
---|
15 | python -m evolalg.examples.multicriteria -path %DIR_WITH_FRAMS_LIBRARY% -popsize 40 -generations 10 -opt velocity,vertpos
|
---|
Note: See
TracBrowser
for help on using the repository browser.