This file is indexed.

/usr/share/doc/python-pyevolve-doc/html/module_const.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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
<!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>Consts – constants module &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="pyevolve – the main pyevolve namespace" href="module_pyevolve.html" />
    <link rel="next" title="Util – utility module" href="module_util.html" />
    <link rel="prev" title="pyevolve – the main pyevolve namespace" href="module_pyevolve.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_util.html" title="Util – utility module"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="module_pyevolve.html" title="pyevolve – the main pyevolve namespace"
             accesskey="P">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>
          <li><a href="module_pyevolve.html" accesskey="U"><tt class="docutils literal"><span class="pre">pyevolve</span></tt> &#8211; the main pyevolve namespace</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">

      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <span class="target" id="module-Consts"></span><div class="section" id="consts-constants-module">
<h1><a class="reference internal" href="#module-Consts" title="Consts"><tt class="xref py py-mod docutils literal"><span class="pre">Consts</span></tt></a> &#8211; constants module<a class="headerlink" href="#consts-constants-module" title="Permalink to this headline"></a></h1>
<p>Pyevolve have defaults in all genetic operators, settings and etc, this is an issue to helps the user in the API use and minimize the source code needed to make simple things. In the module <a class="reference internal" href="#module-Consts" title="Consts"><tt class="xref py py-mod docutils literal"><span class="pre">Consts</span></tt></a>, you will find those defaults settings. You are encouraged to see the constants, but not to change directly on the module, there are methods for this.</p>
<div class="section" id="general-constants">
<h2>General constants<a class="headerlink" href="#general-constants" title="Permalink to this headline"></a></h2>
<dl class="attribute">
<dt id="Consts.CDefPythonRequire">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefPythonRequire</tt><a class="headerlink" href="#Consts.CDefPythonRequire" title="Permalink to this definition"></a></dt>
<dd><p>The mininum version required to run Pyevolve.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefLogFile">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefLogFile</tt><a class="headerlink" href="#Consts.CDefLogFile" title="Permalink to this definition"></a></dt>
<dd><p>The default log filename.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefLogLevel">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefLogLevel</tt><a class="headerlink" href="#Consts.CDefLogLevel" title="Permalink to this definition"></a></dt>
<dd><p>Default log level.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.sortType">
<tt class="descclassname">Consts.</tt><tt class="descname">sortType</tt><a class="headerlink" href="#Consts.sortType" title="Permalink to this definition"></a></dt>
<dd><p>Sort type, raw or scaled.</p>
<dl class="docutils">
<dt>Example:</dt>
<dd><div class="first last highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">sort_type</span> <span class="o">=</span> <span class="n">Consts</span><span class="o">.</span><span class="n">sortType</span><span class="p">[</span><span class="s">&quot;raw&quot;</span><span class="p">]</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">sort_type</span> <span class="o">=</span> <span class="n">Consts</span><span class="o">.</span><span class="n">sortType</span><span class="p">[</span><span class="s">&quot;scaled&quot;</span><span class="p">]</span>
</pre></div>
</div>
</dd>
</dl>
</dd></dl>

<dl class="attribute">
<dt id="Consts.minimaxType">
<tt class="descclassname">Consts.</tt><tt class="descname">minimaxType</tt><a class="headerlink" href="#Consts.minimaxType" title="Permalink to this definition"></a></dt>
<dd><p>The Min/Max type, maximize or minimize the evaluation function.</p>
<dl class="docutils">
<dt>Example:</dt>
<dd><div class="first last highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">minmax</span> <span class="o">=</span> <span class="n">Consts</span><span class="o">.</span><span class="n">minimaxType</span><span class="p">[</span><span class="s">&quot;minimize&quot;</span><span class="p">]</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">minmax</span> <span class="o">=</span> <span class="n">Consts</span><span class="o">.</span><span class="n">minimaxType</span><span class="p">[</span><span class="s">&quot;maximize]</span>
</pre></div>
</div>
</dd>
</dl>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefESCKey">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefESCKey</tt><a class="headerlink" href="#Consts.CDefESCKey" title="Permalink to this definition"></a></dt>
<dd><p>The ESC key ASCII code. Used to start Interactive Mode.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefRangeMin">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefRangeMin</tt><a class="headerlink" href="#Consts.CDefRangeMin" title="Permalink to this definition"></a></dt>
<dd><p>Minimum range. This constant is used as integer and real max/min.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefRangeMax">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefRangeMax</tt><a class="headerlink" href="#Consts.CDefRangeMax" title="Permalink to this definition"></a></dt>
<dd><p>Maximum range. This constant is used as integer and real max/min.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefBroadcastAddress">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefBroadcastAddress</tt><a class="headerlink" href="#Consts.CDefBroadcastAddress" title="Permalink to this definition"></a></dt>
<dd><p>The broadcast address for UDP, 255.255.255.255</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefImportList">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefImportList</tt><a class="headerlink" href="#Consts.CDefImportList" title="Permalink to this definition"></a></dt>
<dd><p>The import list and messages</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.nodeType">
<tt class="descclassname">Consts.</tt><tt class="descname">nodeType</tt><a class="headerlink" href="#Consts.nodeType" title="Permalink to this definition"></a></dt>
<dd><p>The genetic programming node types, can be &#8220;TERMINAL&#8221;:0 or &#8220;NONTERMINAL&#8221;:1</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefGPGenomes">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefGPGenomes</tt><a class="headerlink" href="#Consts.CDefGPGenomes" title="Permalink to this definition"></a></dt>
<dd><p>The classes which are used in Genetic Programming, used to detected the
correct mode when starting the evolution</p>
</dd></dl>

