Unexpected Recommendations with Bound on a Minimization Target #459
-
Reproducible Example: Google Colab Notebook I have a simple Example with 2 parameters ( Without setting a bound on the target, the recommendations align with my expectations ( I am able to solve this and get the expected recommendations even when bounds are defined by using And so i have the following questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
hey, interesting observation. I didnt check out your code yet, just a few thoughts from the top of my mind when reading:
|
Beta Was this translation helpful? Give feedback.
-
Closed in favor of #460 |
Beta Was this translation helpful? Give feedback.
Hi @Alwalid-Abushanab, thanks very much for taking the time to report this issue. I have figured out what is the source of the problem and can confirm this is indeed a bug. The reason for the behavior is a sort of "double-inversion" of the target values that happens for minimization targets as soon as a transformation is involved (which is auto-set once you define bounds). This was overlooked in #340.
The good news that the transformation part of the code will be extended anyway these days, so I think I should be able to implement a proper fix. In the meantime, we'll try to push a hotfix onto main. Let me create a standalone issue from this discussion to keep track 👍🏼 If you subscribe to …