This file is indexed.

/usr/share/doc/python-pyevolve-doc/html/module_pyevolve.html is in python-pyevolve-doc 0.6~rc1+svn398+dfsg-6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>pyevolve – the main pyevolve namespace &mdash; Pyevolve 0.6 final documentation</title>
    
    <link rel="stylesheet" href="_static/default_patch.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    './',
        VERSION:     '0.6 final',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  false
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="top" title="Pyevolve 0.6 final documentation" href="index.html" />
    <link rel="up" title="Modules" href="modules.html" />
    <link rel="next" title="Consts – constants module" href="module_const.html" />
    <link rel="prev" title="Modules" href="modules.html" />

  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="module_const.html" title="Consts – constants module"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="modules.html" title="Modules"
             accesskey="P">previous</a> |</li>
        <li><a href="index.html">Pyevolve 0.6 final documentation</a> &raquo;</li>
          <li><a href="modules.html" accesskey="U">Modules</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">

      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <span class="target" id="module-pyevolve"></span><div class="section" id="pyevolve-the-main-pyevolve-namespace">
<h1><a class="reference internal" href="#module-pyevolve" title="pyevolve"><tt class="xref py py-mod docutils literal"><span class="pre">pyevolve</span></tt></a> &#8211; the main pyevolve namespace<a class="headerlink" href="#pyevolve-the-main-pyevolve-namespace" title="Permalink to this headline"></a></h1>
<p>This is the main module of the pyevolve, every other module
is above this namespace, for example, to import <a class="reference internal" href="module_mutators.html#module-Mutators" title="Mutators"><tt class="xref py py-mod docutils literal"><span class="pre">Mutators</span></tt></a>:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">pyevolve</span> <span class="kn">import</span> <span class="n">Mutators</span>
</pre></div>
</div>
</div>
<div class="section" id="general-modules">
<h1>General Modules<a class="headerlink" href="#general-modules" title="Permalink to this headline"></a></h1>
<p>Contents:</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="module_const.html"><tt class="docutils literal"><span class="pre">Consts</span></tt> &#8211; constants module</a><ul>
<li class="toctree-l2"><a class="reference internal" href="module_const.html#general-constants">General constants</a></li>
<li class="toctree-l2"><a class="reference internal" href="module_const.html#selection-methods-constants-selectors">Selection methods constants (<tt class="docutils literal"><span class="pre">Selectors</span></tt>)</a></li>
<li class="toctree-l2"><a class="reference internal" href="module_const.html#scaling-scheme-constants-scaling">Scaling scheme constants (<tt class="docutils literal"><span class="pre">Scaling</span></tt>)</a></li>
<li class="toctree-l2"><a class="reference internal" href="module_const.html#population-constants-gpopulation-gpopulation">Population constants (<tt class="docutils literal"><span class="pre">GPopulation.GPopulation</span></tt>)</a></li>
<li class="toctree-l2"><a class="reference internal" href="module_const.html#d-binary-string-defaults-g1dbinarystring-g1dbinarystring">1D Binary String Defaults (<tt class="docutils literal"><span class="pre">G1DBinaryString.G1DBinaryString</span></tt>)</a></li>
<li class="toctree-l2"><a class="reference internal" href="module_const.html#d-binary-string-defaults-g2dbinarystring-g2dbinarystring">2D Binary String Defaults (<tt class="docutils literal"><span class="pre">G2DBinaryString.G2DBinaryString</span></tt>)</a></li>
<li class="toctree-l2"><a class="reference internal" href="module_const.html#d-list-chromosome-constants-g1dlist-g1dlist">1D List chromosome constants (<tt class="docutils literal"><span class="pre">G1DList.G1DList</span></tt>)</a></li>
<li class="toctree-l2"><a class="reference internal" href="module_const.html#tree-chromosome-constants-gtree-gtree">Tree chromosome constants (<tt class="docutils literal"><span class="pre">GTree.GTree</span></tt>)</a></li>
<li class="toctree-l2"><a class="reference internal" href="module_const.html#d-list-chromosome-constants-g2dlist-g2dlist">2D List chromosome constants (<tt class="docutils literal"><span class="pre">G2DList.G2DList</span></tt>)</a></li>
<li class="toctree-l2"><a class="reference internal" href="module_const.html#ga-engine-constants-gsimplega-gsimplega">GA Engine constants (<tt class="docutils literal"><span class="pre">GSimpleGA.GSimpleGA</span></tt>)</a></li>
<li class="toctree-l2"><a class="reference internal" href="module_const.html#db-adapters-constants-dbadapters">DB Adapters constants (<tt class="docutils literal"><span class="pre">DBAdapters</span></tt>)</a><ul>
<li class="toctree-l3"><a class="reference internal" href="module_const.html#sqlite3-db-adapter-constants-dbadapters-dbsqlite">SQLite3 DB Adapter Constants (<tt class="docutils literal"><span class="pre">DBAdapters.DBSQLite</span></tt>)</a></li>
<li class="toctree-l3"><a class="reference internal" href="module_const.html#mysql-db-adapter-constants-dbadapters-dbmysqladapter">MySQL DB Adapter Constants (<tt class="docutils literal"><span class="pre">DBAdapters.DBMySQLAdapter</span></tt>)</a></li>
<li class="toctree-l3"><a class="reference internal" href="module_const.html#url-post-db-adapter-constants-dbadapters-dburlpost">URL Post DB Adapter Constants (<tt class="docutils literal"><span class="pre">DBAdapters.DBURLPost</span></tt>)</a></li>
<li class="toctree-l3"><a class="reference internal" href="module_const.html#csv-file-db-adapter-constants-dbadapters-dbfilecsv">CSV File DB Adapter Constants (<tt class="docutils literal"><span class="pre">DBAdapters.DBFileCSV</span></tt>)</a></li>
<li class="toctree-l3"><a class="reference internal" href="module_const.html#xmp-rpc-db-adapter-constants-dbadapters-dbxmlrpc">XMP RPC DB Adapter Constants (<tt class="docutils literal"><span class="pre">DBAdapters.DBXMLRPC</span></tt>)</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="module_const.html#migration-constants-migration">Migration Constants (<tt class="docutils literal"><span class="pre">Migration</span></tt>)</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="module_util.html"><tt class="docutils literal"><span class="pre">Util</span></tt> &#8211; utility module</a></li>
<li class="toctree-l1"><a class="reference internal" href="module_network.html"><tt class="docutils literal"><span class="pre">Network</span></tt> &#8211; network utility module</a></li>
<li class="toctree-l1"><a class="reference internal" href="module_migration.html"><tt class="docutils literal"><span class="pre">Migration</span></tt> &#8211; the migration schemes, distributed GA</a></li>
<li class="toctree-l1"><a class="reference internal" href="module_interaction.html"><tt class="docutils literal"><span class="pre">Interaction</span></tt> &#8211; interaction module</a></li>
<li class="toctree-l1"><a class="reference internal" href="module_dbadapters.html"><tt class="docutils literal"><span class="pre">DBAdapters</span></tt> &#8211; database adapters for statistics</a></li>
<li class="toctree-l1"><a class="reference internal" href="module_functionslot.html"><tt class="docutils literal"><span class="pre">FunctionSlot</span></tt> &#8211; function slots module</a></li>
<li class="toctree-l1"><a class="reference internal" href="module_statistics.html"><tt class="docutils literal"><span class="pre">Statistics</span></tt> &#8211; statistical structure module</a></li>
</ul>
</div>
</div>
<div class="section" id="genetic-algorithm-core-modules">
<h1>Genetic Algorithm Core Modules<a class="headerlink" href="#genetic-algorithm-core-modules" title="Permalink to this headline"></a></h1>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="module_gsimplega.html"><tt class="docutils literal"><span class="pre">GSimpleGA</span></tt> &#8211; the genetic algorithm by itself</a><ul>
<li class="toctree-l2"><a class="reference internal" href="module_gsimplega.html#default-parameters">Default Parameters</a></li>
<li class="toctree-l2"><a class="reference internal" href="module_gsimplega.html#class">Class</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="module_gpopulation.html"><tt class="docutils literal"><span class="pre">GPopulation</span></tt> &#8211; the population module</a><ul>
<li class="toctree-l2"><a class="reference internal" href="module_gpopulation.html#default-parameters">Default Parameters</a></li>
<li class="toctree-l2"><a class="reference internal" href="module_gpopulation.html#class">Class</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="section" id="genetic-operators-modules">
<h1>Genetic Operators Modules<a class="headerlink" href="#genetic-operators-modules" title="Permalink to this headline"></a></h1>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="module_mutators.html"><tt class="docutils literal"><span class="pre">Mutators</span></tt> &#8211; mutation methods module</a></li>
<li class="toctree-l1"><a class="reference internal" href="module_crossovers.html"><tt class="docutils literal"><span class="pre">Crossovers</span></tt> &#8211; crossover methods module</a></li>
<li class="toctree-l1"><a class="reference internal" href="module_initializators.html"><tt class="docutils literal"><span class="pre">Initializators</span></tt> &#8211; initialization methods module</a></li>
<li class="toctree-l1"><a class="reference internal" href="module_selectors.html"><tt class="docutils literal"><span class="pre">Selectors</span></tt> &#8211; selection methods module</a></li>
<li class="toctree-l1"><a class="reference internal" href="module_scaling.html"><tt class="docutils literal"><span class="pre">Scaling</span></tt> &#8211; scaling schemes module</a></li>
</ul>
</div>
</div>
<div class="section" id="chromosomes-representation-modules">
<h1>Chromosomes/Representation Modules<a class="headerlink" href="#chromosomes-representation-modules" title="Permalink to this headline"></a></h1>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="module_genomebase.html"><tt class="docutils literal"><span class="pre">GenomeBase</span></tt> &#8211; the genomes base module</a></li>
<li class="toctree-l1"><a class="reference internal" href="module_allele.html"><tt class="docutils literal"><span class="pre">GAllele</span></tt> &#8211; the genome alleles module</a></li>
<li class="toctree-l1"><a class="reference internal" href="module_g1dbinarystring.html"><tt class="docutils literal"><span class="pre">G1DBinaryString</span></tt> &#8211; the classical binary string chromosome</a><ul>
<li class="toctree-l2"><a class="reference internal" href="module_g1dbinarystring.html#default-parameters">Default Parameters</a></li>
<li class="toctree-l2"><a class="reference internal" href="module_g1dbinarystring.html#class">Class</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="module_g2dbinarystring.html"><tt class="docutils literal"><span class="pre">G2DBinaryString</span></tt> &#8211; the classical binary string chromosome</a><ul>
<li class="toctree-l2"><a class="reference internal" href="module_g2dbinarystring.html#default-parameters">Default Parameters</a></li>
<li class="toctree-l2"><a class="reference internal" href="module_g2dbinarystring.html#class">Class</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="module_g1dlist.html"><tt class="docutils literal"><span class="pre">G1DList</span></tt> &#8211; the 1D list chromosome</a><ul>
<li class="toctree-l2"><a class="reference internal" href="module_g1dlist.html#default-parameters">Default Parameters</a></li>
<li class="toctree-l2"><a class="reference internal" href="module_g1dlist.html#class">Class</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="module_g2dlist.html"><tt class="docutils literal"><span class="pre">G2DList</span></tt> &#8211; the 2D list chromosome</a><ul>
<li class="toctree-l2"><a class="reference internal" href="module_g2dlist.html#default-parameters">Default Parameters</a></li>
<li class="toctree-l2"><a class="reference internal" href="module_g2dlist.html#class">Class</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="module_gtree.html"><tt class="docutils literal"><span class="pre">GTree</span></tt> and GTreeGP &#8211; the tree chromosomes</a><ul>
<li class="toctree-l2"><a class="reference internal" href="module_gtree.html#default-parameters">Default Parameters</a></li>
<li class="toctree-l2"><a class="reference internal" href="module_gtree.html#classes">Classes</a></li>
</ul>
</li>
</ul>
</div>
</div>


          </div>
        </div>
      </div>

      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">

  <h3><a href="index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#"><tt class="docutils literal"><span class="pre">pyevolve</span></tt> &#8211; the main pyevolve namespace</a></li>
<li><a class="reference internal" href="#general-modules">General Modules</a></li>
<li><a class="reference internal" href="#genetic-algorithm-core-modules">Genetic Algorithm Core Modules</a></li>
<li><a class="reference internal" href="#genetic-operators-modules">Genetic Operators Modules</a></li>
<li><a class="reference internal" href="#chromosomes-representation-modules">Chromosomes/Representation Modules</a></li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="modules.html"
                        title="previous chapter">Modules</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="module_const.html"
                        title="next chapter"><tt class="docutils literal"><span class="pre">Consts</span></tt> &#8211; constants module</a></p>

<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>

        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="module_const.html" title="Consts – constants module"
             >next</a> |</li>
        <li class="right" >
          <a href="modules.html" title="Modules"
             >previous</a> |</li>
        <li><a href="index.html">Pyevolve 0.6 final documentation</a> &raquo;</li>
          <li><a href="modules.html" >Modules</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2010, Christian S. Perone.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.2.
    </div>
  </body>
</html>