DEAP / deap

Distributed Evolutionary Algorithms in Python
http://deap.readthedocs.org/
GNU Lesser General Public License v3.0
5.88k stars 1.13k forks source link

change the format of 0 arity function terminal #643

Open liningbo opened 2 years ago

liningbo commented 2 years ago

0 arity function terminal will format as xxx() instead of xxx which will raise error when use eval to calculate the expression str Signed-off-by: “liningbo” “liningbo@gmail.com”