Last change
on this file since 87 was
82,
checked in by Maciej Komosinski, 12 years ago
|
compiles under more platforms and OSes
|
-
Property svn:eol-style set to
native
|
File size:
942 bytes
|
Rev | Line | |
---|
[64] | 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. |
---|
[5] | 3 | |
---|
| 4 | |
---|
| 5 | /** |
---|
| 6 | gen-config.h |
---|
| 7 | |
---|
| 8 | USE_GENCONV_xxx - configure converters |
---|
| 9 | USE_GENMAN_xxx - configure genman |
---|
[82] | 10 | */ |
---|
[5] | 11 | |
---|
[82] | 12 | #define BASIC_GENETICS //excludes f0-fuzzy and f8 (which is not stable for incorrect genotypes) |
---|
[5] | 13 | |
---|
| 14 | #define USE_GENCONV_F10 |
---|
[82] | 15 | #define USE_GENCONV_F20 |
---|
| 16 | #define USE_GENCONV_F32 |
---|
| 17 | #define USE_GENCONV_F40 |
---|
[5] | 18 | //#define USE_GENCONV_F41_TEST |
---|
| 19 | //#define USE_GENCONV_F50 |
---|
[82] | 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 |
---|
[5] | 26 | |
---|
[82] | 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 |
---|
[5] | 35 | //#define USE_GENMAN_F5 |
---|
[82] | 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.