update docs

clean Tutorial
bump version-number for cvs
This commit is contained in:
kuepper 2005-10-01 11:59:14 +00:00
commit 1b59c07cba
9 changed files with 149 additions and 102 deletions

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="author" content="J.J. Merelo, M. Schoenauer">
<meta name="author" content="EO development team">
<meta name="keywords" content="Class libraries, evolutionary computation, evolution strategies, genetic algorithms, genetic programming, simulated annealing, C++">
<meta name="resource-type" content="document">
<meta name="distribution" content="Global">
@ -30,7 +30,53 @@
kind of evolutionary computation you might come up to - at least for
the ones we could think of. It is component-based, so that if you
don't find the class you need in it, it is very easy to subclass
existing abstract or concrete classes.&nbsp;</td>
existing abstract or concrete classes.</td>
</tr>
<tr>
<td class="TITLE" align="right" valign="top" width="100">
<h2>Tutorial</h2>
</td>
<td bgcolor="#ffcc99">The tutorial has not been upgraded for some time
now (almost 3 years!). It nevertheless remains the best way to dive
into EO. You can start by
<a href="http://www.lri.fr/%7Emarc/EO/eo/tutorial/html/eoTutorial.html">trying
it on-line</a>,
before <a href="http://www.lri.fr/%7Emarc/EO/">downloading it</a>.
<p><b>Warning</b>: the tutorial refers to version 0.9.2 of EO.</p>
<p>
The tutorial home page is at
<a href="http://www.lri.fr/%7Emarc/EO/">LRI</a>. The latest
<a
href="http://eodev.sourceforge.net/eo/tutorial/html/eoTutorial.html">tutorial
release</a> contains tutorial for ParadisEO, the parallel version
of EO. It demonstrates that writing an evolutionary algorithm
evolving your own structures is now <em>easy</em>, using
ready-to-use template files.
</p>
<p>
EO was initiated
at <a href="http://geneura.ugr.es/%7Ejmerelo/EO.html">University
of Granada</a>, and 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.
</p>
</td>
</tr>
<tr>
<td class="TITLE" align="right" valign="top" width="100">
<h2>Platforms</h2>
</td>
<td bgcolor="#ffcc99">EO has been tested and works on the
following platforms:&nbsp;
<ul>
<li>Linux with egcs 1.0.2, g++ 2.95, g++ 3.x, gcc 4.x</li>
<li>Irix 4.0 with egcs 1.0.2&nbsp;</li>
<li>Solaris with egcs 1.0.2 and gcc 2.8.1&nbsp;</li>
<li>Win95/NT with CygWin/egcs 1.0.2, VC++ 5.0 and Borland Builder.
Makefiles and projects files are provided.&nbsp;</li>
</ul>
</td>
</tr>
<tr>
<td class="TITLE" align="right" valign="top" width="100">
@ -47,23 +93,6 @@
also get the <font color="#ff0000">current version</font> through
the daily snapshots made available
at <a href="http://www.lri.fr/%7Emarc/EO/snapshot">LRI</a>.
<p>
The tutorial home page is at
<a href="http://www.lri.fr/%7Emarc/EO/">LRI</a>. The latest
<a href="http://www.lri.fr/%7Emarc/EO/">tutorial release</a>
contains tutorial for ParadisEO, the parallel version of EO. It
still demonstrates that writing an evolutionary algorithm evolving
your own structures is now <em>easy</em>, using ready-to-use
template files.
</p>
<p>
EO was initiated
at <a href="http://geneura.ugr.es/%7Ejmerelo/EO.html">University
of Granada</a>, and 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.
</p>
</td>
</tr>
<tr>
@ -104,35 +133,6 @@
</ul>
</td>
</tr>
<tr>
<td class="TITLE" align="right" valign="top" width="100">
<h2>Tutorial</h2>
</td>
<td bgcolor="#ffcc99">The tutorial has not been upgraded for some time
now (almost 3 years!). It nevertheless remains the best way to dive
into EO. You can start by
<a href="http://www.lri.fr/%7Emarc/EO/eo/tutorial/html/eoTutorial.html">trying
it on-line</a>,
before <a href="http://www.lri.fr/%7Emarc/EO/">downloading it</a>.
<p><b>Warning</b>: the tutorial refers to the current 0.9.2
version of EO (see Download section).</p>
</td>
</tr>
<tr>
<td class="TITLE" align="right" valign="top" width="100">
<h2>Platforms</h2>
</td>
<td bgcolor="#ffcc99">EO has been tested and works on the
following platforms:&nbsp;
<ul>
<li>Linux with egcs 1.0.2, g++ 2.95, g++ 3.x, gcc 4.x</li>
<li>Irix 4.0 with egcs 1.0.2&nbsp;</li>
<li>Solaris with egcs 1.0.2 and gcc 2.8.1&nbsp;</li>
<li>Win95/NT with CygWin/egcs 1.0.2, VC++ 5.0 and Borland Builder.
Makefiles and projects files are provided.&nbsp;</li>
</ul>
</td>
</tr>
<tr>
<td class="TITLE" align="right" valign="top" width="100">
<h2>Presentations</h2>