Added new lesson (6) dedicated to the PSO. Also changed a few things into the PSO-dedicated components (constructors)
This commit is contained in:
parent
4834adbe5f
commit
4ad79a9148
17 changed files with 771 additions and 115 deletions
|
|
@ -50,7 +50,8 @@ check_PROGRAMS = t-eoParetoFitness \
|
|||
t-eoSwapMutation \
|
||||
t-eoShiftMutation \
|
||||
t-eoTwoOptMutation \
|
||||
t-eoRingTopology
|
||||
t-eoRingTopology \
|
||||
t-eoSyncEasyPSO
|
||||
|
||||
TESTS = $(check_PROGRAMS) \
|
||||
run_tests # This script can be used to check command-line arguments
|
||||
|
|
@ -114,4 +115,4 @@ t_eoSwapMutation_SOURCES = t-eoSwapMutation.cpp
|
|||
t_eoShiftMutation_SOURCES = t-eoShiftMutation.cpp
|
||||
t_eoTwoOptMutation_SOURCES = t-eoTwoOptMutation.cpp
|
||||
t_eoRingTopology_SOURCES = t-eoRingTopology.cpp
|
||||
|
||||
t_eoSyncEasyPSO_SOURCES = t-eoSyncEasyPSO.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue