*** empty log message ***

This commit is contained in:
kuepper 2005-09-30 11:47:26 +00:00
commit 5e208b467a

View file

@ -17,13 +17,13 @@
</head>
<body alink="#ff0000" bgcolor="#ffffcc" link="#0000ee" text="#00309c" vlink="#551a8b">
<center>
<h1> EO Evolutionary Computation Framework</h1>
<h1>EO Evolutionary Computation Framework</h1>
</center>
<table bgcolor="#ffffcc" border="0" cellpadding="5" cols="3" width="100%">
<tbody>
<tr>
<td class="TITLE" align="right" valign="top" width="100">
<h2> What is EO?</h2>
<h2>What is EO?</h2>
</td>
<td bgcolor="#ffcc99">EO is a templates-based, ANSI-C++ compliant
evolutionary computation library. It contains classes for almost any
@ -34,32 +34,36 @@
</tr>
<tr>
<td class="TITLE" align="right" valign="top" width="100">
<h2> Download</h2>
<h2>Download</h2>
</td>
<td bgcolor="#ffcc99">Current release
is&nbsp; <a
href="https://sourceforge.net/project/showfiles.php?group_id=9775&amp;package_id=10921&amp;release_id=359994">0.9.3z</a>:
it supports gcc 3.x, 4.x, and good old gcc 2.9x.&nbsp; This is the
version you should use <b><font color="#ff6600">NOW (September 29.
2005)</font></b>.
<br>
All subsequent versions will
<span style="font-weight: bold; color: rgb(255, 0, 0);">NOT</span>
support gcc 2.xx any more.<br> In particular, you can also get
the <font color="#ff0000">current version</font> through the daily
snapshots made available
2005)</font></b>. <br/>All subsequent versions
will <span style="font-weight: bold; color: rgb(255, 0,
0);">NOT</span> support gcc 2.xx any more. In particular, you can
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
<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> Dec. 12,
2002!) contains tutorial for ParadisEO, the parallel version of EO. And
still demonstrates that writing an evolutionary algorithm evolving your
own structures is now <font color="#ff0000">easy</font>, 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.&nbsp;</p>
<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>
@ -202,7 +206,7 @@
</tr>
<tr>
<td class="TITLE" align="right" valign="top" width="100">
<h2> Mailing Lists</h2>
<h2>Mailing Lists</h2>
</td>
<td bgcolor="#ffcc99">We would like EO to be an open development
effort; that is why we have created two mailing lists to discuss