Last active
March 1, 2021 14:03
-
-
Save dhadka/ba6d3c570400bdb411c3 to your computer and use it in GitHub Desktop.
Simple Platypus Demo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in cell [8]
NSGAII 0.000
NSGAIII 0.000
AttributeError Traceback (most recent call last)
in
22
23 for algorithm in algorithms:
---> 24 print("%s\t%0.3f" % (algorithm.class.name, hyp(algorithm.result)))
AttributeError: 'CMAES' object has no attribute 'result'