Ignore:
Timestamp:
03/25/14 00:15:11 (11 years ago)
Author:
Maciej Komosinski
Message:

Updated sources of the fT (ATGC sequences) genetic operators - useful as an educational example for developers; added genooper_test_fTest.cpp as a demo; removed outdated sources that now have new counterparts

File:
1 edited

Legend:

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

    r168 r194  
    4646#ifdef USE_GENMAN_fF
    4747#include "fF/oper_fF.h"
     48#endif
     49#ifdef USE_GENMAN_fT
     50#include "fT/oper_fTest.h"
    4851#endif
    4952
     
    139142#ifdef USE_GENMAN_fF
    140143        oper_fx_list.push_back(new GenoOper_fF);
     144#endif
     145#ifdef USE_GENMAN_fT
     146        oper_fx_list.push_back(new GenoOper_fTest);
    141147#endif
    142148
Note: See TracChangeset for help on using the changeset viewer.