</div>
<div class="section" id="selection-methods-constants-selectors">
<h2>Selection methods constants (<a class="reference internal" href="module_selectors.html#module-Selectors" title="Selectors"><tt class="xref py py-mod docutils literal"><span class="pre">Selectors</span></tt></a>)<a class="headerlink" href="#selection-methods-constants-selectors" title="Permalink to this headline"></a></h2>
<dl class="attribute">
<dt id="Consts.CDefTournamentPoolSize">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefTournamentPoolSize</tt><a class="headerlink" href="#Consts.CDefTournamentPoolSize" title="Permalink to this definition"></a></dt>
<dd><p>The default pool size for the Tournament Selector (<a class="reference internal" href="module_selectors.html#Selectors.GTournamentSelector" title="Selectors.GTournamentSelector"><tt class="xref py py-func docutils literal"><span class="pre">Selectors.GTournamentSelector()</span></tt></a>).</p>
</dd></dl>

</div>
<div class="section" id="scaling-scheme-constants-scaling">
<h2>Scaling scheme constants (<a class="reference internal" href="module_scaling.html#module-Scaling" title="Scaling"><tt class="xref py py-mod docutils literal"><span class="pre">Scaling</span></tt></a>)<a class="headerlink" href="#scaling-scheme-constants-scaling" title="Permalink to this headline"></a></h2>
<dl class="attribute">
<dt id="Consts.CDefScaleLinearMultiplier">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefScaleLinearMultiplier</tt><a class="headerlink" href="#Consts.CDefScaleLinearMultiplier" title="Permalink to this definition"></a></dt>
<dd><p>The multiplier of the Linear (<a class="reference internal" href="module_scaling.html#Scaling.LinearScaling" title="Scaling.LinearScaling"><tt class="xref py py-func docutils literal"><span class="pre">Scaling.LinearScaling()</span></tt></a>) scaling scheme.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefScaleSigmaTruncMultiplier">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefScaleSigmaTruncMultiplier</tt><a class="headerlink" href="#Consts.CDefScaleSigmaTruncMultiplier" title="Permalink to this definition"></a></dt>
<dd><p>The default Sigma Truncation (<a class="reference internal" href="module_scaling.html#Scaling.SigmaTruncScaling" title="Scaling.SigmaTruncScaling"><tt class="xref py py-func docutils literal"><span class="pre">Scaling.SigmaTruncScaling()</span></tt></a>) scaling scheme.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefScalePowerLawFactor">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefScalePowerLawFactor</tt><a class="headerlink" href="#Consts.CDefScalePowerLawFactor" title="Permalink to this definition"></a></dt>
<dd><p>The default Power Law (<a class="reference internal" href="module_scaling.html#Scaling.PowerLawScaling" title="Scaling.PowerLawScaling"><tt class="xref py py-func docutils literal"><span class="pre">Scaling.PowerLawScaling()</span></tt></a>) scaling scheme factor.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefScaleBoltzMinTemp">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefScaleBoltzMinTemp</tt><a class="headerlink" href="#Consts.CDefScaleBoltzMinTemp" title="Permalink to this definition"></a></dt>
<dd><p>The default mininum temperature of the (<a class="reference internal" href="module_scaling.html#Scaling.BoltzmannScaling" title="Scaling.BoltzmannScaling"><tt class="xref py py-func docutils literal"><span class="pre">Scaling.BoltzmannScaling()</span></tt></a>) scaling scheme factor.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefScaleBoltzFactor">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefScaleBoltzFactor</tt><a class="headerlink" href="#Consts.CDefScaleBoltzFactor" title="Permalink to this definition"></a></dt>
<dd><p>The default Boltzmann Factor of (<a class="reference internal" href="module_scaling.html#Scaling.BoltzmannScaling" title="Scaling.BoltzmannScaling"><tt class="xref py py-func docutils literal"><span class="pre">Scaling.BoltzmannScaling()</span></tt></a>) scaling scheme factor.
This is the factor that the temperature will be subtracted.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefScaleBoltzStart">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefScaleBoltzStart</tt><a class="headerlink" href="#Consts.CDefScaleBoltzStart" title="Permalink to this definition"></a></dt>
<dd><p>The default Boltzmann start temperature (<a class="reference internal" href="module_scaling.html#Scaling.BoltzmannScaling" title="Scaling.BoltzmannScaling"><tt class="xref py py-func docutils literal"><span class="pre">Scaling.BoltzmannScaling()</span></tt></a>).
If you don&#8217;t set the start temperature parameter, this will be the default initial
temperature for the Boltzmann scaling scheme.</p>
</dd></dl>

