source: cpp/frams/genetics/gen-config-SDK.h @ 958

Last change on this file since 958 was 958, checked in by Maciej Komosinski, 4 years ago

Added the fS genetic encoding (for solids)

  • Property svn:eol-style set to native
File size: 944 bytes
RevLine 
[286]1// This file is a part of Framsticks SDK.  http://www.framsticks.com/
[958]2// Copyright (C) 1999-2020  Maciej Komosinski and Szymon Ulatowski.
[286]3// See LICENSE.txt for details.
[109]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
[196]17#define USE_GENCONV_f40
[139]18//#define USE_GENCONV_f41_TEST
19//#define USE_GENCONV_f50
20#define USE_GENCONV_f90
[140]21#define USE_GENCONV_fF0
[748]22#define USE_GENCONV_fn0
[780]23#define USE_GENCONV_fBH
24#define USE_GENCONV_fH0
25#define USE_GENCONV_fL0
[958]26#define USE_GENCONV_fS0 //solids
[109]27
[139]28//#define USE_GENMAN_f0
29//#define USE_GENMAN_f1
30//#define USE_GENMAN_f2
31//#define USE_GENMAN_f3
[196]32#define USE_GENMAN_f4
[139]33//#define USE_GENMAN_f5
34#define USE_GENMAN_f9
[140]35#define USE_GENMAN_fF
[194]36#define USE_GENMAN_fT
[748]37#define USE_GENMAN_fn
[780]38#define USE_GENMAN_fB
39#define USE_GENMAN_fH
40#define USE_GENMAN_fL
[958]41#define USE_GENMAN_fS //solids
Note: See TracBrowser for help on using the repository browser.