From a96db239c465c5de432db2376b375f50fe2cf8c2 Mon Sep 17 00:00:00 2001 From: nojhan Date: Tue, 4 Jan 2022 11:04:11 +0100 Subject: [PATCH] update the doc index - get rid of several INRIA's gforge links - update the last reference --- docs/index.html | 70 ++++++++++++++++++++++++++++++++----------------- 1 file changed, 46 insertions(+), 24 deletions(-) diff --git a/docs/index.html b/docs/index.html index 640d14813..f64f8b94a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -28,8 +28,8 @@

Shortcuts:

@@ -125,9 +125,9 @@

Download

- Download the latest stable release. + Download the latest stable release. -

Or clone the latest version: git clone git://scm.gforge.inria.fr/paradiseo/paradiseo.git

+

Or clone the latest version: git clone https://github.com/nojhan/paradiseo.git

@@ -147,7 +147,9 @@

Develop

+

To show you how does a code look, you will find here a minimal implementation of the popular CMA-ES algorithm.

@@ -808,18 +810,32 @@
  • -

    The core EO module is described in the following scientific article: -

    M. Keijzer, J.J. Merelo, G. Romero, G., M. Schoenauer, - Evolving - objects: A general purpose evolutionary computation - library, Artificial Evolution, 2310, 829--888 (2002).
    +

    The latest state of the whole framework is introduced in the following article (see also the preprint): +

    Johann Dreo, Arnaud Liefooghe, Sébastien Verel, Marc Schoenauer, Juan J. Merelo, Alexandre Quemy, Benjamin Bouvier, and Jan Gmys, + Paradiseo: from a modular framework for evolutionary computation to the automated design of metaheuristics —22 years of Paradiseo—, GECCO'21: Proceedings of the Genetic and Evolutionary Computation Conference Companion, 1522–1530 (2021).

    - - + +
    -

    If you used EO in a study, please cite it. As of today, it has been cited more than 250 times.

    +

    If you used in a study, please cite the publication above:

    + + @inproceedings{Dreo-al_2021_Paradiseo,
    +     author    = {Dreo, Johann and Liefooghe, Arnaud and Verel, S\'{e}bastien and Schoenauer, Marc and Merelo, Juan J. and Quemy, Alexandre and Bouvier, Benjamin and Gmys, Jan},
    +     title     = {Paradiseo: From a Modular Framework for Evolutionary Computation to the Automated Design of Metaheuristics: 22 Years of Paradiseo},
    +     year      = {2021},
    +     isbn      = {9781450383516},
    +     publisher = {Association for Computing Machinery},
    +     address   = {New York, NY, USA},
    +     url       = {https://doi.org/10.1145/3449726.3463276},
    +     booktitle = {Proceedings of the Genetic and Evolutionary Computation Conference Companion},
    +     pages     = {1522–1530},
    +     numpages  = {9}
    + }
    +
    + + - - - - - }

    + -->

  • +
  • +

    The core EO module is described in the following scientific article: +

    M. Keijzer, J.J. Merelo, G. Romero, G., M. Schoenauer, + Evolving + objects: A general purpose evolutionary computation + library, Artificial Evolution, 2310, 829--888 (2002).
    +

    +
  • + @@ -1132,16 +1152,17 @@ undiscovered knowledge.

    Downloads

    -

    The current stable release is version 2.0.1: ParadisEO 2.0.1. Some other releases (older or newer) can be found on GitHub/paradiseo/releases.

    +

    The current stable release is version: Paradiseo 3.0.0-beta. Some other releases (older or newer) can be found on GitHub/paradiseo/releases.

    -

    You can obtain the latest stable and beta version directly via the official Git repository: - git clone git://scm.gforge.inria.fr/paradiseo/paradiseo.git. +

    You can obtain the latest stable and beta version directly via the Git repository: + git clone https://github.com/jdreo/paradiseo.git. The release are on the "master" branch.

    Or you can use (at your own risks) the development repositories of the developers:

    @@ -1214,7 +1235,7 @@ undiscovered knowledge.

    Contribute

    development is open and contributions are welcomed.

    -

    The official bug tracker is available on the project page. But you may be more confortable using the issue tracker of Johann Dreo's project page on GitHub.

    +

    The official bug tracker is available on the project page.

    If you have any question about contributing: subscribe to our (low traffic) mailing-list.

@@ -1231,7 +1252,8 @@ undiscovered knowledge.