diff --git a/eo/doc/mainpage.html b/eo/doc/mainpage.html index e175850c6..9b26541bc 100644 --- a/eo/doc/mainpage.html +++ b/eo/doc/mainpage.html @@ -35,23 +35,18 @@ background: #00309c; in it, it is very easy to subclass existing abstract or concrete classes.

-

EO was started by the Geneura - Team at the University of Granada, headed by Juan Julián Merelo. The original Web site is also the only place where you - will find old releases of EO (up to 0.8.7), but beware that it is not - compatible at all with the current version.

+

EO was started by the Geneura + Team at the University of Granada, headed by + Juan Julián Merelo.

-

The developement team has then been reinforced by Maarten Keijzer, the C++ - wizzard, and Marc Schoenauer. - Later came Jeroen - Eggermont, who, among other things, did a lot of work on GP, - INRIA Dolphin Team, Olivier König, who did a +

The developement team has then been reinforced by + Maarten Keijzer (the C++ + wizard), and Marc Schoenauer. + Later came Jeroen + Eggermont, who, among other things, did a lot of work on GP, + INRIA Dolphin Team, Olivier König, who did a lot of useful additions and cleaning of the code and Jochen Küpper, working on + href="https://www.jochen-kuepper.de">Jochen Küpper, working on infrastructure maintenance.

@@ -81,7 +76,7 @@ background: #00309c;

If you have tested EO on a system not listed here, please let + href="https://github.com/nojhan/paradiseo/issues">let us know.

If you are working on a system with an older C++ compiler there @@ -98,26 +93,11 @@ background: #00309c;

The tutorial demonstrates that writing an evolutionary algorithm evolving your own structures is now easy, using ready-to-use - template files. Although the tutorial has not been upgraded for some - time now and refers to version 0.9.2 of EO, it nevertheless remains the - best way to dive into EO. You can start by trying it on-line at LRI - or SourceForge, - before downloading it. The - tutorial is also included in the released - sources.

+ template files. The tutorial is included in the source tree at + eo/tutorial/.

-

The latest tutorial - release -

- -

The complete code is also well documented and you can look at the - generated interface - documentation.

+

The complete code is also well documented and you can generate the + API documentation locally with make doc-eo.

The easiest way to create a complete new EO-project, even for new genomes, is to use the script provided in tutorial/Templates/; see @@ -132,17 +112,9 @@ background: #00309c; -

A functional and "philosophical" overview of EO was presented at EA'01 conference. - You can download the paper - or the - slides.

- -

A PowerPoint presentation shows the EO philosophy, and - it includes a Visual Basic macro for evolving objects in Visual Basic - for Applications.

+

A functional and "philosophical" overview of EO was presented at EA'01 conference. + You can find the paper (EO_EA2001.pdf) + and the slides (LeCreusot.pdf) in the eo/doc/ directory.

You can also look a the list of publications that used EO to solve real problems.

@@ -155,18 +127,14 @@ background: #00309c; -

The current release is EO 1.0. - It supports any Standard-compliant C++ compiler.

- -

You can obtain the latest version directly via cvs or download a - daily snapshot from LRI.

- -

All releases can be obtained from the SourceForge download - area.

+

EO is now part of ParadisEO. + You can obtain the latest version via Git: + git clone https://github.com/nojhan/paradiseo.git

+ +

Releases can be obtained from the GitHub releases + page.

@@ -176,11 +144,9 @@ background: #00309c; - We would like EO to be an open development effort; that is why we have - created mailing lists to discuss future developments, solve technical - problems, announce releases, publish patches, and discuss evolutionary - computation in general. Browse the archives or join the EO mailing lists. + For questions, bug reports, or contributions, please use the + GitHub issue tracker + or the Matrix chatroom. @@ -190,23 +156,11 @@ background: #00309c; -

The following resources are available, thanks to sourceforge

+

EO is now developed as part of ParadisEO on GitHub:

@@ -226,16 +180,11 @@ background: #00309c; -

ParadisEO provides EO extensions for +

ParadisEO provides EO extensions for the flexible design of single solution-based metaheuristics, metaheuristics for multi objective optimization as well as hybrid, parallel and distributed metaheuristics.

-

DegaX is an ActiveX control which embeds EO 0.8.4. -

- @@ -245,30 +194,20 @@ background: #00309c; -

Hosted by:
SF logo

- -

Valid HTML 4.01 Transitional
Please send comments on this webpage to the EO mailing -list.

+

Please report issues on the GitHub issue tracker.

diff --git a/eo/doc/publications.html b/eo/doc/publications.html index 26ff646f4..a452ebf7b 100644 --- a/eo/doc/publications.html +++ b/eo/doc/publications.html @@ -50,7 +50,7 @@

Hosted by:
SF logo + src="sflogo-hammer1.jpg">

diff --git a/eo/tutorial/html/eoTutorial.html b/eo/tutorial/html/eoTutorial.html index 1dbef8bd2..1d9347744 100644 --- a/eo/tutorial/html/eoTutorial.html +++ b/eo/tutorial/html/eoTutorial.html @@ -31,8 +31,7 @@ but go to the test directory, type make t-eoCMAES and use the resulting t-eoCMAES. But as of today, the latest algorithms (and comparative results) -are better found on Nikolaus Hansen Web page -and on his "Comparison of Evolutionary Algorithms on a Benchmark Function Set" page).
+are better found on the CMA-ES project page.


@@ -92,8 +91,8 @@ html-ized code are not yet updated - time is missing

May 2002
  • -Thanks to Sébastien -Cahon (LIFL, Lille)
    +Thanks to Sébastien +Cahon (LIFL, Lille)
    @@ -142,14 +141,12 @@ and to quickly reach some specific part of the code.
  • diagram of the class, and you'll learn a lot by simply looking at it.
  • For those who wish to get deeper in STL (Standard Template Library), you -might visit the well documented SGI -STL Web site. But don't forget you'll find the very basic minimum in +might visit cppreference.com. But don't forget you'll find the very basic minimum in EO programming hints.
  • -And, last but not least, we assume you know approximately that an Evolutionary -Algorithm looks like this, but otherwise you can try this very -brief introduction (not written yet, Jan. 2001, sorry).
  • +And, last but not least, we assume you know approximately what an Evolutionary +Algorithm looks like.


    @@ -233,8 +230,8 @@ rather than when you have something urgent to code :-)


    Before you start -

    You should of course have downloaded and installed the whole EO -library (how did you get this file if not???). +

    You should of course have downloaded and installed the whole ParadisEO +framework (how did you get this file if not???). If you are using a recent version of EO (0.9.3+), all tutorial Lessons should have been compiled when installing the library, and you can now proceed with Lesson1.