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
Currently we're using OptimizeResult from scipy when returning results.
The idea is to have an object that basically behaves like a dictionary, but also pretty-prints the results and various useful extra information when converted to a string.
I think the output could be improved greatly if we would write our own class similar to OptimizeResult. (maybe FitResult?)
The text was updated successfully, but these errors were encountered:
Currently we're using OptimizeResult from scipy when returning results.
The idea is to have an object that basically behaves like a dictionary, but also pretty-prints the results and various useful extra information when converted to a string.
I think the output could be improved greatly if we would write our own class similar to OptimizeResult. (maybe FitResult?)
The text was updated successfully, but these errors were encountered: