python - DEAP modify individual expression before evaluation -
is there way modify individual before processing evaluation when using deap package? due restriction of using terminals/ephemeralconstants, added dummy terminals program, doesn't raise error:
the gp.generate function tried add terminal of type '%s', there none available.
but correct them before these individuals evaluated.
thanks.
Comments
Post a Comment