Skip to content

Easy way to handle positive objective functions #1465

Answered by saitcakmak
sambitmishra98 asked this question in Q&A
Discussion options

You must be logged in to vote

One way to model a known positive value with GP is to model the logarithm of the value with a GP instead. So, the log Y can take any value from (-inf, inf) but the Y = exp ( log Y ) will be restricted to (0, inf). You can use similar transforms to encode greater than a known constant type constraints.

is it possible to easily switch the GP model to a Poisson Process model?

We do not have a Poisson Process model that is available out of box in BoTorch. You would have to implement one yourself.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@sambitmishra98
Comment options

@sambitmishra98
Comment options

@sambitmishra98
Comment options

@saitcakmak
Comment options

Answer selected by sambitmishra98
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants