Adding the Lesson5 - how to create your own genotype
This commit is contained in:
parent
b407bf5e81
commit
c5e225551a
14 changed files with 2476 additions and 72 deletions
153
eo/tutorial/html/eoOneMaxInit.html
Normal file
153
eo/tutorial/html/eoOneMaxInit.html
Normal file
|
|
@ -0,0 +1,153 @@
|
|||
<!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.78 [en] (X11; U; Linux 2.4.7-10 i686) [Netscape]">
|
||||
<title>Templates/eoOneMaxInit.h</title>
|
||||
</head>
|
||||
<body text="#000000" bgcolor="#C3C2B4" link="#0000EE" vlink="#551A8B" alink="#FF0000">
|
||||
<a href="eoLesson5.html">Back to Lesson 5</a> -
|
||||
<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> - <font face="Arial,Helvetica"><a href="doc/html/index.html">EO
|
||||
documentation</a></font>
|
||||
<br>
|
||||
<hr WIDTH="100%"><!-- -------------- End of header ------------------ --><!-- ----------------------------------------------- -->
|
||||
<center>
|
||||
<h1>
|
||||
<font color="#FF0000">Templates/eoOneMaxInit.h</font></h1></center>
|
||||
The places where you have to put some code are on <b><font color="#FF6666">pink
|
||||
background</font></b>.. Only the the <a href="eoTutorial.html#colors">character
|
||||
colors have the usual meaning</a>.
|
||||
<br><a NAME="start"></a>
|
||||
<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" BGCOLOR="#CCCCCC" NOSAVE >
|
||||
<tr NOSAVE>
|
||||
<td NOSAVE><tt><font color="#993300">/** -*- mode: c++; c-indent-level:
|
||||
4; c++-member-init-indent: 8; comment-column: 35; -*-</font></tt>
|
||||
<br><tt><font color="#993300">The above line is usefulin Emacs-like editors</font></tt>
|
||||
<br><tt><font color="#993300">*/</font></tt>
|
||||
<p><tt><font color="#993300">/*</font></tt>
|
||||
<br><tt><font color="#993300">Template for EO objects initialization in
|
||||
EO</font></tt>
|
||||
<br><tt><font color="#993300">============================================</font></tt>
|
||||
<br><tt><font color="#993300">*/</font></tt>
|
||||
<p><b><tt><font color="#993300">#ifndef _eoOneMaxInit_h</font></tt></b>
|
||||
<br><b><tt><font color="#993300">#define _eoOneMaxInit_h</font></tt></b>
|
||||
<p><tt><font color="#993300">// include the base definition of eoInit</font></tt>
|
||||
<br><b><tt><font color="#993300">#include <eoInit.h></font></tt></b>
|
||||
<p><tt><font color="#993300">/** </font></tt>
|
||||
<br><tt><font color="#993300">* Always write a comment in this format
|
||||
before class definition</font></tt>
|
||||
<br><tt><font color="#993300">* if you want the class to be documented
|
||||
by Doxygen</font></tt>
|
||||
<br><tt><font color="#993300">*</font></tt>
|
||||
<br><tt><font color="#993300">* There is NO ASSUMPTION on the class GenoypeT.</font></tt>
|
||||
<br><tt><font color="#993300">* In particular, it does not need to derive
|
||||
from EO (e.g. to initialize </font></tt>
|
||||
<br><tt><font color="#993300">* atoms of
|
||||
an eoVector you will need an eoInit<AtomType>)</font></tt>
|
||||
<br><tt><font color="#993300">*/</font></tt></td>
|
||||
</tr>
|
||||
</table>
|
||||
<a NAME="init"></a>
|
||||
<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" BGCOLOR="#CCCCCC" NOSAVE >
|
||||
<tr>
|
||||
<td><b><tt><font color="#993399">template <class GenotypeT></font></tt></b>
|
||||
<br><b><tt><font color="#993399">class eoOneMaxInit: public eoInit<GenotypeT>
|
||||
{</font></tt></b>
|
||||
<br><b><tt><font color="#993399">public:</font></tt></b>
|
||||
<br><tt><font color="#993399">/// Ctor - no requirement</font></tt></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" BGCOLOR="#FFCCCC" NOSAVE >
|
||||
<tr>
|
||||
<td><a NAME="constructor"></a><tt><font color="#993399">// START eventually
|
||||
add or modify the anyVariable argument</font></tt>
|
||||
<br><b><tt><font color="#993399"> eoOneMaxInit()</font></tt></b>
|
||||
<br><tt><font color="#993399"><b> </b> // eoOneMaxInit( varType
|
||||
_anyVariable) : anyVariable(_anyVariable) </font></tt>
|
||||
<br><tt><font color="#993399">// END eventually add or modify the anyVariable
|
||||
argument</font></tt></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" BGCOLOR="#CCCCCC" NOSAVE >
|
||||
<tr>
|
||||
<td><b><tt><font color="#993399"> {</font></tt></b></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" BGCOLOR="#FFCCCC" NOSAVE >
|
||||
<tr>
|
||||
<td><tt><font color="#993399"><b> </b> //
|
||||
START Code of Ctor of an eoOneMaxInit object</font></tt>
|
||||
<br><tt><font color="#993399"><b> </b> //
|
||||
END Code of Ctor of an eoOneMaxInit object</font></tt></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" BGCOLOR="#CCCCCC" NOSAVE >
|
||||
<tr>
|
||||
<td><b><tt><font color="#993399"> }</font></tt></b>
|
||||
<p><tt><font color="#993399"><b> </b> /** initialize a genotype</font></tt>
|
||||
<br><tt><font color="#993399"> *</font></tt>
|
||||
<br><tt><font color="#993399"> * @param _genotype generally
|
||||
a genotype that has been default-constructed</font></tt>
|
||||
<br><tt><font color="#993399"> *
|
||||
whatever it contains will be lost</font></tt>
|
||||
<br><tt><font color="#993399"> */</font></tt>
|
||||
<br><b><tt><font color="#993399"> void operator()(GenotypeT &
|
||||
_genotype)</font></tt></b>
|
||||
<br><b><tt><font color="#993399"> {</font></tt></b></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" BGCOLOR="#FFCCCC" NOSAVE >
|
||||
<tr>
|
||||
<td><a NAME="operator"></a><tt><font color="#993399"><b> </b>
|
||||
// START Code of random initialization of an eoOneMax object</font></tt>
|
||||
<br><tt><font color="#993399"><b> </b> //
|
||||
END Code of random initialization of an eoOneMax object</font></tt></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" BGCOLOR="#CCCCCC" NOSAVE >
|
||||
<tr>
|
||||
<td><tt><font color="#993399"><b> _genotype.invalidate(); </b>
|
||||
// IMPORTANT in case the _genotype is old</font></tt>
|
||||
<br><b><tt><font color="#993399"> }</font></tt></b>
|
||||
<p><b><tt><font color="#993399">private:</font></tt></b></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" BGCOLOR="#FFCCCC" NOSAVE >
|
||||
<tr>
|
||||
<td><a NAME="data"></a><tt><font color="#993399">// START Private data
|
||||
of an eoOneMaxInit object</font></tt>
|
||||
<br><tt><font color="#993399"><b> </b> // varType anyVariable;
|
||||
// for example ...</font></tt>
|
||||
<br><tt><font color="#993399">// END Private data of
|
||||
an eoOneMaxInit object</font></tt></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" BGCOLOR="#CCCCCC" NOSAVE >
|
||||
<tr>
|
||||
<td><b><tt><font color="#993399">};</font></tt></b>
|
||||
<p><b><tt><font color="#993399">#endif</font></tt></b></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<hr WIDTH="100%"><a href="eoLesson5.html">Back to Lesson 5</a> - <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> - <font face="Arial,Helvetica"><a href="doc/html/index.html">EO
|
||||
documentation</a></font>
|
||||
<hr>
|
||||
<address>
|
||||
<a href="mailto:marc.schoenauer@inria.fr">Marc Schoenauer</a></address>
|
||||
|
||||
<br><!-- Created: Nov 2000 --><!-- hhmts start -->Last modified: Fri May
|
||||
3 06:17:21 2002<!-- hhmts end -->
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue