typedef enum { RouletteSelection, RankingSelection } selectionStrategy; typedef enum { BinaryCoding, GrayCoding, IntegerCoding } codingMethod;