Changed the "to-down / bottom-up" to "algorithm-based / component-based"
Also added all replacement procedures in eoEngine.html and the general operator interface in eoOperators.html
This commit is contained in:
parent
9c3453e876
commit
2a93bba7e6
24 changed files with 881 additions and 294 deletions
|
|
@ -3,25 +3,25 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="GENERATOR" content="Mozilla/4.75 [en] (X11; U; Linux 2.2.17-21mdk i686) [Netscape]">
|
||||
<title>EO - The Top-Down approach</title>
|
||||
<title>EO - The Algorithm-Based approach</title>
|
||||
</head>
|
||||
<body text="#000000" link="#0000EE" vlink="#551A8B" alink="#FF0000" background="beige009.jpg">
|
||||
<a href="eoTutorial.html">Tutorial main page
|
||||
<a href="eoTutorial.html">Tutorial main
|
||||
page
|
||||
</a>-
|
||||
<a href="eoTopDown.html">Top-Down
|
||||
page</a> - <a href="eoBottomUp.html">Bottom-up page</a> - <a href="eoProgramming.html">Programming
|
||||
hints</a> - <b><font face="Arial,Helvetica"><font size=+1><a href="../../doc/html/index.html">EO
|
||||
<a href="eoTopDown.html">Algorithm-Based</a> - <a href="eoBottomUp.html">Component-Based</a>
|
||||
- <a href="eoProgramming.html">Programming hints</a> - <b><font face="Arial,Helvetica"><font size=+1><a href="../../doc/html/index.html">EO
|
||||
documentation</a></font></font></b>
|
||||
<br>
|
||||
<hr WIDTH="100%">
|
||||
<center>
|
||||
<h1>
|
||||
<font color="#FF0000">EO - The Top-Down approach</font></h1></center>
|
||||
<font color="#FF0000">EO - The Algorithm-Based approach</font></h1></center>
|
||||
|
||||
<p><br>Congratulations - You have chosen the top-down approach! This
|
||||
means that you want to start from something that already works, and gradually
|
||||
learn about the more complex constructs. We have prepared a series of "lessons"
|
||||
for you.
|
||||
<p><br>Congratulations - You have chosen the algorithm-based approach!
|
||||
This means that you want to start from something that already works, and
|
||||
gradually learn about the more complex constructs. We have prepared a series
|
||||
of "lessons" for you.
|
||||
<ul>
|
||||
<li>
|
||||
<a href="eoLesson1.html">Lesson 1 </a>- a gentle introduction to the <font color="#FF6600">EO
|
||||
|
|
@ -47,8 +47,10 @@ populations,
|
|||
<b><font color="#3366FF">restart</font></b> stopped runs,
|
||||
...).</li>
|
||||
|
||||
<p><br>Current version (Nov. 29, 2000) stops here, but here are the plans
|
||||
(subjected to many changes, of course!)
|
||||
<br>
|
||||
<p>
|
||||
<p>Current version (Nov. 29, 2000) stops here, but here are the plans (subjected
|
||||
to many changes, of course!)
|
||||
<br>
|
||||
<li>
|
||||
Lesson 4 - More about checkpointing: write your first <font color="#FF6600">adaptive
|
||||
|
|
@ -67,14 +69,14 @@ more sophisticated island model (no totally distributed population yet).</li>
|
|||
<li>
|
||||
Lesson 7 - ...</li>
|
||||
</ul>
|
||||
Of course, in each lesson, you have links to the Bottom-Up page of the
|
||||
Of course, in each lesson, you have links to the Component-Based of the
|
||||
corresponding component of an EA you are modifying.
|
||||
<br>( ... Well, to tell you the truth, as of today, November 28, this is
|
||||
not true :-)
|
||||
<br>
|
||||
<hr WIDTH="100%">
|
||||
<br><a href="eoTutorial.html">Tutorial main page </a>- <a href="eoTopDown.html">Top-Down
|
||||
page</a> - <a href="eoBottomUp.html">Bottom-up page</a> - <a href="eoProgramming.html">Programming
|
||||
<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> - <b><font face="Arial,Helvetica"><font size=+1><a href="../../doc/html/index.html">EO
|
||||
documentation</a></font></font></b>
|
||||
<br>
|
||||
|
|
@ -82,7 +84,7 @@ documentation</a></font></font></b>
|
|||
<address>
|
||||
<a href="mailto:marc@cmapx.polytechnique.fr">Marc Schoenauer</a></address>
|
||||
|
||||
<br><!-- Created: DATE --><!-- hhmts start -->Last modified: Fri Nov 28
|
||||
<br><!-- Created: DATE --><!-- hhmts start -->Last modified: Tue Dec 19
|
||||
2000 <!-- hhmts end -->
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Reference in a new issue