Added eoSequentialSelect.h in the includes
This commit is contained in:
parent
a7a1ed2326
commit
7f550d008e
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,8 @@
|
||||||
|
|
||||||
// Selection
|
// Selection
|
||||||
// the eoSelectOne's
|
// the eoSelectOne's
|
||||||
#include <eoRandomSelect.h> // also contains the eoSequentialSelect
|
#include <eoRandomSelect.h>
|
||||||
|
#include <eoSequentialSelect.h>
|
||||||
#include <eoDetTournamentSelect.h>
|
#include <eoDetTournamentSelect.h>
|
||||||
#include <eoProportionalSelect.h>
|
#include <eoProportionalSelect.h>
|
||||||
#include <eoFitnessScalingSelect.h>
|
#include <eoFitnessScalingSelect.h>
|
||||||
|
|
|
||||||
Reference in a new issue