Rhodium
Rhodium copied to clipboard
Cannot import Wrappers from Platypus
Hello,
I am running python v 3.11, Rhodium v 1.2.0, and platypus v 1.1.0. I have installed platypus with platypus-opt.
In the Rhodium Lake problem example using Borg, the line from platypus import wrappers is not running successfully. Because of this, output = optimize(model, "BorgMOEA", 20000, module="platypus.wrappers", epsilons=[0.01, 0.01, 0.0001, 0.0001]) returns an import error, where wrappers cannot be imported from Platypus.
Do you have any suggestions on this?