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

    r779 r780  
    4343#include "fn/fn_conv.h"
    4444#endif
     45#ifdef USE_GENCONV_fBH
     46#include "fB/fB_conv.h"
     47#endif
     48#ifdef USE_GENCONV_fH0
     49#include "fH/fH_conv.h"
     50#endif
     51#ifdef USE_GENCONV_fL0
     52#include "fL/fL_conv.h"
     53#endif
    4554
    4655void DefaultGenoConvManager::addDefaultConverters()
     
    8291        addConverter(new GenoConv_fn0);
    8392#endif
     93#ifdef USE_GENCONV_fBH
     94        addConverter(new GenoConv_fBH);
     95#endif
     96#ifdef USE_GENCONV_fH0
     97        addConverter(new GenoConv_fH0);
     98#endif
     99#ifdef USE_GENCONV_fL0
     100        addConverter(new GenoConv_fL0);
     101#endif
    84102
    85103        param.updatetab();
Note: See TracChangeset for help on using the changeset viewer.