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
Original issue reported on code.google.com by
ryanjoneil
on 2 May 2007 at 1:12