Rhodium icon indicating copy to clipboard operation
Rhodium copied to clipboard

Cannot import Wrappers from Platypus

Open A-Spangler opened this issue 2 years ago • 0 comments

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?

A-Spangler avatar Sep 20 '23 20:09 A-Spangler