pymoo
pymoo copied to clipboard
Issue with new release 0.6.0
Hello, While using the new version of pymoo i faced this problem.
ImportError: cannot import name 'set_cv' from 'pymoo.core.evaluator' (/usr/local/lib/python3.7/dist-packages/pymoo/core/evaluator.py)
Thanks
The set_cv method has been removed (the individual calculates now cv directly). Can you give a little bit more context when this error occurs?
Has this resolved the issue?
Sorry for late reply. I solve the issue by downgrading the Pymoo to 0.5 version.