New lessons for peo : version 1.0

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@784 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
canape 2007-11-12 14:06:06 +00:00
commit d55413b5e4
16 changed files with 51 additions and 14 deletions

View file

@ -21,6 +21,13 @@ ADD_CUSTOM_COMMAND(
ARGS -E copy_if_different
${ParadisEO-PEO_SOURCE_DIR}/tutorial/Lesson4/schema.xml
${ParadisEO-PEO_BINARY_DIR}/tutorial/Lesson4)
ADD_CUSTOM_COMMAND(
TARGET install
POST_BUILD
COMMAND ${CMAKE_COMMAND}
ARGS -E copy_if_different
${ParadisEO-PEO_SOURCE_DIR}/tutorial/Lesson4/Lesson4.pdf
${ParadisEO-PEO_BINARY_DIR}/tutorial/Lesson4)
######################################################################################

Binary file not shown.

View file

@ -51,7 +51,7 @@ double f (const Indi & _indi)
int main (int __argc, char *__argv[])
{
// In this lesson, we can see an exemple of an evolutionary algorithms with three islands.
// In this lesson, we can see an example of an evolutionary algorithms with three islands.
// The evaluation is parallel.
// The transformation is parallel.

View file

@ -50,8 +50,8 @@ double f (const Indi & _indi)
int main (int __argc, char *__argv[])
{
// In this lesson, we can see an exemple of a PSO with three islands.
// The stategy of migration is the replacement.
// In this lesson, we can see an example of a PSO with three islands.
// The strategy of migration is the replacement.
// The evaluation is parallel.
peo :: init( __argc, __argv );