</div>
<div class="section" id="population-constants-gpopulation-gpopulation">
<h2>Population constants (<a class="reference internal" href="module_gpopulation.html#GPopulation.GPopulation" title="GPopulation.GPopulation"><tt class="xref py py-class docutils literal"><span class="pre">GPopulation.GPopulation</span></tt></a>)<a class="headerlink" href="#population-constants-gpopulation-gpopulation" title="Permalink to this headline"></a></h2>
<dl class="attribute">
<dt id="Consts.CDefPopSortType">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefPopSortType</tt><a class="headerlink" href="#Consts.CDefPopSortType" title="Permalink to this definition"></a></dt>
<dd><p>Default sort type parameter.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefPopMinimax">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefPopMinimax</tt><a class="headerlink" href="#Consts.CDefPopMinimax" title="Permalink to this definition"></a></dt>
<dd><p>Default min/max parameter.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefPopScale">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefPopScale</tt><a class="headerlink" href="#Consts.CDefPopScale" title="Permalink to this definition"></a></dt>
<dd><p>Default scaling scheme.</p>
</dd></dl>

</div>
<div class="section" id="d-binary-string-defaults-g1dbinarystring-g1dbinarystring">
<h2>1D Binary String Defaults (<a class="reference internal" href="module_g1dbinarystring.html#G1DBinaryString.G1DBinaryString" title="G1DBinaryString.G1DBinaryString"><tt class="xref py py-class docutils literal"><span class="pre">G1DBinaryString.G1DBinaryString</span></tt></a>)<a class="headerlink" href="#d-binary-string-defaults-g1dbinarystring-g1dbinarystring" title="Permalink to this headline"></a></h2>
<dl class="attribute">
<dt id="Consts.CDefG1DBinaryStringMutator">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefG1DBinaryStringMutator</tt><a class="headerlink" href="#Consts.CDefG1DBinaryStringMutator" title="Permalink to this definition"></a></dt>
<dd><p>The default mutator for the 1D Binary String (<a class="reference internal" href="module_g1dbinarystring.html#G1DBinaryString.G1DBinaryString" title="G1DBinaryString.G1DBinaryString"><tt class="xref py py-class docutils literal"><span class="pre">G1DBinaryString.G1DBinaryString</span></tt></a>) chromosome.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefG1DBinaryStringCrossover">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefG1DBinaryStringCrossover</tt><a class="headerlink" href="#Consts.CDefG1DBinaryStringCrossover" title="Permalink to this definition"></a></dt>
<dd><p>The default crossover method for the 1D Binary String (<a class="reference internal" href="module_g1dbinarystring.html#G1DBinaryString.G1DBinaryString" title="G1DBinaryString.G1DBinaryString"><tt class="xref py py-class docutils literal"><span class="pre">G1DBinaryString.G1DBinaryString</span></tt></a>) chromosome.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefG1DBinaryStringInit">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefG1DBinaryStringInit</tt><a class="headerlink" href="#Consts.CDefG1DBinaryStringInit" title="Permalink to this definition"></a></dt>
<dd><p>The default initializator for the 1D Binary String (<a class="reference internal" href="module_g1dbinarystring.html#G1DBinaryString.G1DBinaryString" title="G1DBinaryString.G1DBinaryString"><tt class="xref py py-class docutils literal"><span class="pre">G1DBinaryString.G1DBinaryString</span></tt></a>) chromosome.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefG1DBinaryStringUniformProb">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefG1DBinaryStringUniformProb</tt><a class="headerlink" href="#Consts.CDefG1DBinaryStringUniformProb" title="Permalink to this definition"></a></dt>
<dd><p>The default uniform probability used for some uniform genetic operators for the 1D Binary String (<a class="reference internal" href="module_g1dbinarystring.html#G1DBinaryString.G1DBinaryString" title="G1DBinaryString.G1DBinaryString"><tt class="xref py py-class docutils literal"><span class="pre">G1DBinaryString.G1DBinaryString</span></tt></a>) chromosome.</p>
</dd></dl>

