Fix broken links in EO tutorial and documentation HTML
Replace dead external links in eoTutorial.html (sgi.com STL reference, bionik.tu-berlin.de CMA-ES page), mainpage.html (eodev.sourceforge.net), and publications.html (eodev.sourceforge.net download links). Point to cppreference.com, cma-es.github.io, and GitHub equivalents.
This commit is contained in:
parent
02c84001d4
commit
27f29fe592
3 changed files with 50 additions and 114 deletions
|
|
@ -31,8 +31,7 @@ but go to the <font color="#FF6666"><b>test</b></font> directory, type
|
|||
<font color="#FF6600"><b>make t-eoCMAES</b></font> and use the resulting <font
|
||||
color="#FF6666"><b>t-eoCMAES</b></font>. But as of today,
|
||||
the latest algorithms (and comparative results)
|
||||
are better found on <a href="http://www.bionik.tu-berlin.de/user/niko/">Nikolaus Hansen Web page</a>
|
||||
and on his <a href="http://www.bionik.tu-berlin.de/user/niko/cec2005.html">"Comparison of Evolutionary Algorithms on a Benchmark Function Set" page</a>).<br>
|
||||
are better found on the <a href="https://cma-es.github.io/">CMA-ES project page</a>.<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
|
@ -92,8 +91,8 @@ html-ized code are not yet updated - time is missing
|
|||
<center><font color="#FF0000">May 2002</font></center>
|
||||
<li>
|
||||
<center>
|
||||
<font color="#000000">Thanks to <a href="mailto:paradiseo-help@lists.gforge.inria.fr">Sébastien
|
||||
Cahon</a> (LIFL, Lille)</font></center>
|
||||
<font color="#000000">Thanks to Sébastien
|
||||
Cahon (LIFL, Lille)</font></center>
|
||||
|
||||
</ul>
|
||||
<hr WIDTH="100%">
|
||||
|
|
@ -142,14 +141,12 @@ and to quickly reach some specific part of the code.</li>
|
|||
diagram of the class, and you'll learn a lot by simply looking at it.
|
||||
<li>
|
||||
For those who wish to get deeper in STL (Standard Template Library), you
|
||||
might visit the well documented <a href="http://www.sgi.com/Technology/STL/">SGI
|
||||
STL Web site</a>. But don't forget you'll find the very basic minimum in
|
||||
might visit <a href="https://en.cppreference.com/w/cpp/container.html">cppreference.com</a>. But don't forget you'll find the very basic minimum in
|
||||
EO <a href="eoProgramming.html#STL">programming hints</a>.</li>
|
||||
|
||||
<li>
|
||||
And, last but not least, we assume you know approximately that an Evolutionary
|
||||
Algorithm looks like this, but otherwise you can try this <a href="eoIntroEA.html">very
|
||||
brief introduction</a> (not written yet, Jan. 2001, sorry).</li>
|
||||
And, last but not least, we assume you know approximately what an Evolutionary
|
||||
Algorithm looks like.</li>
|
||||
</ul>
|
||||
|
||||
<p><br>
|
||||
|
|
@ -233,8 +230,8 @@ rather than when you have something urgent to code :-)</li>
|
|||
|
||||
<hr WIDTH="100%"><a NAME="install"></a><b><font color="#000099"><font size=+1>Before
|
||||
you start</font></font></b>
|
||||
<p>You should of course have downloaded and installed the whole <a href="http://www.sourceforge.net/projects/eodev">EO
|
||||
library</a> (how did you get this file if not???).
|
||||
<p>You should of course have downloaded and installed the whole <a href="https://github.com/nojhan/paradiseo">ParadisEO
|
||||
framework</a> (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 <a href="eoLesson1.html">Lesson1</a>. <br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue