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/saver_test_geno.cpp

    r520 r732  
    2828        {
    2929                int N = atoi(argv[2]);
    30                 MiniGenotype g;
    31                 Param p(minigenotype_paramtab, &g);
     30                GenotypeMini g;
     31                Param p(genotypemini_paramtab, &g);
    3232                g.clear();
    3333                printf("Saving %d genotypes to %s\n", N, argv[1]);
Note: See TracChangeset for help on using the changeset viewer.