</div>
<div class="section" id="d-binary-string-defaults-g2dbinarystring-g2dbinarystring">
<h2>2D Binary String Defaults (<a class="reference internal" href="module_g2dbinarystring.html#G2DBinaryString.G2DBinaryString" title="G2DBinaryString.G2DBinaryString"><tt class="xref py py-class docutils literal"><span class="pre">G2DBinaryString.G2DBinaryString</span></tt></a>)<a class="headerlink" href="#d-binary-string-defaults-g2dbinarystring-g2dbinarystring" title="Permalink to this headline"></a></h2>
<dl class="attribute">
<dt id="Consts.CDefG2DBinaryStringMutator">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefG2DBinaryStringMutator</tt><a class="headerlink" href="#Consts.CDefG2DBinaryStringMutator" title="Permalink to this definition"></a></dt>
<dd><p>The default mutator for the 2D Binary String (<a class="reference internal" href="module_g2dbinarystring.html#G2DBinaryString.G2DBinaryString" title="G2DBinaryString.G2DBinaryString"><tt class="xref py py-class docutils literal"><span class="pre">G2DBinaryString.G2DBinaryString</span></tt></a>) chromosome.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefG2DBinaryStringCrossover">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefG2DBinaryStringCrossover</tt><a class="headerlink" href="#Consts.CDefG2DBinaryStringCrossover" title="Permalink to this definition"></a></dt>
<dd><p>The default crossover method for the 2D Binary String (<a class="reference internal" href="module_g2dbinarystring.html#G2DBinaryString.G2DBinaryString" title="G2DBinaryString.G2DBinaryString"><tt class="xref py py-class docutils literal"><span class="pre">G2DBinaryString.G2DBinaryString</span></tt></a>) chromosome.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefG2DBinaryStringInit">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefG2DBinaryStringInit</tt><a class="headerlink" href="#Consts.CDefG2DBinaryStringInit" title="Permalink to this definition"></a></dt>
<dd><p>The default initializator for the 2D Binary String (<a class="reference internal" href="module_g2dbinarystring.html#G2DBinaryString.G2DBinaryString" title="G2DBinaryString.G2DBinaryString"><tt class="xref py py-class docutils literal"><span class="pre">G2DBinaryString.G2DBinaryString</span></tt></a>) chromosome.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefG2DBinaryStringUniformProb">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefG2DBinaryStringUniformProb</tt><a class="headerlink" href="#Consts.CDefG2DBinaryStringUniformProb" title="Permalink to this definition"></a></dt>
<dd><p>The default uniform probability used for some uniform genetic operators for the 2D Binary String (<a class="reference internal" href="module_g2dbinarystring.html#G2DBinaryString.G2DBinaryString" title="G2DBinaryString.G2DBinaryString"><tt class="xref py py-class docutils literal"><span class="pre">G2DBinaryString.G2DBinaryString</span></tt></a>) chromosome.</p>
</dd></dl>

</div>
<div class="section" id="d-list-chromosome-constants-g1dlist-g1dlist">
<h2>1D List chromosome constants (<a class="reference internal" href="module_g1dlist.html#G1DList.G1DList" title="G1DList.G1DList"><tt class="xref py py-class docutils literal"><span class="pre">G1DList.G1DList</span></tt></a>)<a class="headerlink" href="#d-list-chromosome-constants-g1dlist-g1dlist" title="Permalink to this headline"></a></h2>
<dl class="attribute">
<dt id="Consts.CDefG1DListMutIntMU">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefG1DListMutIntMU</tt><a class="headerlink" href="#Consts.CDefG1DListMutIntMU" title="Permalink to this definition"></a></dt>
<dd><p>Default <em>mu</em> value of the 1D List Gaussian Integer Mutator (<a class="reference internal" href="module_mutators.html#Mutators.G1DListMutatorIntegerGaussian" title="Mutators.G1DListMutatorIntegerGaussian"><tt class="xref py py-func docutils literal"><span class="pre">Mutators.G1DListMutatorIntegerGaussian()</span></tt></a>), the <em>mu</em> represents the mean of the distribution.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefG1DListMutIntSIGMA">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefG1DListMutIntSIGMA</tt><a class="headerlink" href="#Consts.CDefG1DListMutIntSIGMA" title="Permalink to this definition"></a></dt>
<dd><p>Default <em>sigma</em> value of the 1D List Gaussian Integer Mutator (<a class="reference internal" href="module_mutators.html#Mutators.G1DListMutatorIntegerGaussian" title="Mutators.G1DListMutatorIntegerGaussian"><tt class="xref py py-func docutils literal"><span class="pre">Mutators.G1DListMutatorIntegerGaussian()</span></tt></a>), the <em>sigma</em> represents the standard deviation of the distribution.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefG1DListMutRealMU">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefG1DListMutRealMU</tt><a class="headerlink" href="#Consts.CDefG1DListMutRealMU" title="Permalink to this definition"></a></dt>
<dd><p>Default <em>mu</em> value of the 1D List Gaussian Real Mutator (<a class="reference internal" href="module_mutators.html#Mutators.G1DListMutatorRealGaussian" title="Mutators.G1DListMutatorRealGaussian"><tt class="xref py py-func docutils literal"><span class="pre">Mutators.G1DListMutatorRealGaussian()</span></tt></a>), the <em>mu</em> represents the mean of the distribution.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefG1DListMutRealSIGMA">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefG1DListMutRealSIGMA</tt><a class="headerlink" href="#Consts.CDefG1DListMutRealSIGMA" title="Permalink to this definition"></a></dt>
<dd><p>Default <em>sigma</em> value of the 1D List Gaussian Real Mutator (<a class="reference internal" href="module_mutators.html#Mutators.G1DListMutatorRealGaussian" title="Mutators.G1DListMutatorRealGaussian"><tt class="xref py py-func docutils literal"><span class="pre">Mutators.G1DListMutatorRealGaussian()</span></tt></a>), the <em>sigma</em> represents the mean of the distribution.</p>
</dd></dl>

