Closed justinTM closed 4 years ago
Does print(history)
serve the same purpose maybe as the older history.show()
?
Hello @justinTM! I hope everything is all right with you.
Definitily, print(history)
is serving as the same purpose to the older history.show()
. If you look up into the History class implementation, there is a def __str__()
which implements the same funcionality as the old show()
.
If you have any problems or concerns, please let me know!
Best regards, Gustavo.
I have also corrected it into the Wiki. Thank you for pointing this out!
Thank you, Gustavo, for your work on this and for the helpful code comments and general friendliness! Cheers :)
On Fri, Jan 3, 2020 at 1:06 PM Gustavo Rosa notifications@github.com wrote:
I have also corrected it into the Wiki. Thank you for pointing this out!
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gugarosa/opytimizer/issues/9?email_source=notifications&email_token=ACFTOUP3SP5Q33M5NU2DKPTQ36SHDA5CNFSM4KCHAQG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEICCU4I#issuecomment-570698353, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFTOULAPWDCWDCZNQTHQC3Q36SHDANCNFSM4KCHAQGQ .
No problems Justin! I appreciate the help on finding any concerns or issues with the library. I will be closing down this issue and will be updating the wiki with more reliable information in the next few weeks.
If there is anything else, at any time, please let me know!
Best regards, Gustavo.
Describe the bug A clear and concise description of what the bug is.
It looks like there is no
show()
method for the returned opytimizer history.To Reproduce Steps to reproduce the behavior:
o = Opytimizer(space=s, optimizer=p, function=f)
history = o.start()
history.how()
Expected behavior Not sure what I expected, just curious :)
Screenshots
Desktop (please complete the following information):
base
Additional context Add any other context about the problem here.