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>geno_ftest.h Source File</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> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center> |
---|
9 | <hr><h1>geno_ftest.h</h1><a href="geno__ftest_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">// This file is a part of Framsticks GenoFX library.</span> |
---|
10 | 00002 <span class="comment">// Copyright (C) 2002 Maciej Komosinski. See LICENSE.txt for details.</span> |
---|
11 | 00003 <span class="comment">// Refer to http://www.frams.alife.pl/ for further information.</span> |
---|
12 | 00004 |
---|
13 | 00005 <span class="preprocessor">#ifndef _GENO_FTEST_H_</span> |
---|
14 | 00006 <span class="preprocessor"></span><span class="preprocessor">#define _GENO_FTEST_H_</span> |
---|
15 | 00007 <span class="preprocessor"></span> |
---|
16 | 00008 <span class="preprocessor">#include "param.h"</span> |
---|
17 | 00009 <span class="preprocessor">#include "sstring.h"</span> |
---|
18 | 00010 <span class="preprocessor">#include "<a class="code" href="geno__fx_8h.html">geno_fx.h</a>"</span> |
---|
19 | 00011 |
---|
20 | 00014 |
---|
21 | 00015 |
---|
22 | <a name="l00026"></a><a class="code" href="classGeno__ftest.html">00026</a> <span class="keyword">class </span><a class="code" href="classGeno__ftest.html">Geno_ftest</a> : <span class="keyword">public</span> <a class="code" href="classGeno__fx.html">Geno_fx</a> |
---|
23 | 00027 { |
---|
24 | 00028 <span class="keyword">public</span>: |
---|
25 | 00029 <a class="code" href="classGeno__ftest.html">Geno_ftest</a>(); |
---|
26 | 00030 <span class="keywordtype">int</span> <a class="code" href="classGeno__ftest.html#a1">checkValidity</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *); |
---|
27 | 00031 <span class="keywordtype">int</span> <a class="code" href="classGeno__ftest.html#a2">validate</a>(<span class="keywordtype">char</span> *&); |
---|
28 | 00032 <span class="keywordtype">int</span> <a class="code" href="classGeno__ftest.html#a3">mutate</a>(<span class="keywordtype">char</span> *&g,<span class="keywordtype">float</span>& chg); |
---|
29 | 00033 <span class="keywordtype">int</span> <a class="code" href="classGeno__ftest.html#a4">crossOver</a>(<span class="keywordtype">char</span> *&g1,<span class="keywordtype">char</span> *&g2,<span class="keywordtype">float</span>& chg1,<span class="keywordtype">float</span>& chg2); |
---|
30 | 00034 <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code" href="classGeno__ftest.html#a5">style</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *g, <span class="keywordtype">int</span> pos); |
---|
31 | 00035 <span class="keywordtype">char</span>* <a class="code" href="classGeno__fx.html#a5">getSimplest</a>() {<span class="keywordflow">return</span> <span class="stringliteral">"GTTCAGATC"</span>;} |
---|
32 | 00036 |
---|
33 | 00037 <span class="keywordtype">double</span> prob; |
---|
34 | 00038 }; |
---|
35 | 00039 |
---|
36 | 00040 <span class="preprocessor">#endif</span> |
---|
37 | 00041 <span class="preprocessor"></span> |
---|
38 | </pre></div><hr><address style="align: right;"><small>Generated on Sun Sep 15 00:58:39 2002 for Framsticks GenoFX by |
---|
39 | <a href="http://www.doxygen.org/index.html"> |
---|
40 | <img src="doxygen.png" alt="doxygen" align="middle" border=0 |
---|
41 | width=110 height=53></a>1.2.17 </small></address> |
---|
42 | </body> |
---|
43 | </html> |
---|