</div>
<div class="section" id="tree-chromosome-constants-gtree-gtree">
<h2>Tree chromosome constants (<a class="reference internal" href="module_gtree.html#GTree.GTree" title="GTree.GTree"><tt class="xref py py-class docutils literal"><span class="pre">GTree.GTree</span></tt></a>)<a class="headerlink" href="#tree-chromosome-constants-gtree-gtree" title="Permalink to this headline"></a></h2>
<dl class="attribute">
<dt id="Consts.CDefGTreeInit">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefGTreeInit</tt><a class="headerlink" href="#Consts.CDefGTreeInit" title="Permalink to this definition"></a></dt>
<dd><p>Default initializator of the tree chromosome.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefGGTreeMutator">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefGGTreeMutator</tt><a class="headerlink" href="#Consts.CDefGGTreeMutator" title="Permalink to this definition"></a></dt>
<dd><p>Default mutator of the tree chromosome.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefGTreeCrossover">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefGTreeCrossover</tt><a class="headerlink" href="#Consts.CDefGTreeCrossover" title="Permalink to this definition"></a></dt>
<dd><p>Default crossover of the tree chromosome.</p>
</dd></dl>

</div>
<div class="section" id="d-list-chromosome-constants-g2dlist-g2dlist">
<h2>2D List chromosome constants (<a class="reference internal" href="module_g2dlist.html#G2DList.G2DList" title="G2DList.G2DList"><tt class="xref py py-class docutils literal"><span class="pre">G2DList.G2DList</span></tt></a>)<a class="headerlink" href="#d-list-chromosome-constants-g2dlist-g2dlist" title="Permalink to this headline"></a></h2>
<dl class="attribute">
<dt id="Consts.CDefG2DListMutRealMU">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefG2DListMutRealMU</tt><a class="headerlink" href="#Consts.CDefG2DListMutRealMU" title="Permalink to this definition"></a></dt>
<dd><p>Default <em>mu</em> value of the 2D List Gaussian Real Mutator (<a class="reference internal" href="module_mutators.html#Mutators.G2DListMutatorRealGaussian" title="Mutators.G2DListMutatorRealGaussian"><tt class="xref py py-func docutils literal"><span class="pre">Mutators.G2DListMutatorRealGaussian()</span></tt></a>), the <em>mu</em> represents the mean of the distribution.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefG2DListMutRealSIGMA">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefG2DListMutRealSIGMA</tt><a class="headerlink" href="#Consts.CDefG2DListMutRealSIGMA" title="Permalink to this definition"></a></dt>
<dd><p>Default <em>sigma</em> value of the 2D List Gaussian Real Mutator (<a class="reference internal" href="module_mutators.html#Mutators.G2DListMutatorRealGaussian" title="Mutators.G2DListMutatorRealGaussian"><tt class="xref py py-func docutils literal"><span class="pre">Mutators.G2DListMutatorRealGaussian()</span></tt></a>), the <em>sigma</em> represents the mean of the distribution.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefG2DListMutIntMU">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefG2DListMutIntMU</tt><a class="headerlink" href="#Consts.CDefG2DListMutIntMU" title="Permalink to this definition"></a></dt>
<dd><p>Default <em>mu</em> value of the 2D List Gaussian Integer Mutator (<a class="reference internal" href="module_mutators.html#Mutators.G2DListMutatorIntegerGaussian" title="Mutators.G2DListMutatorIntegerGaussian"><tt class="xref py py-func docutils literal"><span class="pre">Mutators.G2DListMutatorIntegerGaussian()</span></tt></a>), the <em>mu</em> represents the mean of the distribution.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefG2DListMutIntSIGMA">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefG2DListMutIntSIGMA</tt><a class="headerlink" href="#Consts.CDefG2DListMutIntSIGMA" title="Permalink to this definition"></a></dt>
<dd><p>Default <em>sigma</em> value of the 2D List Gaussian Integer Mutator (<a class="reference internal" href="module_mutators.html#Mutators.G2DListMutatorIntegerGaussian" title="Mutators.G2DListMutatorIntegerGaussian"><tt class="xref py py-func docutils literal"><span class="pre">Mutators.G2DListMutatorIntegerGaussian()</span></tt></a>), the <em>sigma</em> represents the mean of the distribution.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefG2DListMutator">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefG2DListMutator</tt><a class="headerlink" href="#Consts.CDefG2DListMutator" title="Permalink to this definition"></a></dt>
<dd><p>Default mutator for the 2D List chromosome.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefG2DListCrossover">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefG2DListCrossover</tt><a class="headerlink" href="#Consts.CDefG2DListCrossover" title="Permalink to this definition"></a></dt>
<dd><p>Default crossover method for the 2D List chromosome.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefG2DListInit">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefG2DListInit</tt><a class="headerlink" href="#Consts.CDefG2DListInit" title="Permalink to this definition"></a></dt>
<dd><p>Default initializator for the 2D List chromosome.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefG2DListCrossUniformProb">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefG2DListCrossUniformProb</tt><a class="headerlink" href="#Consts.CDefG2DListCrossUniformProb" title="Permalink to this definition"></a></dt>
<dd><p>Default uniform probability for the 2D List Uniform Crossover method (<a class="reference internal" href="module_crossovers.html#Crossovers.G2DListCrossoverUniform" title="Crossovers.G2DListCrossoverUniform"><tt class="xref py py-func docutils literal"><span class="pre">Crossovers.G2DListCrossoverUniform()</span></tt></a>).</p>
</dd></dl>

