Ignore:
Timestamp:
07/14/20 16:04:46 (4 years ago)
Author:
Maciej Komosinski
Message:

Improved the fS encoding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/fS/fS_conv.cpp

    r958 r1006  
    1818        }
    1919
    20         Model model;
    21         model.open(using_checkpoints);
    22         genotype->buildModel(model);
    23         model.close();
     20        Model model = genotype->buildModel(using_checkpoints);
    2421        delete genotype;
    2522
Note: See TracChangeset for help on using the changeset viewer.