source: cpp/gdk/gen-config.h @ 82

Last change on this file since 82 was 82, checked in by Maciej Komosinski, 11 years ago

compiles under more platforms and OSes

  • Property svn:eol-style set to native
File size: 942 bytes
Line 
1// This file is a part of the Framsticks GDK library. See LICENSE.txt for details.
2// Refer to http://www.framsticks.com/ for further information.
3
4
5/**
6 gen-config.h
7
8 USE_GENCONV_xxx - configure converters
9 USE_GENMAN_xxx - configure genman
10*/
11
12#define BASIC_GENETICS //excludes f0-fuzzy and f8 (which is not stable for incorrect genotypes)
13
14#define USE_GENCONV_F10
15#define USE_GENCONV_F20
16#define USE_GENCONV_F32
17#define USE_GENCONV_F40
18//#define USE_GENCONV_F41_TEST
19//#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
26
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
35//#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 TracBrowser for help on using the repository browser.