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 @@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
To show you how does a Paradiseo 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 Paradiseo 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 Paradiseo 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).+ +
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:
Paradiseo 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.