Hey, so this might be entirely because of my current mangled anaconda environments situation, but amidst spontaneously combusting kernels, I managed to get an environment that seemed to be running pyshgp effectively, but I tried running the string annealing problem and it ran all the generations, got errors, auto- simplified and everything and then crashed saying:
---> 57 print(est.solution.get_program().code)
AttributeError: 'PushEstimator' object has no attribute 'solution'
Hey, so this might be entirely because of my current mangled anaconda environments situation, but amidst spontaneously combusting kernels, I managed to get an environment that seemed to be running pyshgp effectively, but I tried running the string annealing problem and it ran all the generations, got errors, auto- simplified and everything and then crashed saying: ---> 57 print(est.solution.get_program().code)
AttributeError: 'PushEstimator' object has no attribute 'solution'
Ill try a couple other problems and report back.