* mainpage.html: update, add link to Niko Hansen's comparison
* README: Add more specific note about tutorial. * configure.in: Bump version to 1.0-beta1 * tutorial/Makefile.am: Add all necessary files, including html and Templates to distribution.
This commit is contained in:
parent
20d37259e9
commit
ab9b38654d
14 changed files with 117 additions and 12 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2006-12-03 Jochen Küpper <jochen@fhi-berlin.mpg.de>
|
||||
|
||||
* mainpage.html: update, add link to Niko Hansen's comparison
|
||||
|
||||
2006-12-01 Jochen Küpper <jochen@fhi-berlin.mpg.de>
|
||||
|
||||
* Makefile.am: Update for release-distribution.
|
||||
|
|
|
|||
|
|
@ -80,13 +80,13 @@
|
|||
<ul>
|
||||
<li>Linux x86 with GCC 3.x and 4.x</li>
|
||||
<li>Linux x86_64 with GCC 3.x and GCC 4.x</li>
|
||||
<li>MacOS X/Darwin PowerPC with GCC 3.3</li>
|
||||
<li>MacOS X/Darwin x86 with GCC 4.0</li>
|
||||
<li>Microsoft Windows using Cygwin's GCC 3.3.1 (cygming special).
|
||||
<li>MacOS X/Darwin PowerPC with GCC 3.x</li>
|
||||
<li>MacOS X/Darwin x86 with GCC 4.x</li>
|
||||
<li>Microsoft Windows using Cygwin's GCC 3.x (cygming special).
|
||||
<li>Microsoft Windows using Visual Studio 2003/2005; projects files
|
||||
are provided.</li>
|
||||
<li>Solaris SPARC with GCC 3.3.2</li>
|
||||
<li>Solaris x86 with GCC 3.3.2</li>
|
||||
<li>Solaris SPARC with GCC 3.x</li>
|
||||
<li>Solaris x86 with GCC 3.x</li>
|
||||
</ul>
|
||||
<p>
|
||||
If you have tested EO on a system not listed here, please
|
||||
|
|
@ -281,6 +281,9 @@
|
|||
on Evolutionary algorithms.</li>
|
||||
<li>Charles Darwin: <a href="http://www.bbc.co.uk/education/darwin/origin/index.htm">The
|
||||
Origin of Species</a>.</li>
|
||||
<li>Nikolaus Hansen: <a
|
||||
href="http://www.bionik.tu-berlin.de/user/niko/cec2005.html">Comparison
|
||||
of Evolutionary Algorithms on a Benchmark Function Set</a>.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Reference in a new issue