Moved defines to constants in-class

This commit is contained in:
2018-04-14 01:08:22 -07:00
parent b0da515139
commit 0326bc4ddf
2 changed files with 7 additions and 7 deletions

View File

@ -2,11 +2,7 @@
#define BITEVOLVER_DEFINES_H
//
#define BIT_EVOLVER_POPULATION_DEFAULT_POPULATION_SIZE 100
#define BIT_EVOLVER_POPULATION_DEFAULT_MUTATE_RATE 0.01
#define BIT_EVOLVER_POPULATION_DEFAULT_CROSSOVER 0.7
// Nada for now