</div>
<div class="section" id="ga-engine-constants-gsimplega-gsimplega">
<h2>GA Engine constants (<a class="reference internal" href="module_gsimplega.html#GSimpleGA.GSimpleGA" title="GSimpleGA.GSimpleGA"><tt class="xref py py-class docutils literal"><span class="pre">GSimpleGA.GSimpleGA</span></tt></a>)<a class="headerlink" href="#ga-engine-constants-gsimplega-gsimplega" title="Permalink to this headline"></a></h2>
<dl class="attribute">
<dt id="Consts.CDefGAGenerations">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefGAGenerations</tt><a class="headerlink" href="#Consts.CDefGAGenerations" title="Permalink to this definition"></a></dt>
<dd><p>Default number of generations.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefGAMutationRate">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefGAMutationRate</tt><a class="headerlink" href="#Consts.CDefGAMutationRate" title="Permalink to this definition"></a></dt>
<dd><p>Default mutation rate.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefGACrossoverRate">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefGACrossoverRate</tt><a class="headerlink" href="#Consts.CDefGACrossoverRate" title="Permalink to this definition"></a></dt>
<dd><p>Default crossover rate.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefGAPopulationSize">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefGAPopulationSize</tt><a class="headerlink" href="#Consts.CDefGAPopulationSize" title="Permalink to this definition"></a></dt>
<dd><p>Default population size.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefGASelector">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefGASelector</tt><a class="headerlink" href="#Consts.CDefGASelector" title="Permalink to this definition"></a></dt>
<dd><p>Default selector method.</p>
</dd></dl>

</div>
<div class="section" id="db-adapters-constants-dbadapters">
<h2>DB Adapters constants (<a class="reference internal" href="module_dbadapters.html#module-DBAdapters" title="DBAdapters"><tt class="xref py py-mod docutils literal"><span class="pre">DBAdapters</span></tt></a>)<a class="headerlink" href="#db-adapters-constants-dbadapters" title="Permalink to this headline"></a></h2>
<p>Constants for the DB Adapters</p>
<div class="section" id="sqlite3-db-adapter-constants-dbadapters-dbsqlite">
<h3>SQLite3 DB Adapter Constants (<a class="reference internal" href="module_dbadapters.html#DBAdapters.DBSQLite" title="DBAdapters.DBSQLite"><tt class="xref py py-class docutils literal"><span class="pre">DBAdapters.DBSQLite</span></tt></a>)<a class="headerlink" href="#sqlite3-db-adapter-constants-dbadapters-dbsqlite" title="Permalink to this headline"></a></h3>
<dl class="attribute">
<dt id="Consts.CDefSQLiteDBName">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefSQLiteDBName</tt><a class="headerlink" href="#Consts.CDefSQLiteDBName" title="Permalink to this definition"></a></dt>
<dd><p>Default database filename.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefSQLiteDBTable">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefSQLiteDBTable</tt><a class="headerlink" href="#Consts.CDefSQLiteDBTable" title="Permalink to this definition"></a></dt>
<dd><p>Default statistical table name.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefSQLiteDBTablePop">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefSQLiteDBTablePop</tt><a class="headerlink" href="#Consts.CDefSQLiteDBTablePop" title="Permalink to this definition"></a></dt>
<dd><p>Default population statistical table name.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefSQLiteStatsGenFreq">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefSQLiteStatsGenFreq</tt><a class="headerlink" href="#Consts.CDefSQLiteStatsGenFreq" title="Permalink to this definition"></a></dt>
<dd><p>Default generational frequency for dump statistics.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefSQLiteStatsCommitFreq">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefSQLiteStatsCommitFreq</tt><a class="headerlink" href="#Consts.CDefSQLiteStatsCommitFreq" title="Permalink to this definition"></a></dt>
<dd><p>Default commit frequency.</p>
</dd></dl>

