Choosing between maximization & minimization with BoTorch acquisition functions #2442
                  
                    
                      AdrianSosic
                    
                  
                
                  started this conversation in
                General
              
            Replies: 1 comment 6 replies
-
| Hi @AdrianSosic. The current acquisition functions that support this argument support it for legacy reasons. We do not believe adding  | 
Beta Was this translation helpful? Give feedback.
                  
                    6 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 Feature Request
Hi, I've been running into the same question as already raised in #402. It seems the issue has been simply closed, without actually addressing the problem?
I'd love to understand:
maximizeargument only available for some of the acquisition function classes and not simply for all?AcquisitionObjective: has this idea been dropped in the meantime? At least, I can't find anything that offers an easy user-facing functionality to accomplish it 🤔Of course, I could come up with a manual workaround, e.g. using a posterior transform, but interface-wise I think this defeats the purpose. I'd rather expect that there should be a consistent way to trigger minimization that does not depend on the particular acquisition function class at hand. And having something simple like
maximize=Falsethat does not require setting up other objects seems like the ideal solution to me.Beta Was this translation helpful? Give feedback.
All reactions