Ryley McConkey
Ryley McConkey
I came across this issue as well, when I need to read the history file and do some plots or analysis. I think a simple solution for the meantime is...
I have also run into this issue, but with a much simpler example. It seems like this issue occurs when the same point is registered twice. ``` from bayes_opt import...
It seems this could be part of a larger feature related to a "termination" condition - AFAIK, the current code only runs for a specified number of iterations, it does...