You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #ifndef CROSSOVER_H_INCLUDED
- #define CROSSOVER_H_INCLUDED
-
- #define NO_CROSSOVER 0
- #define UNIFORM_CROSSOVER 1
- #define MAJORITY_VOTE_CROSSOVER 2
- #define K_POINT_CROSSOVER 4
-
- #endif // CROSSOVER_H_INCLUDED
|