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.h

    r286 r736  
    2020public:
    2121        GenoConv_f40();
    22         SString convert(SString &in, MultiMap * map);
     22        SString convert(SString &in, MultiMap * map, bool using_checkpoints);
    2323};
    2424
     
    2929public:
    3030        GenoConv_F41_TestOnly();
    31         SString convert(SString &in, MultiMap * map);
     31        SString convert(SString &in, MultiMap * map, bool using_checkpoints);
    3232};
    3333
Note: See TracChangeset for help on using the changeset viewer.