source: cpp/frams/genetics/gen-config-GDK.h @ 194

Last change on this file since 194 was 194, checked in by Maciej Komosinski, 10 years ago

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

  • Property svn:eol-style set to native
File size: 739 bytes
RevLine 
[121]1// This file is a part of the Framsticks GDK.
2// Copyright (C) 2002-2014  Maciej Komosinski and Szymon Ulatowski.  See LICENSE.txt for details.
[109]3// Refer to http://www.framsticks.com/ for further information.
4
[121]5
[109]6/**
7 gen-config.h
8
9 USE_GENCONV_xxx - configure converters
[126]10 USE_GENMAN_xxx - configure genman operators
[109]11
12 */
13
[139]14#define USE_GENCONV_f10
15//#define USE_GENCONV_f21
16//#define USE_GENCONV_f30
17//#define USE_GENCONV_f40
18//#define USE_GENCONV_f41_TEST
19//#define USE_GENCONV_f50
20#define USE_GENCONV_f90
[140]21#define USE_GENCONV_fF0
[109]22
[139]23//#define USE_GENMAN_f0
24//#define USE_GENMAN_f1
25//#define USE_GENMAN_f2
26//#define USE_GENMAN_f3
27//#define USE_GENMAN_f4
28//#define USE_GENMAN_f5
29#define USE_GENMAN_f9
[140]30#define USE_GENMAN_fF
[194]31#define USE_GENMAN_fT
32
Note: See TracBrowser for help on using the repository browser.