Ignore:
Timestamp:
10/01/21 23:40:49 (3 years ago)
Author:
Maciej Komosinski
Message:

Cosmetic/minor improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • framspy/run-evolalg-examples.cmd

    r1149 r1158  
    77
    88
    9 rem simple one-criterion evolution
     9
     10rem simple one-criterion evolution from minimalistic example source (examples.standard)
    1011python -m evolalg.examples.standard          -path %DIR_WITH_FRAMS_LIBRARY%   -opt numneurons
    1112
    1213
    13 rem "chaining" .sim files, subsequent files overwrite selected parameters
     14rem as above but "chaining" .sim files, subsequent files overwrite selected parameters
    1415python -m evolalg.examples.standard          -path %DIR_WITH_FRAMS_LIBRARY%   -sim eval-allcriteria.sim;deterministic.sim;sample-period-longest.sim    -opt velocity
    1516
    1617
    17 rem hard limit on the number of parts
     18rem simple one-criterion evolution but more options available in examples.niching_novelty, here: hard limit on the number of parts and debugging messages
    1819python -m evolalg.examples.niching_novelty   -path %DIR_WITH_FRAMS_LIBRARY%   -opt velocity   -max_numparts 6   -debug
    1920
Note: See TracChangeset for help on using the changeset viewer.