* eo website W3C compliant + integrated mini-jappix to connect to XMPP from website
This commit is contained in:
parent
8567bc5d28
commit
d47c334596
1 changed files with 386 additions and 377 deletions
|
|
@ -5,16 +5,27 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/HTML; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/HTML; charset=utf-8" />
|
||||||
<meta name=" robot" content="follow, index, all" />
|
<meta name=" robot" content="follow, index, all" />
|
||||||
<meta name="author" content="EO development team">
|
<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="keywords" content="Class libraries, evolutionary computation, evolution strategies, genetic algorithms, genetic programming, simulated annealing, C++" />
|
||||||
<meta name="resource-type" content="document">
|
<meta name="resource-type" content="document" />
|
||||||
<meta name="distribution" content="Global">
|
<meta name="distribution" content="Global" />
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href="eo_ico.png" />
|
<link rel="icon" type="image/png" href="eo_ico.png" />
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="lightblue.css" title="Default" />
|
<link rel="stylesheet" type="text/css" href="lightblue.css" title="Default" />
|
||||||
|
|
||||||
<title>Evolving Objects (EO): Evolutionary Computation Framework</title>
|
<title>Evolving Objects (EO): Evolutionary Computation Framework</title>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
|
||||||
|
<script type="text/javascript" src="https://static.jappix.com/php/get.php?l=fr&t=js&g=mini.xml"></script>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
jQuery(document).ready(function() {
|
||||||
|
MINI_GROUPCHATS = ["eo@chat.jabberfr.org"];
|
||||||
|
MINI_ANIMATE = true;
|
||||||
|
launchMini(false, true, "anonymous.jappix.com");
|
||||||
|
});
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
@ -62,7 +73,7 @@
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<ol>
|
<ol>
|
||||||
<a href="#Development">Development</a></li>
|
<lh><a href="#Development">Development</a></lh>
|
||||||
<li><a href="#Mailing-lists">Mailing-lists</a></li>
|
<li><a href="#Mailing-lists">Mailing-lists</a></li>
|
||||||
<li><a href="#Get-involved">Get involved</a></li>
|
<li><a href="#Get-involved">Get involved</a></li>
|
||||||
<li><a href="#Related-software">Related software</a></li>
|
<li><a href="#Related-software">Related software</a></li>
|
||||||
|
|
@ -171,7 +182,8 @@
|
||||||
#openhatch-wannahelp-button:focus { outline-color:-moz-use-text-color; outline-style:none; outline-width:medium; }
|
#openhatch-wannahelp-button:focus { outline-color:-moz-use-text-color; outline-style:none; outline-width:medium; }
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script type="text/javascript" src="http://openhatch.org/static/packed/selections_for_widget.js?1271800811"></script>
|
<!-- disabled because it causes a javascript error and doesnot work with mini-jappix -->
|
||||||
|
<!-- <script type="text/javascript" src="http://openhatch.org/static/packed/selections_for_widget.js?1271800811"></script> -->
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
</p>
|
</p>
|
||||||
|
|
@ -239,9 +251,9 @@
|
||||||
</li>
|
</li>
|
||||||
<li>Ready-to-use variations operators:
|
<li>Ready-to-use variations operators:
|
||||||
<ul>
|
<ul>
|
||||||
<li>uniform initializer,
|
<li>uniform initializer,</li>
|
||||||
<li>gaussian mutation,
|
<li>gaussian mutation,</li>
|
||||||
<li>subtree crossover,
|
<li>subtree crossover,</li>
|
||||||
<li>…</li>
|
<li>…</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
@ -281,7 +293,7 @@
|
||||||
<li>Linux x86_64 with GCC 3.x and GCC 4.x</li>
|
<li>Linux x86_64 with GCC 3.x and GCC 4.x</li>
|
||||||
<li>MacOS X/Darwin PowerPC with GCC 3.x</li>
|
<li>MacOS X/Darwin PowerPC with GCC 3.x</li>
|
||||||
<li>MacOS X/Darwin x86 with GCC 4.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 Cygwin's GCC 3.x (cygming special).</li>
|
||||||
<li>Microsoft Windows using Visual Studio 2003/2005; projects files
|
<li>Microsoft Windows using Visual Studio 2003/2005; projects files
|
||||||
are provided.</li>
|
are provided.</li>
|
||||||
<li>Solaris SPARC with GCC 3.x</li>
|
<li>Solaris SPARC with GCC 3.x</li>
|
||||||
|
|
@ -290,8 +302,7 @@
|
||||||
|
|
||||||
<p>Recent versions of EO uses the <a href="http://www.cmake.org">CMake</a> portable build system, that permits to easily generate a build chain for your environment.</p>
|
<p>Recent versions of EO uses the <a href="http://www.cmake.org">CMake</a> portable build system, that permits to easily generate a build chain for your environment.</p>
|
||||||
|
|
||||||
<p> If you have tested EO on a system not listed here, please <a
|
<p> If you have tested EO on a system not listed here, please <a href="mailto:eodev-main@lists.sourceforge.net?subject=test-report">let
|
||||||
href="mailto:eodev-main@lists.sourceforge.net?subject=test-report">let
|
|
||||||
us know</a>. </p>
|
us know</a>. </p>
|
||||||
|
|
||||||
<p> If you are working on a system with an older C++ compiler there
|
<p> If you are working on a system with an older C++ compiler there
|
||||||
|
|
@ -301,10 +312,8 @@
|
||||||
|
|
||||||
<h2><a name="Presentations"></a>Presentations</h2>
|
<h2><a name="Presentations"></a>Presentations</h2>
|
||||||
|
|
||||||
<p> A functional and "philosophical" overview of EO was presented at <a
|
<p> A functional and "philosophical" overview of EO was presented at <a href="http://www.cmap.polytechnique.fr/%7Eea01/">EA'01 conference</a>.
|
||||||
href="http://www.cmap.polytechnique.fr/%7Eea01/">EA'01 conference</a>.
|
You can download <a href="http://eodev.sourceforge.net/eo/doc/EO_EA2001.pdf">the paper</a>
|
||||||
You can download <a
|
|
||||||
href="http://eodev.sourceforge.net/eo/doc/EO_EA2001.pdf">the paper</a>
|
|
||||||
or <a href="http://eodev.sourceforge.net/eo/doc/LeCreusot.pdf">the
|
or <a href="http://eodev.sourceforge.net/eo/doc/LeCreusot.pdf">the
|
||||||
slides</a>, or browse them right here:</p>
|
slides</a>, or browse them right here:</p>
|
||||||
|
|
||||||
|
|
@ -325,24 +334,24 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<font face="monospace">
|
<font face="monospace">
|
||||||
@<font color="#0000ff">Article</font>{<font color="#ff00ff">Keijzer2001</font>,<br>
|
@<font color="#0000ff">Article</font>{<font color="#ff00ff">Keijzer2001</font>,<br/>
|
||||||
<font color="#a52a2a">title</font> = "Evolving Objects: A General Purpose Evolutionary Computation Library ",<br>
|
<font color="#a52a2a">title</font> = "Evolving Objects: A General Purpose Evolutionary Computation Library ",<br/>
|
||||||
<font color="#a52a2a">author</font> = "Maarten Keijzer and J. J. Merelo and G. Romero and M. Schoenauer",<br>
|
<font color="#a52a2a">author</font> = "Maarten Keijzer and J. J. Merelo and G. Romero and M. Schoenauer",<br/>
|
||||||
<font color="#a52a2a">journal</font> = "Artificial Evolution",<br>
|
<font color="#a52a2a">journal</font> = "Artificial Evolution",<br/>
|
||||||
<font color="#a52a2a">year</font> = "2002",<br>
|
<font color="#a52a2a">year</font> = "2002",<br/>
|
||||||
<font color="#a52a2a">volume</font> = "2310",<br>
|
<font color="#a52a2a">volume</font> = "2310",<br/>
|
||||||
<font color="#a52a2a">pages</font> = "829--888",<br>
|
<font color="#a52a2a">pages</font> = "829--888",<br/>
|
||||||
<font color="#a020f0">keywords</font> = "genetic algorithms, genetic programming, evolutionary computation, metaheuristic, computational intelligence, optimization",<br>
|
<font color="#a020f0">keywords</font> = "genetic algorithms, genetic programming, evolutionary computation, metaheuristic, computational intelligence, optimization",<br/>
|
||||||
<font color="#a020f0">URL</font> = "<a href="http://www.lri.fr/~marc/EO/EO-EA01.ps.gz">http://www.lri.fr/~marc/EO/EO-EA01.ps.gz</a>",<br>
|
<font color="#a020f0">URL</font> = "<a href="http://www.lri.fr/~marc/EO/EO-EA01.ps.gz">http://www.lri.fr/~marc/EO/EO-EA01.ps.gz</a>",<br/>
|
||||||
<font color="#ff00ff">size</font> = "12 pages",<br>
|
<font color="#ff00ff">size</font> = "12 pages",<br/>
|
||||||
<font color="#a020f0">abstract</font> = "This paper presents the evolving objects library<br>
|
<font color="#a020f0">abstract</font> = "This paper presents the evolving objects library<br/>
|
||||||
(EOlib), an object-oriented framework for evolutionary<br>
|
(EOlib), an object-oriented framework for evolutionary<br/>
|
||||||
computation (EC) that aims to provide a flexible set of<br>
|
computation (EC) that aims to provide a flexible set of<br/>
|
||||||
classes to build EC applications. EOlib design<br>
|
classes to build EC applications. EOlib design<br/>
|
||||||
objective is to be able to evolve any object in which<br>
|
objective is to be able to evolve any object in which<br/>
|
||||||
fitness makes sense.",<br>
|
fitness makes sense.",<br/>
|
||||||
}<br>
|
}<br/>
|
||||||
<br>
|
<br/>
|
||||||
</font>
|
</font>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
@ -455,10 +464,10 @@
|
||||||
<li> <a href="http://sourceforge.net/project/?group_id=9775">EO
|
<li> <a href="http://sourceforge.net/project/?group_id=9775">EO
|
||||||
SourceForge Project Page</a></li>
|
SourceForge Project Page</a></li>
|
||||||
<li><a href="http://eodev.sourceforge.net/eo/doc/html/index.html">EO
|
<li><a href="http://eodev.sourceforge.net/eo/doc/html/index.html">EO
|
||||||
automatic documentation page at SF</a><br>
|
automatic documentation page at SF</a><br/>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="http://eodev.sourceforge.net/eo/tutorial/html/eoTutorial.html">EO
|
<li><a href="http://eodev.sourceforge.net/eo/tutorial/html/eoTutorial.html">EO
|
||||||
tutorial page at SF</a><br>
|
tutorial page at SF</a><br/>
|
||||||
</li>
|
</li>
|
||||||
<li> <a href="https://sourceforge.net/project/showfiles.php?group_id=9775">Releases</a></li>
|
<li> <a href="https://sourceforge.net/project/showfiles.php?group_id=9775">Releases</a></li>
|
||||||
<li> <a href="http://sourceforge.net/mail/?group_id=9775">Mailing Lists</a></li>
|
<li> <a href="http://sourceforge.net/mail/?group_id=9775">Mailing Lists</a></li>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue