Changeset 82 for cpp/gdk/gen-config.h


Ignore:
Timestamp:
02/08/13 03:44:31 (11 years ago)
Author:
Maciej Komosinski
Message:

compiles under more platforms and OSes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/gen-config.h

    r66 r82  
    88 USE_GENCONV_xxx - configure converters
    99 USE_GENMAN_xxx - configure genman
     10*/
    1011
    11  */
     12#define BASIC_GENETICS //excludes f0-fuzzy and f8 (which is not stable for incorrect genotypes)
    1213
    1314#define USE_GENCONV_F10
    14 //#define USE_GENCONV_F21
    15 //#define USE_GENCONV_F30
    16 //#define USE_GENCONV_F40
     15#define USE_GENCONV_F20
     16#define USE_GENCONV_F32
     17#define USE_GENCONV_F40
    1718//#define USE_GENCONV_F41_TEST
    1819//#define USE_GENCONV_F50
     20//#define USE_GENCONV_F60
     21#define USE_GENCONV_F70
     22#ifndef BASIC_GENETICS
     23 #define USE_GENCONV_F81
     24#endif
     25#define USE_GENCONV_F90
    1926
    20 //#define USE_GENMAN_F0
    21 //#define USE_GENMAN_F1
    22 //#define USE_GENMAN_F2
    23 //#define USE_GENMAN_F3
    24 //#define USE_GENMAN_F4
     27#define USE_GENMAN_F0
     28#ifndef BASIC_GENETICS
     29 #define USE_GENMAN_F0FUZZY
     30#endif
     31#define USE_GENMAN_F1
     32#define USE_GENMAN_F2
     33#define USE_GENMAN_F3
     34#define USE_GENMAN_F4
    2535//#define USE_GENMAN_F5
     36//#define USE_GENMAN_F6
     37#define USE_GENMAN_F7
     38#ifndef BASIC_GENETICS
     39 #define USE_GENMAN_F8
     40#endif
     41#define USE_GENMAN_F9
     42
Note: See TracChangeset for help on using the changeset viewer.