Ignore:
Timestamp:
02/17/18 19:02:07 (6 years ago)
Author:
Maciej Komosinski
Message:

Added the new "using_checkpoints" argument to genetic converters so they can now call Model.checkpoint() when desired, see conv_f1.cpp for an example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/f4/conv_f4.cpp

    r726 r736  
    2323
    2424
    25 SString GenoConv_f40::convert(SString &in, MultiMap * map)
     25SString GenoConv_f40::convert(SString &in, MultiMap * map, bool using_checkpoints)
    2626{
    2727        int res;
     
    4848
    4949
    50 SString GenoConv_F41_TestOnly::convert(SString &in, MultiMap * map)
     50SString GenoConv_F41_TestOnly::convert(SString &in, MultiMap * map, bool using_checkpoints)
    5151{
    5252        int res;
Note: See TracChangeset for help on using the changeset viewer.