Used spell-checker!!!

This commit is contained in:
evomarc 2000-12-01 17:56:52 +00:00
commit c1dd2dd127
6 changed files with 50 additions and 50 deletions

View file

@ -25,7 +25,7 @@ EAs :-)
This tutorial can be used in 2 different ways: top-down and bottom-up.
<ul>
<li>
<a href="eoTopdown.html">Top-down</a> means you start from a <font color="#FF6600">very
<a href="eoTopDown.html">Top-down</a> means you start from a <font color="#FF6600">very
simple, ready-to-run algorithm,</font> and gradually modify it, making
it both more powerful and more complex.</li>
@ -63,7 +63,7 @@ brief introduction</a>).</li>
<p><br><b><font color="#000099"><font size=+2>Colors and navigation:</font></font></b>
<p>You will see this diagram in quite many places, as for instance at the
top of all examples - usually it will be clicable and will help you navigate
top of all examples - usually it will be clickable and will help you navigate
among the different parts of an EO program. See the <a href="eoIntroEA.html">brief
introduction to Evolutionary Computation</a> for a detailed explanation.
<center>
@ -108,8 +108,8 @@ any of the above, i.e. random number generator, or basic C++/STL syntax
.</li>
<li>
Note that <font color="#FF6666">pink</font> will be used to desctibe the
syntax of compile orders (i.e. at the oepratoring system level, see e.g.
Note that <font color="#FF6666">pink</font> will be used to describe the
syntax of compile orders (i.e. at the operating system level, see e.g.
<a href="#install">below</a>).</li>
<li>
@ -120,10 +120,10 @@ will use the Helvetica typeface, like this line you are now reading.</font></li>
<ul>
<li>
an interface that would allow you to build your Evolutionary Programs by
a few clics; such a thing does exist, is called <a href="http://www-rocq.inria.fr/EASEA/">EASEA</a>,
a few clicks; such a thing does exist, is called <a href="http://www-rocq.inria.fr/EASEA/">EASEA</a>,
and is complementary to this tutorial as it helps the user to build some
simple EO programs from simple description. But there are things that EASEA
cannot do, and you will have to do it yourself and will need to imcrease
cannot do, and you will have to do it yourself and will need to increase
your knowledge about EO for that.</li>
</ul>
<a NAME="install"></a>