Last active
March 1, 2021 14:03
-
-
Save dhadka/ba6d3c570400bdb411c3 to your computer and use it in GitHub Desktop.
Simple Platypus Demo
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'
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a typo in cell [8] hypervolume should be with capital H:
and