Conversation
|
Hey Johannes :) thanks for pointing this out! I can definitely do it, but I cannot promise when I will have time for it (certainly not until the end of next week :/). If it is not urgent for you, we can assign this to me and I'll work on it when I have time for it. If it is urgent, I think it is better to declare this an open task for @dlinzner-bcs, you and me, and the first person who has time and feels like it works on it. What do you think? Cheers |
|
Thanks @Osburg, it is not urgent, if we can get it sorted out somewhere over the next month, it would be great. Two other questions in this context (where the first is kind of urgent :))
|
|
First question is clarified ;) |
|
Towards the second: I think you are right, this is not necessary and I guess we can remove this. |
|
@jduerholt thank you! Yes, I agree with all your points and will help. I also think that this might be a good starting point to add support for constraining categorical/discrete variables. Currently the validator of all constraints complain if a non-continuous variable is added. My only fear is that this will have larger implications for the rest of the package. What do you think? |
I was looking to the
DoEStrategyand spotted some issues and possible improvements:strategy.set_candidatesversatile enough to be able to deal also with partially fixed one without overwriting the method just for theDoEStrategy.candidates. It should also do this forself.experiments, as this is the usual way most ACB APIs work, by using ask and tell and conditioning on self.experiments. For this, I assume that it needs to be combined with the partially_fixed_candidates under the hood.As I am not so deep in the DoEStrategy, I only started to work on these improvements. Maybe you @Osburg have time to proceed on it. I assume that you are much faster on this as I am. I was struggling especially on how to combine the candidates and experiments. The rest is in principle done. If you do not have time, just feel free to tell, then I dig deeper ;)
cc: @dlinzner-bcs