diff --git a/trunk/paradiseo-peo/README b/trunk/paradiseo-peo/README index 3d44518e4..7e1bfa57c 100755 --- a/trunk/paradiseo-peo/README +++ b/trunk/paradiseo-peo/README @@ -57,21 +57,19 @@ structure: | +- man Unix man format documentation. | | - +-- tutorial APPLICATIONS - one directory per separate application. + +-- tutorial APPLICATIONS | - +-- examples Examples repository including source code shared by all or most of the included lessons. - | | - | +- tsp A Traveling Salesman Problem (TSP) example with benchmarks, the main operators, definitions, etc. + +-- Introduction Technical introduction | - +-- Lesson1 A simple ParadisEO-PEO evolutionary algorithm example using the peoEA class. + +-- Lesson1 Parallel evaluation for EA and PSO | - +-- Lesson2 Example of an EA featuring a parallel evaluation of the population/parallel fitness function evaluation. + +-- Lesson2 Parallel transformation (crossover + mutation) for EA | - +-- Lesson3 Example of an asynchronous insular model including two evolutionary algorithms. + +-- Lesson3 Insular model for PSO and EA | - +-- Lesson4 Example of a parallel pso + +-- Lesson4 PSO and EA completely parallel | - +-- Walkthrough Walkthrough ParadisEO-PEO features - EA+LS hybridization, parallelization, insular model. + +-- Lesson5 Multi-start : several local searches =================================================================== NOTES diff --git a/trunk/paradiseo-peo/tutorial/Introduction/Technical introduction.pdf b/trunk/paradiseo-peo/tutorial/Introduction/Technical introduction.pdf new file mode 100644 index 000000000..7dd78591f Binary files /dev/null and b/trunk/paradiseo-peo/tutorial/Introduction/Technical introduction.pdf differ