Ignore:
Timestamp:
02/15/18 00:42:07 (6 years ago)
Author:
Maciej Komosinski
Message:

Added support for "checkpoints" (intermediate phases of development of the Model when converting between genetic encodings). See Model.checkpoint() and conv_f1.cpp for an example.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/_demos/paramtree_paramlist_test.cpp

    r730 r732  
    2222        PreconfiguredGenetics genetics;
    2323
    24         Param minigenotype_param(minigenotype_paramtab);
     24        Param genotypemini_param(genotypemini_paramtab);
    2525        NeuroFactory neurofac;
    2626        neurofac.setStandardImplementation();
     
    3636        combined += &Pt3D_Ext::getStaticParam();
    3737        combined += &Orient_Ext::getStaticParam();
    38         combined += &minigenotype_param;
     38        combined += &genotypemini_param;
    3939        combined += &nn_config.par;
    4040        combined += &modelgeo.par;
Note: See TracChangeset for help on using the changeset viewer.