Start list of publications
This commit is contained in:
parent
89012a53b3
commit
f20a29beff
2 changed files with 82 additions and 0 deletions
|
|
@ -156,6 +156,11 @@
|
||||||
it <a href="ftp://geneura.ugr.es/pub/jmerelo/eo_ppt.zip">from
|
it <a href="ftp://geneura.ugr.es/pub/jmerelo/eo_ppt.zip">from
|
||||||
here</a>.
|
here</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
You can also look a the <a href="publications.pdf">list of
|
||||||
|
publications</a> that used EO to solve real problems.
|
||||||
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
77
eo/doc/publications.html
Normal file
77
eo/doc/publications.html
Normal file
|
|
@ -0,0 +1,77 @@
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||||
|
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||||
|
<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">
|
||||||
|
<title>EO Evolutionary Computation Framework</title>
|
||||||
|
<style type="text/css">
|
||||||
|
H2 {
|
||||||
|
font-family: Helvetica,Arial;
|
||||||
|
color: #ffffcc;
|
||||||
|
background: #00309c;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body alink="#ff0000" bgcolor="#ffffcc" link="#0000ee" text="#00309c" vlink="#551a8b">
|
||||||
|
<center>
|
||||||
|
<h1>List of publications using EO</h1>
|
||||||
|
</center>
|
||||||
|
<table bgcolor="#ffffcc" border="0" cellpadding="5" width="100%">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td bgcolor="#ffcc99">
|
||||||
|
<p>
|
||||||
|
<a href= "http://citeseer.ist.psu.edu/keijzer01evolving.html">M.
|
||||||
|
Keijzer, J.J. Merelo, G. Romero, G., M. Schoenauer "Evolving
|
||||||
|
objects: A general purpose evolutionary computation
|
||||||
|
library", <i>Art. Evol.</i>, 231-242 (2002).</a>
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td bgcolor="#ffcc99">
|
||||||
|
<p>
|
||||||
|
<a href= "http://arxiv.org/abs/physics/0603108">J.J. Gilijamse, J.
|
||||||
|
Küpper, S. Hoekstra, S.Y.T. van de Meerakker, G. Meijer:
|
||||||
|
"Optimizing the Stark-decelerator beamline for the trapping of
|
||||||
|
cold molecules using evolutionary strategies", <i>arXiv</i>,
|
||||||
|
physics/0603108 (2006)</a>
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<center>
|
||||||
|
<p><a href="mailto:maartenkeijzer@users.sourceforge.net">maartenkeijzer@users.sourceforge.net</a>
|
||||||
|
- <a href="mailto:merelo@users.sourceforge.net">merelo@users.sourceforge.net</a>
|
||||||
|
- <a href="mailto:evomarc@users.sourceforge.net">evomarc@users.sourceforge.net</a>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Hosted by:<br/><a href="http://sourceforge.net/"><img alt="SF logo"
|
||||||
|
src="http://eodev.sourceforge.net/eo/doc/sflogo-hammer1.jpg"></a>
|
||||||
|
</p>
|
||||||
|
</center>
|
||||||
|
<p>
|
||||||
|
<a href="http://validator.w3.org/check?uri=referer">
|
||||||
|
<img src="http://www.w3.org/Icons/valid-html401"
|
||||||
|
alt="Valid HTML 4.01 Transitional"
|
||||||
|
height="31"
|
||||||
|
width="88"></a>
|
||||||
|
<br/>
|
||||||
|
Please send publications that belong on this page and general comments on
|
||||||
|
this webpage to
|
||||||
|
the <a href="mailto:eodev-main@lists.sourceforge.net?subject=webpage">EO
|
||||||
|
mailing list</a>.
|
||||||
|
</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Local Variables: -->
|
||||||
|
<!-- coding: iso-8859-1 -->
|
||||||
|
<!-- fill-column: 80 -->
|
||||||
|
<!-- End: -->
|
||||||
Reference in a new issue