botorch icon indicating copy to clipboard operation
botorch copied to clipboard

Implementation of HeteroskedasticMixedSingleTaskGP that supports categorical variable search

Open chemyibinjiang opened this issue 1 year ago • 0 comments

🚀 Feature Request

Implementation of HeteroskedasticMixedSingleTaskGP that supports categorical variable search

Motivation

Many black-box problems are related in the search of both categorical space and continous space MixedSingleTaskGP. In the meantime, if the noise of the observations can be evaluated, this can be handled by HeteroskedasticSingleTaskGP. However, having both feature in one model seems to be missing.

Pitch

Describe the solution you'd like Define a new class of GP models called HeteroskedasticMixedSingleTaskGP, which is an extension of HeteroskedasticSingleTaskGP to categorical space.

chemyibinjiang avatar Oct 26 '23 14:10 chemyibinjiang