You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The two similar classes MinimizerResult and ModelResult inherit from different objects (the former from object the latter from Minimizer).
Also the MinimizerResult doc states:
Notes
-----
Additional attributes not listed above may be present, depending on the
specific solver. Since this class is essentially a subclass of dict
with attribute accessors, one can see which attributes are available
using the `keys()` method.
which is not true ATM.
The two classes should inherit from the same object and possibly from dict.