removed redundant index.html in html dir
This commit is contained in:
parent
4d77c9116f
commit
b685eb8048
3 changed files with 60 additions and 64 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
SUBDIRS = Lesson1 Lesson2 Lesson3
|
SUBDIRS = Lesson1 Lesson2 Lesson3 Lesson4
|
||||||
|
|
||||||
lesson1 :
|
lesson1 :
|
||||||
cd Lesson1; make
|
cd Lesson1; make
|
||||||
|
|
@ -9,6 +9,9 @@ lesson2 :
|
||||||
lesson3 :
|
lesson3 :
|
||||||
cd Lesson3; make
|
cd Lesson3; make
|
||||||
|
|
||||||
|
lesson4 :
|
||||||
|
cd Lesson4; make
|
||||||
|
|
||||||
all:
|
all:
|
||||||
for i in $(SUBDIRS); do pushd $$i && $(MAKE); popd; done
|
for i in $(SUBDIRS); do pushd $$i && $(MAKE); popd; done
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,26 +2,28 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||||
<meta name="GENERATOR" content="Mozilla/4.61 [en] (X11; I; Linux 2.2.13-7mdk i686) [Netscape]">
|
<meta name="GENERATOR" content="Mozilla/4.75 [en] (X11; U; Linux 2.2.17-21mdk i686) [Netscape]">
|
||||||
<title>Tutorial EO</title>
|
<title>Tutorial EO</title>
|
||||||
</head>
|
</head>
|
||||||
<body text="#000000" link="#0000EF" vlink="#51188E" alink="#FF0000" background="beige009.jpg">
|
<body text="#000000" link="#0000EF" vlink="#51188E" alink="#FF0000" background="beige009.jpg">
|
||||||
<a href="eoTopDown.html">Algorithm-Based</a> - <a href="eoBottomUp.html">Component-Based
|
<a href="eoTopDown.html">Algorithm-Based</a> - <a href="eoBottomUp.html">Component-Based</a>
|
||||||
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="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>
|
documentation</a></font></font></b>
|
||||||
<hr WIDTH="100%">
|
<hr WIDTH="100%">
|
||||||
<center>
|
<center>
|
||||||
<h1>
|
<h1>
|
||||||
<font color="#FF0000">EO Tutorial</font></h1></center>
|
<font color="#FF0000">EO Tutorial</font></h1></center>
|
||||||
Welcome to EO - the Evolving Objects library. What is this tutorial good
|
|
||||||
for?
|
<center><b><font color="#FF0000">Welcome to EO - the Evolving Objects library.</font></b></center>
|
||||||
<br>Well, the short term idea here is to help you <font color="#FF6600">build
|
|
||||||
|
<p>The short term idea of this tutorial is to help you <font color="#FF6600">build
|
||||||
your own Evolutionary Algorithms</font> using EO - while the long term
|
your own Evolutionary Algorithms</font> using EO - while the long term
|
||||||
idea is that you will be able to contribute to EO, and ultimately write
|
idea is that you will be able to contribute to EO, and ultimately write
|
||||||
<font color="#FF6600">our</font>
|
<font color="#FF6600">our</font>
|
||||||
EAs :-)
|
EAs :-)
|
||||||
<h3>
|
<h3>
|
||||||
<b><font color="#000099"><font size=+2>About this tutorial</font></font></b></h3>
|
|
||||||
|
<hr WIDTH="100%"><b><font color="#000099"><font size=+2>About this tutorial</font></font></b></h3>
|
||||||
This tutorial can be used in 2 different ways: algorithm-based and component-based.
|
This tutorial can be used in 2 different ways: algorithm-based and component-based.
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
|
@ -30,18 +32,22 @@ simple, ready-to-run algorithm,</font> and gradually modify it, making
|
||||||
it both more powerful and more complex.</li>
|
it both more powerful and more complex.</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="eoBottomUp.html">Component-Based</a> means you start by examining the
|
<a href="eoBottomUp.html">Component-Based</a> means you start by examining
|
||||||
<font color="#FF6600">components
|
the
|
||||||
of an EA one by one</font>, down to the level of complexity you feel comfortable
|
<font color="#FF6600">components of an EA one by one</font>, down to
|
||||||
with, and then build the whole algorithm using those components you need
|
the level of complexity you feel comfortable with, and then build the whole
|
||||||
(or the one you are mastering). Such approach might be viewed as going
|
algorithm using those components you need (or the one you are mastering).
|
||||||
through a simplified user guide, too.</li>
|
Such approach might be viewed as going through a simplified user guide,
|
||||||
|
too.</li>
|
||||||
</ul>
|
</ul>
|
||||||
However, it is <b><font color="#FF6600">strongly recommended</font></b>
|
However, it is <b><font color="#FF6600">strongly recommended</font></b>
|
||||||
that you take some time on the first lesson of the Algorithm-Based approach to
|
that you take some time on the first lesson of the Algorithm-Based approach
|
||||||
get familiar with the basic concepts that are used throughout EO. Anyway,
|
to get familiar with the basic concepts that are used throughout EO. Anyway,
|
||||||
as of today, November 29, the Component-Based is not written yet :-)
|
as of today, December 19, the Component-Based is only very sparsely written
|
||||||
<p><b><font color="#000099"><font size=+2>Related documents</font></font></b>
|
:-)
|
||||||
|
<p>
|
||||||
|
<hr WIDTH="100%"><b><font color="#000099"><font size=+2>Links and Related
|
||||||
|
documents</font></font></b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
There are of course a few (very few) <a href="eoProgramming.html">programming
|
There are of course a few (very few) <a href="eoProgramming.html">programming
|
||||||
|
|
@ -49,21 +55,22 @@ hints</a> that you should know.</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
THe <a href="../../doc/html/index.html">EO documentation </a>- automatically
|
THe <a href="../../doc/html/index.html">EO documentation </a>- automatically
|
||||||
generated from the comments in the code - is very helpful, to get an idea
|
generated from the comments in the code - is very helpful to get an idea
|
||||||
of the inheritance diagrams of EO classes, and to quickly reach some specific
|
of the <b><font color="#FF6600">inheritance diagrams</font></b> of EO classes,
|
||||||
part of the code.</li>
|
and to quickly reach some specific part of the code.</li>
|
||||||
|
|
||||||
<br>The top page of each class documentation is for instance the inheritance
|
<br>The top page of each class documentation is for instance the inheritance
|
||||||
diagram of the class, and you'll learn a lot by simply looking at it.
|
diagram of the class, and you'll learn a lot by simply looking at it.
|
||||||
<li>
|
<li>
|
||||||
And, last but not least, we assume you know approximately that an Evolutionary
|
And, last but not least, we assume you know approximately that an Evolutionary
|
||||||
Algorithm looks like this, but otherwise you can try this <a href="eoIntroEA.html">very
|
Algorithm looks like this, but otherwise you can try this <a href="eoIntroEA.html">very
|
||||||
brief introduction</a>).</li>
|
brief introduction</a> (not written yet, Jan. 2001, sorry).</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p><br><b><font color="#000099"><font size=+2>Colors and navigation:</font></font></b>
|
<p><br>
|
||||||
|
<hr WIDTH="100%"><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
|
<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
|
among the different parts of an EO program. See the <a href="eoIntroEA.html">brief
|
||||||
introduction to Evolutionary Computation</a> for a detailed explanation.
|
introduction to Evolutionary Computation</a> for a detailed explanation.
|
||||||
<center>
|
<center>
|
||||||
|
|
@ -72,8 +79,8 @@ introduction to Evolutionary Computation</a> for a detailed explanation.
|
||||||
<p>But in the text itself, <b><font color="#FF6600">colors are important</font></b>,
|
<p>But in the text itself, <b><font color="#FF6600">colors are important</font></b>,
|
||||||
as they will be used throughout this tutorial to clearly mark which part
|
as they will be used throughout this tutorial to clearly mark which part
|
||||||
of the algorithm we are discussing. So please keep in mind that, whereas
|
of the algorithm we are discussing. So please keep in mind that, whereas
|
||||||
<font color="#FF6600">orange
|
<b><font color="#FF6600">orange
|
||||||
is for emphasis</font>,
|
is for emphasis</font></b>,
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<b><font color="#999900">Yellowish</font></b> is for <b><font color="#999900">representation</font></b>,
|
<b><font color="#999900">Yellowish</font></b> is for <b><font color="#999900">representation</font></b>,
|
||||||
|
|
@ -108,28 +115,40 @@ any of the above, i.e. random number generator, or basic C++/STL syntax
|
||||||
.</li>
|
.</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
Note that <font color="#FF6666">pink</font> will be used to desctibe the
|
Note that <font color="#FF6666">pink</font> will be used to describe the
|
||||||
syntax of compile orders (i.e. at the oepratoring system level, see e.g.
|
syntax of compile orders (i.e. at the operating system level, see e.g.
|
||||||
<a href="#install">below</a>).</li>
|
<a href="#install">below</a>).</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<font face="Arial,Helvetica">Last, but not least, all links into EO documentation
|
<b><font face="Arial,Helvetica"><font size=+1>Last, but not least, all
|
||||||
will use the Helvetica typeface, like this line you are now reading.</font></li>
|
links into EO documentation will use the Helvetica typeface, like this
|
||||||
|
line you are now reading.</font></font></b></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<hr WIDTH="100%"><b><font color="#000099"><font size=+1>This tutorial is
|
||||||
|
not</font></font></b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
an interface that would allow you to build your Evolutionary Programs by
|
A course on Evolutionary Computation. You can find such things on the Internet,
|
||||||
a few clics; such a thing does exist, is called <a href="http://www-rocq.inria.fr/EASEA/">EASEA</a>,
|
maybe you can start <a href="http://www.wi.leidenuniv.nl/~gusz/Flying_Circus/">here.</a></li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
An interface that would allow you to build your Evolutionary Programs by
|
||||||
|
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
|
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
|
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>
|
your knowledge about EO for that - hence this tutorial.</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
A coffee machine - though you might want to spend some time here when you're
|
||||||
|
tired of everything else, to improve your knowledge of EO slowly and gradually
|
||||||
|
rather than when you have something urgent to code :-)</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a NAME="install"></a>
|
|
||||||
<h3>
|
<hr WIDTH="100%"><a NAME="install"></a><b><font color="#000099"><font size=+1>Before
|
||||||
<font color="#000099">Before you start</font></h3>
|
you start</font></font></b>
|
||||||
You should of course have downloaded and installed the whole <a href="http://www.sourceforge.net/projects/eodev">EO
|
<p>You should of course have downloaded and installed the whole <a href="http://www.sourceforge.net/projects/eodev">EO
|
||||||
library</a> (how did you get this file if not???).
|
library</a> (how did you get this file if not???).
|
||||||
<br>So we'll assume that you are now in the Tutorial directory, and that
|
<br>So we'll assume that you are now in the Tutorial directory, and that
|
||||||
your prompt looks something like
|
your prompt looks something like
|
||||||
|
|
|
||||||
|
|
@ -1,26 +0,0 @@
|
||||||
<!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.75 [en] (X11; U; Linux 2.2.17-21mdksmp i686) [Netscape]">
|
|
||||||
<title>Tutorial EO</title>
|
|
||||||
</head>
|
|
||||||
<body text="#000000" link="#0000EF" vlink="#51188E" alink="#FF0000" background="beige009.jpg">
|
|
||||||
|
|
||||||
<hr WIDTH="100%">
|
|
||||||
<center>
|
|
||||||
<h1>
|
|
||||||
<font color="#FF0000">EO Tutorial</font></h1></center>
|
|
||||||
Welcome to EO - the Evolving Objects library.
|
|
||||||
<p>But you are not in the right place!
|
|
||||||
<br>You should better try to go to the html directory, for instance by
|
|
||||||
<a href="html/eoTutorial.html">clicking here</a>.
|
|
||||||
<p>
|
|
||||||
<hr>
|
|
||||||
<address>
|
|
||||||
<a href="mailto:Marc.Schoenauer@polytechnique.fr">Marc Schoenauer</a></address>
|
|
||||||
|
|
||||||
<br><!-- Created: Mon Oct 30 07:27:13 CET 2000 --><!-- hhmts start -->Last
|
|
||||||
modified: Fri Nov 28 CET 2000 <!-- hhmts end -->
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
Reference in a new issue