Ignore:
Timestamp:
05/14/18 17:53:10 (6 years ago)
Author:
Maciej Komosinski
Message:

Added sources for genetic encodings fB, fH, fL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/genman.cpp

    r779 r780  
    5959#ifdef USE_GENMAN_fT
    6060#include "fT/fTest_oper.h"
     61#endif
     62#ifdef USE_GENMAN_fB
     63#include "fB/fB_oper.h"
     64#endif
     65#ifdef USE_GENMAN_fH
     66#include "fH/fH_oper.h"
     67#endif
     68#ifdef USE_GENMAN_fL
     69#include "fL/fL_oper.h"
    6170#endif
    6271
     
    158167#ifdef USE_GENMAN_fT
    159168        oper_fx_list.push_back(new GenoOper_fTest);
     169#endif
     170#ifdef USE_GENMAN_fB
     171        oper_fx_list.push_back(new Geno_fB);
     172#endif
     173#ifdef USE_GENMAN_fH
     174        oper_fx_list.push_back(new Geno_fH);
     175#endif
     176#ifdef USE_GENMAN_fL
     177        oper_fx_list.push_back(new Geno_fL);
    160178#endif
    161179
Note: See TracChangeset for help on using the changeset viewer.