Lookahead Bayesian Optimization #2028
                  
                    
                      gustavoschewinski
                    
                  
                
                  started this conversation in
                General
              
            Replies: 1 comment 1 reply
-
| 
 What exactly do you mean; you don't know how to use it, or it doesn't behave as intended? If the former - I don't think we currently have an OSS tutorial for general multi-step lookahead BO, but maybe you can take inspiration from the test code: https://github.com/pytorch/botorch/blob/main/test/acquisition/test_multi_step_lookahead.py#L141 Also, the Knowledge Gradient is a one-step lookahead acquisition function, you can start there: https://github.com/pytorch/botorch/blob/main/tutorials/one_shot_kg.ipynb | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    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.
-
Hello everyone,
I'm wondering if anyone has come across an example of Lookahead Bayesian Optimization. I've attempted to utilize botorch.acquisition.multi_step_lookahead, but I haven't been able to achieve success with it yet.
Thanks! :)
Beta Was this translation helpful? Give feedback.
All reactions