source: cpp/geno_fx/html/geno__ftest__example-example.html @ 171

Last change on this file since 171 was 3, checked in by Maciej Komosinski, 15 years ago

added geno_fx, a base class for genetic operations on genotypes

File size: 2.0 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3<title>Example Documentation</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5</head><body>
6<!-- Generated by Doxygen 1.2.17 -->
7<center>
8<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; <a class="qindex" href="examples.html">Examples</a> &nbsp; </center>
9<hr><h1>geno_ftest_example</h1> <dl compact><dt><b>Author: </b></dt><dd>
10Maciej Komosinski</dl>This is a very simple class to illustrate basic genetic operations. To compile this code, you may need some GDK files. For a more sophisticated example of Geno_f4 derived from <a class="el" href="classGeno__fx.html">Geno_fx</a>, refer to the available source on developmental encoding and f4 genotype format.
11<p>
12<div class="fragment"><pre>GTTCCGATC   [mutated 11.1%]
13GATCCGATC   [mutated 33.3%]
14GATCCGAAC   [mutated 11.1%]
15GATCCGAAC   [mutated 0.0%]
16GATCCGAAC   [mutated 0.0%]
17GATCCGAAC   [mutated 0.0%]
18GATCCGAAC   [mutated 22.2%]
19GATGCGAAC   [mutated 11.1%]
20GATGCGAAC   [mutated 0.0%]
21GATGCGAAC   [mutated 11.1%]
22
23Crossing over the last mutant,
24        GATGCGAAC
25and the simplest genotype
26        GTTCAGATC
27:
28Offspring 1:
29        GATGCGAATTCAGATC  (50.0% genes from parent1)
30Offspring 2:
31        GC  (50.0% genes from parent2)
32
33Checking genotype:
34        ATGsomethingCG... error at position 4.
35After validation:
36        ATGCG
37...and is YOUR genotype O.K.?
38
39</pre></div><hr><address style="align: right;"><small>Generated on Tue Jul 30 23:53:52 2002 for Framsticks GenoFX by
40<a href="http://www.doxygen.org/index.html">
41<img src="doxygen.png" alt="doxygen" align="middle" border=0
42width=110 height=53></a>1.2.17 </small></address>
43</body>
44</html>
Note: See TracBrowser for help on using the repository browser.