</div>
<div class="section" id="mysql-db-adapter-constants-dbadapters-dbmysqladapter">
<h3>MySQL DB Adapter Constants (<a class="reference internal" href="module_dbadapters.html#DBAdapters.DBMySQLAdapter" title="DBAdapters.DBMySQLAdapter"><tt class="xref py py-class docutils literal"><span class="pre">DBAdapters.DBMySQLAdapter</span></tt></a>)<a class="headerlink" href="#mysql-db-adapter-constants-dbadapters-dbmysqladapter" title="Permalink to this headline"></a></h3>
<dl class="attribute">
<dt id="Consts.CDefMySQLDBName">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefMySQLDBName</tt><a class="headerlink" href="#Consts.CDefMySQLDBName" title="Permalink to this definition"></a></dt>
<dd><p>Default database name.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefMySQLDBTable">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefMySQLDBTable</tt><a class="headerlink" href="#Consts.CDefMySQLDBTable" title="Permalink to this definition"></a></dt>
<dd><p>Default statistical table name.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefMySQLDBTablePop">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefMySQLDBTablePop</tt><a class="headerlink" href="#Consts.CDefMySQLDBTablePop" title="Permalink to this definition"></a></dt>
<dd><p>Default population statistical table name.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefMySQLStatsGenFreq">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefMySQLStatsGenFreq</tt><a class="headerlink" href="#Consts.CDefMySQLStatsGenFreq" title="Permalink to this definition"></a></dt>
<dd><p>Default generational frequency for dump statistics.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefMySQLStatsCommitFreq">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefMySQLStatsCommitFreq</tt><a class="headerlink" href="#Consts.CDefMySQLStatsCommitFreq" title="Permalink to this definition"></a></dt>
<dd><p>Default commit frequency.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefMySQLDBHost">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefMySQLDBHost</tt><a class="headerlink" href="#Consts.CDefMySQLDBHost" title="Permalink to this definition"></a></dt>
<dd><p>Default MySQL connection host.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefMySQLDBPort">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefMySQLDBPort</tt><a class="headerlink" href="#Consts.CDefMySQLDBPort" title="Permalink to this definition"></a></dt>
<dd><p>Default MySQL connection TCP port.</p>
</dd></dl>

</div>
<div class="section" id="url-post-db-adapter-constants-dbadapters-dburlpost">
<h3>URL Post DB Adapter Constants (<a class="reference internal" href="module_dbadapters.html#DBAdapters.DBURLPost" title="DBAdapters.DBURLPost"><tt class="xref py py-class docutils literal"><span class="pre">DBAdapters.DBURLPost</span></tt></a>)<a class="headerlink" href="#url-post-db-adapter-constants-dbadapters-dburlpost" title="Permalink to this headline"></a></h3>
<dl class="attribute">
<dt id="Consts.CDefURLPostStatsGenFreq">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefURLPostStatsGenFreq</tt><a class="headerlink" href="#Consts.CDefURLPostStatsGenFreq" title="Permalink to this definition"></a></dt>
<dd><p>Default generational frequency for dump statistics.</p>
</dd></dl>

</div>
<div class="section" id="csv-file-db-adapter-constants-dbadapters-dbfilecsv">
<h3>CSV File DB Adapter Constants (<a class="reference internal" href="module_dbadapters.html#DBAdapters.DBFileCSV" title="DBAdapters.DBFileCSV"><tt class="xref py py-class docutils literal"><span class="pre">DBAdapters.DBFileCSV</span></tt></a>)<a class="headerlink" href="#csv-file-db-adapter-constants-dbadapters-dbfilecsv" title="Permalink to this headline"></a></h3>
<dl class="attribute">
<dt id="Consts.CDefCSVFileName">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefCSVFileName</tt><a class="headerlink" href="#Consts.CDefCSVFileName" title="Permalink to this definition"></a></dt>
<dd><p>The default CSV filename to dump statistics.</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefCSVFileStatsGenFreq">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefCSVFileStatsGenFreq</tt><a class="headerlink" href="#Consts.CDefCSVFileStatsGenFreq" title="Permalink to this definition"></a></dt>
<dd><p>Default generational frequency for dump statistics.</p>
</dd></dl>

</div>
<div class="section" id="xmp-rpc-db-adapter-constants-dbadapters-dbxmlrpc">
<h3>XMP RPC DB Adapter Constants (<a class="reference internal" href="module_dbadapters.html#DBAdapters.DBXMLRPC" title="DBAdapters.DBXMLRPC"><tt class="xref py py-class docutils literal"><span class="pre">DBAdapters.DBXMLRPC</span></tt></a>)<a class="headerlink" href="#xmp-rpc-db-adapter-constants-dbadapters-dbxmlrpc" title="Permalink to this headline"></a></h3>
<dl class="attribute">
<dt id="Consts.CDefXMLRPCStatsGenFreq">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefXMLRPCStatsGenFreq</tt><a class="headerlink" href="#Consts.CDefXMLRPCStatsGenFreq" title="Permalink to this definition"></a></dt>
<dd><p>Default generational frequency for dump statistics.</p>
</dd></dl>

