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
19
eo/tutorial/Lesson6/Makefile.am
Normal file
19
eo/tutorial/Lesson6/Makefile.am
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
noinst_PROGRAMS = BinaryPSO RealPSO
|
||||
|
||||
|
||||
SecondBitEA_SOURCES = BinaryPSO.cpp
|
||||
|
||||
SecondRealEA_SOURCES = RealPSO.cpp
|
||||
|
||||
|
||||
noinst_HEADERS =
|
||||
|
||||
extra_DIST = Makefile.simple
|
||||
|
||||
|
||||
LDADD = -L$(top_builddir)/src
|
||||
|
||||
LIBS = -leoutils -leo
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src
|
||||
Reference in a new issue