Restart hyperopt#1812
Conversation
|
The changes here seem to me more complicated than it should, but we can discuss further this afternoon. And btw, as it stands, I don't think this PR should point to |
|
Hi @Cmurilochem the diffs are a bit difficult to understand, it seems that you have a lot of commits that are already included in master while you're trying to work/merge on top of a branch that does not have these commits? Perhaps this should be pointed to master and @Radonirinaunimi change should be undone or mabye the |
Indeed! Now it is very complicated to understand which changes genuinely regards the continuation of hyperopt. As I mentioned a while ago, you basically have two options:
At this point I'd say the first option is the most ideal, and once merged could be propagated throughout the different branches. There should be only single (main) branch from which all the various changes are collected (if needed) but this should not bet that branch. |
|
So, that is, the diffs here should only show the changes regarding the continuation of hyperopt and the documentation describing how it is used. |
deb62a3 to
e005a42
Compare
This PR addresses the issue of restarting an hyperoptimization with the Hyperopt library as discussed in #1800.