</div>
</div>
<div class="section" id="migration-constants-migration">
<h2>Migration Constants (<a class="reference internal" href="module_migration.html#module-Migration" title="Migration"><tt class="xref py py-mod docutils literal"><span class="pre">Migration</span></tt></a>)<a class="headerlink" href="#migration-constants-migration" title="Permalink to this headline"></a></h2>
<dl class="attribute">
<dt id="Consts.CDefGenMigrationRate">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefGenMigrationRate</tt><a class="headerlink" href="#Consts.CDefGenMigrationRate" title="Permalink to this definition"></a></dt>
<dd><p>The default generations supposed to migrate and receive individuals</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefMigrationNIndividuals">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefMigrationNIndividuals</tt><a class="headerlink" href="#Consts.CDefMigrationNIndividuals" title="Permalink to this definition"></a></dt>
<dd><p>The default number of individuals that will migrate at the <em>CDefGenMigrationRate</em>
interval</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefNetworkIndividual">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefNetworkIndividual</tt><a class="headerlink" href="#Consts.CDefNetworkIndividual" title="Permalink to this definition"></a></dt>
<dd><p>A migration code for network individual data</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefNetworkInfo">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefNetworkInfo</tt><a class="headerlink" href="#Consts.CDefNetworkInfo" title="Permalink to this definition"></a></dt>
<dd><p>A migration code for network info data</p>
</dd></dl>

<dl class="attribute">
<dt id="Consts.CDefGenMigrationReplacement">
<tt class="descclassname">Consts.</tt><tt class="descname">CDefGenMigrationReplacement</tt><a class="headerlink" href="#Consts.CDefGenMigrationReplacement" title="Permalink to this definition"></a></dt>
<dd><p>The default number of individuals to be replaced at the migration stage</p>
</dd></dl>

</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">Consts</span></tt> &#8211; constants module</a><ul>
<li><a class="reference internal" href="#general-constants">General constants</a></li>
<li><a class="reference internal" href="#selection-methods-constants-selectors">Selection methods constants (<tt class="docutils literal"><span class="pre">Selectors</span></tt>)</a></li>
<li><a class="reference internal" href="#scaling-scheme-constants-scaling">Scaling scheme constants (<tt class="docutils literal"><span class="pre">Scaling</span></tt>)</a></li>
<li><a class="reference internal" href="#population-constants-gpopulation-gpopulation">Population constants (<tt class="docutils literal"><span class="pre">GPopulation.GPopulation</span></tt>)</a></li>
<li><a class="reference internal" href="#d-binary-string-defaults-g1dbinarystring-g1dbinarystring">1D Binary String Defaults (<tt class="docutils literal"><span class="pre">G1DBinaryString.G1DBinaryString</span></tt>)</a></li>
<li><a class="reference internal" href="#d-binary-string-defaults-g2dbinarystring-g2dbinarystring">2D Binary String Defaults (<tt class="docutils literal"><span class="pre">G2DBinaryString.G2DBinaryString</span></tt>)</a></li>
<li><a class="reference internal" href="#d-list-chromosome-constants-g1dlist-g1dlist">1D List chromosome constants (<tt class="docutils literal"><span class="pre">G1DList.G1DList</span></tt>)</a></li>
<li><a class="reference internal" href="#tree-chromosome-constants-gtree-gtree">Tree chromosome constants (<tt class="docutils literal"><span class="pre">GTree.GTree</span></tt>)</a></li>
<li><a class="reference internal" href="#d-list-chromosome-constants-g2dlist-g2dlist">2D List chromosome constants (<tt class="docutils literal"><span class="pre">G2DList.G2DList</span></tt>)</a></li>
<li><a class="reference internal" href="#ga-engine-constants-gsimplega-gsimplega">GA Engine constants (<tt class="docutils literal"><span class="pre">GSimpleGA.GSimpleGA</span></tt>)</a></li>
<li><a class="reference internal" href="#db-adapters-constants-dbadapters">DB Adapters constants (<tt class="docutils literal"><span class="pre">DBAdapters</span></tt>)</a><ul>
<li><a class="reference internal" href="#sqlite3-db-adapter-constants-dbadapters-dbsqlite">SQLite3 DB Adapter Constants (<tt class="docutils literal"><span class="pre">DBAdapters.DBSQLite</span></tt>)</a></li>
<li><a class="reference internal" href="#mysql-db-adapter-constants-dbadapters-dbmysqladapter">MySQL DB Adapter Constants (<tt class="docutils literal"><span class="pre">DBAdapters.DBMySQLAdapter</span></tt>)</a></li>
<li><a class="reference internal" href="#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><a class="reference internal" href="#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><a class="reference internal" href="#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><a class="reference internal" href="#migration-constants-migration">Migration Constants (<tt class="docutils literal"><span class="pre">Migration</span></tt>)</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="module_pyevolve.html"
                        title="previous chapter"><tt class="docutils literal"><span class="pre">pyevolve</span></tt> &#8211; the main pyevolve namespace</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="module_util.html"
                        title="next chapter"><tt class="docutils literal"><span class="pre">Util</span></tt> &#8211; utility 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_util.html" title="Util – utility module"
             >next</a> |</li>
        <li class="right" >
          <a href="module_pyevolve.html" title="pyevolve – the main pyevolve namespace"
             >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>
          <li><a href="module_pyevolve.html" ><tt class="docutils literal"><span class="pre">pyevolve</span></tt> &#8211; the main pyevolve namespace</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>