dignea  1.0.0
Diverse Instance Generator with Novelty Search and Evolutionary Algorithms
SelectionTypes.h
Go to the documentation of this file.
1 
11 #ifndef DIGNEA_SELECTIONTYPES_H
12 #define DIGNEA_SELECTIONTYPES_H
13 
14 using namespace std;
19 enum class SelType { Binary };
20 
21 #endif // DIGNEA_SELECTIONTYPES_H
SelType
Types of Selection Operators implemented in dignea.
Definition: SelectionTypes.h:19