.../
... + -- EO
| |
| |
+-- src ----- + -- EDO
| |
| |
+-- test + -- MO
| |
| |
+-- tutorial + -- MOEO
| |
| |
+-- doc + -- SMP
| |
| |
... + -- EOMPI
|
|
+ -- EOSERIAL
Question for current maintainers: ./README: new release?
Also:
* Moving out eompi & eoserial modules (issue #2).
* Correction of the errors when executing "make doc" command.
* Adding a solution for the conflicting headers problem (see the two CMake Cache
Values: PROJECT_TAG & PROJECT_HRS_INSTALL_SUBPATH) (issue #1)
* Header inclusions:
** src: changing absolute paths into relative paths ('#include <...>' -> '#include "..."')
** test, tutorial: changing relative paths into absolute paths ('#include "..."' -> '#include <...>')
* Moving out some scripts from EDO -> to the root
* Add a new script for compilation and installation (see build_gcc_linux_install)
* Compilation with uBLAS library or EDO module: now ok
* Minor modifications on README & INSTALL files
* Comment eompi failed tests with no end
*** TODO: CPack (debian (DEB) & RedHat (RPM) packages) (issues #6 & #7) ***
77 lines
3.3 KiB
HTML
Executable file
77 lines
3.3 KiB
HTML
Executable file
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<meta name="GENERATOR" content="Mozilla/4.72 [en] (X11; U; Linux 2.2.16 i686) [Netscape]">
|
|
<title>EO - The Component-Based approach</title>
|
|
</head>
|
|
<body text="#000000" bgcolor="#CCCCCC" link="#0000EF" vlink="#51188E" alink="#FF0000">
|
|
<a href="eoTutorial.html">Tutorial main page </a>-
|
|
<a href="eoTopDown.html">Algorithm-Based
|
|
</a> - <a href="eoBottomUp.html">Component-Based</a> - <a href="eoProgramming.html">Programming
|
|
hints</a> - <a href="../../doc/html/index.html">EO documentation</a>
|
|
<br>
|
|
<hr WIDTH="100%">
|
|
<center>
|
|
<h1>
|
|
<font color="#FF0000">EO - Component-Based approach</font></h1></center>
|
|
|
|
<p><br>Congratulations - You have chosen the component-based approach!
|
|
From here you will be allowed to browse into the different components of
|
|
an Evolutionary Algorithm, and to see how to program your favorite using
|
|
the EO library.
|
|
|
|
<h3>
|
|
<font color="#000099">Table of Content</font></h3>
|
|
|
|
<center>
|
|
<p><img SRC="EA_tutorial.jpg" USEMAP="#Map" ></center>
|
|
|
|
<p>Yes, this is the table of content of this part
|
|
of the EO tutorial. If you don't already know what this symbolic
|
|
representation of an EA means, you should try <a
|
|
href="eoIntroEA.html">here</a>. Otherwise, <font color="#FF6600">click on the figure</font>
|
|
to go directly to the corresponding section of the tutorial.
|
|
<br>
|
|
<map NAME="Map">
|
|
<area SHAPE="rect" HREF="eoInit.html" COORDS="14,31,135,70">
|
|
<area SHAPE="rect" HREF="eoEval.html" COORDS="14,110,135,150">
|
|
|
|
<area SHAPE="rect" HREF="eoRepresentation.html" COORDS="340,270,465,310">
|
|
<area SHAPE="rect" HREF="eoIo.html#output" COORDS="280,45,480,70">
|
|
<area SHAPE="rect" HREF="eoIo.html#stop" COORDS="348,110,430,150">
|
|
<area SHAPE="rect" HREF="eoEngine.html#selection" COORDS="495,110,615,150">
|
|
|
|
<area SHAPE="rect" HREF="eoRepresentation.html" COORDS="495,190,615,230">
|
|
<area SHAPE="rect" HREF="eoOperators.html#crossover" COORDS="495,265,625,287">
|
|
<area SHAPE="rect" HREF="eoOperators.html#mutation" COORDS="495,287,625,305">
|
|
|
|
<area SHAPE="rect" HREF="eoRepresentation.html" COORDS="170,110,295,150">
|
|
<area SHAPE="rect" HREF="eoEval.html" COORDS="170,270,295,310">
|
|
<area SHAPE="rect" HREF="eoEngine.html#replacement" COORDS="170,190,295,230">
|
|
|
|
<area SHAPE="rect" HREF="eoGeneration.html" COORDS="310,160,485,260">
|
|
|
|
|
|
<area SHAPE="rect" HREF="eoOperators.html" COORDS="15,350,260,370">
|
|
<area SHAPE="rect" HREF="eoRepresentation.html" COORDS="270,350,460,370">
|
|
<area SHAPE="rect" HREF="eoEngine.html" COORDS="15,377,400,397">
|
|
<area SHAPE="rect" HREF="eoEval.html" COORDS="15,403,230,423">
|
|
<area SHAPE="rect" HREF="eoCheckPoint.html" COORDS="15,430,221,450">
|
|
<area SHAPE="rect" HREF="eoCheckpoint.html#stop" COORDS="221,430,345,450">
|
|
<area SHAPE="rect" HREF="eoCheckpoint.html#stat" COORDS="375,430,445,450">
|
|
</map>
|
|
<br>
|
|
<hr WIDTH="100%">
|
|
<br><a href="eoTutorial.html">Tutorial main page </a>- <a href="eoTopDown.html">Algorithm-Based
|
|
</a> - <a href="eoBottomUp.html">Component-Based</a> - <a href="eoProgramming.html">Programming
|
|
hints</a> - <a href="../../doc/html/index.html">EO documentation</a>
|
|
<br>
|
|
<hr>
|
|
<address>
|
|
<a href="mailto:Marc.Schoenauer@inria.fr">Marc Schoenauer</a></address>
|
|
|
|
<br><!-- Created: Mon Oct 30 07:27:13 CET 2000 --><!-- hhmts start -->Last
|
|
modified: Mon Oct 30 07:28:36 CET 2000<!-- hhmts end -->
|
|
</body>
|
|
</html>
|