diff --git a/ForRelease b/ForRelease index d3600bf3b..432a84110 100644 --- a/ForRelease +++ b/ForRelease @@ -39,7 +39,7 @@ When reaching stable versions: - Post the message to: - EO news https://sourceforge.net/news/?group_id=9775 - EO mailing list: eodev-main@lists.sourceforge.net - - ParadisEO mailing list: paradiseo-users@lists.gforge.inria.fr + - ParadisEO: https://github.com/nojhan/paradiseo/issues - EC-digest maling list: ec-digest-l@listserv.gmu.edu - JET mailing list: jet@inria.fr diff --git a/edo/README b/edo/README index 4217a844e..e006a7d79 100644 --- a/edo/README +++ b/edo/README @@ -9,7 +9,7 @@ On Windows write your path with double antislash (ex: C:\\Users\\...) # Step 2 - Build process ------------------------ -ParadisEO is assumed to be compiled. To download ParadisEO, please visit http://paradiseo.gforge.inria.fr/. +ParadisEO is assumed to be compiled. To download ParadisEO, please visit https://nojhan.github.io/paradiseo/. Go to the DO/build/ directory and lunch cmake: (Unix) > cmake .. (Windows) > cmake .. -G"Visual Studio 9 2008" @@ -22,23 +22,23 @@ Note for windows users: if you don't use VisualStudio 9, enter the name of your In the edo/build/ directory: (Unix) > make (Windows) Open the VisualStudio solution and compile it, compile also the target install. -You can refer to this tutorial if you don't know how to compile a solution: http://paradiseo.gforge.inria.fr/index.php?n=Paradiseo.VisualCTutorial +You can refer to this tutorial if you don't know how to compile a solution: https://nojhan.github.io/paradiseo/index.php?n=Paradiseo.VisualCTutorial # Step 4 - Execution --------------------- A toy example is given to test the components. You can run these tests as following. -To define problem-related components for your own problem, please refer to the tutorials available on the website : http://paradiseo.gforge.inria.fr/. +To define problem-related components for your own problem, please refer to the tutorials available on the website : https://nojhan.github.io/paradiseo/. In the edo/build/ directory: (Unix) > ctest -Windows users, please refer to this tutorial: http://paradiseo.gforge.inria.fr/index.php?n=Paradiseo.VisualCTutorial +Windows users, please refer to this tutorial: https://nojhan.github.io/paradiseo/index.php?n=Paradiseo.VisualCTutorial In the directory "application", there are several directory such as eda which instantiate EDA solver. (Unix) After compilation you can run the binary "build/eda" and see results. Parameters can be modified from command line. (Windows) Add argument "eda.param" and execute the corresponding algorithms. -Windows users, please refer to this tutorial: http://paradiseo.gforge.inria.fr/index.php?n=Paradiseo.VisualCTutorial +Windows users, please refer to this tutorial: https://nojhan.github.io/paradiseo/index.php?n=Paradiseo.VisualCTutorial # Documentation diff --git a/mo/src/mo b/mo/src/mo index 81d1f5305..901e6ce2c 100755 --- a/mo/src/mo +++ b/mo/src/mo @@ -28,8 +28,8 @@ The fact that you are presently reading this means that you have had knowledge of the CeCILL license and that you accept its terms. - ParadisEO WebSite : http://paradiseo.gforge.inria.fr - Contact: paradiseo-help@lists.gforge.inria.fr + ParadisEO WebSite : https://nojhan.github.io/paradiseo/ + Contact: https://github.com/nojhan/paradiseo/issues */ #ifndef __newmo diff --git a/moeo/src/moeo b/moeo/src/moeo index 4a7908913..0fde94351 100644 --- a/moeo/src/moeo +++ b/moeo/src/moeo @@ -29,8 +29,8 @@ * The fact that you are presently reading this means that you have had * knowledge of the CeCILL license and that you accept its terms. * -* ParadisEO WebSite : http://paradiseo.gforge.inria.fr -* Contact: paradiseo-help@lists.gforge.inria.fr +* ParadisEO WebSite : https://nojhan.github.io/paradiseo/ +* Contact: https://github.com/nojhan/paradiseo/issues * */ //----------------------------------------------------------------------------- diff --git a/problems/DTLZ/README.txt b/problems/DTLZ/README.txt index 9fc0a210d..60b50edaf 100644 --- a/problems/DTLZ/README.txt +++ b/problems/DTLZ/README.txt @@ -8,7 +8,7 @@ On Windows write your path with double antislash (ex: C:\\Users\\...) # Step 2 - Build process ------------------------ -ParadisEO is assumed to be compiled. To download ParadisEO, please visit http://paradiseo.gforge.inria.fr/. +ParadisEO is assumed to be compiled. To download ParadisEO, please visit https://nojhan.github.io/paradiseo/. Go to the DLTZ/build/ directory and lunch cmake: (Unix) > cmake .. (Windows) > cmake .. -G"Visual Studio 9 2008" @@ -21,23 +21,23 @@ Note for windows users: if you don't use VisualStudio 9, enter the name of your In the DTLZ/build/ directory: (Unix) > make (Windows) Open the VisualStudio solution and compile it (Windows). -You can refer to this tutorial if you don't know how to compile a solution: http://paradiseo.gforge.inria.fr/index.php?n=Paradiseo.VisualCTutorial +You can refer to this tutorial if you don't know how to compile a solution: https://nojhan.github.io/paradiseo/index.php?n=Paradiseo.VisualCTutorial # Step 4 - Execution --------------------- A toy example is given to test the components. You can run these tests as following. -To define problem-related components for your own problem, please refer to the tutorials available on the website : http://paradiseo.gforge.inria.fr/. +To define problem-related components for your own problem, please refer to the tutorials available on the website : https://nojhan.github.io/paradiseo/. In the DTLZ/build/ directory: (Unix) > ctest -Windows users, please refer to this tutorial: http://paradiseo.gforge.inria.fr/index.php?n=Paradiseo.VisualCTutorial +Windows users, please refer to this tutorial: https://nojhan.github.io/paradiseo/index.php?n=Paradiseo.VisualCTutorial In the directory "application", there are three ".cpp" which instantiate IBEA, NSGAII and SPEA2 on ZDT problems. To change of algorithms, you can compare these three files and see the few changes to do. (Unix) After compilation you can run the script "DTLZ/run.sh" and see results in "IBEA.out", "NSGAII.out" and "SPEA2.out". Parameters can be modified in the script. (Windows) Add argument "IBEA.param", "SPEA2.param" or "NSGAII.param" and execute the corresponding algorithms. -Windows users, please refer to this tutorial: http://paradiseo.gforge.inria.fr/index.php?n=Paradiseo.VisualCTutorial +Windows users, please refer to this tutorial: https://nojhan.github.io/paradiseo/index.php?n=Paradiseo.VisualCTutorial # Documentation --------------- diff --git a/smp/src/smp b/smp/src/smp index 29712111f..95e97aa83 100644 --- a/smp/src/smp +++ b/smp/src/smp @@ -23,8 +23,8 @@ same conditions as regards security. The fact that you are presently reading this means that you have had knowledge of the CeCILL license and that you accept its terms. -ParadisEO WebSite : http://paradiseo.gforge.inria.fr -Contact: paradiseo-help@lists.gforge.inria.fr +ParadisEO WebSite : https://nojhan.github.io/paradiseo/ +Contact: https://github.com/nojhan/paradiseo/issues */ #ifndef SMP_INCLUDE