deep-symbolic-optimization
deep-symbolic-optimization copied to clipboard
Import ABC from collections.abc for Python 3.10 compatibility.
Importing ABC from collections was deprecated since Python 3.4 and removed in Python 3.10. Use collections for Python 2 and collections.abc for Python 3.10