Ignore:
Timestamp:
02/28/18 19:41:33 (6 years ago)
Author:
Maciej Komosinski
Message:

Configured and activated the new "fn" genetic representation

File:
1 edited

Legend:

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

    r715 r748  
    4747#ifdef USE_GENMAN_fF
    4848#include "fF/oper_fF.h"
     49#endif
     50#ifdef USE_GENMAN_fn
     51#include "fn/oper_fn.h"
    4952#endif
    5053#ifdef USE_GENMAN_fT
     
    143146#ifdef USE_GENMAN_fF
    144147        oper_fx_list.push_back(new GenoOper_fF);
     148#endif
     149#ifdef USE_GENMAN_fn
     150        oper_fx_list.push_back(new GenoOper_fn);
    145151#endif
    146152#ifdef USE_GENMAN_fT
Note: See TracChangeset for help on using the changeset viewer.