wangzhe3224 / pygep

Automatically exported from code.google.com/p/pygep
0 stars 0 forks source link

add support for ? terminal -> RNCs #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
PyGEP should support RNCs (random numerical constants) per the GEP book,
2nd ed., ch 5.  The way I'll probably do this is by recognizing the '?'
terminal symbol in chromosomes, so one can define a chromosome as:

    class MyChromosome(Chromosome):
        functions = ...
        terminals = 'x', 'y', '?'

Original issue reported on code.google.com by ryanjoneil on 2 May 2007 at 1:12

GoogleCodeExporter commented 9 years ago

Original comment by ryanjoneil on 31 May 2007 at 2:06