How does bayesopt fit a Gaussian process regression model to noisy data?

조회 수: 8 (최근 30일)
Hi,
I am using bayesopt to optimise a non-deterministic objective function. I have set the ‘IsObjectiveDeterministic’ input argument to ‘false’, to reflect the stochastic nature of my objective function. My objective function features different levels of noise, depending on the input that is applied to the model.
My question is, does the Gaussian process regression model used in bayesopt assume a constant variance on the noise applied to objective function, or does the GPR model use a non-identically distributed noise for different data points in the observed data? If the latter case is true, how is the noise estimated for different inputs?
Many thanks

채택된 답변

Don Mathis
Don Mathis 2019년 1월 16일
편집: Don Mathis 2019년 1월 16일
bayesopt uses fitrgp to fit the GP models, which assumes constant noise everywhere.
  댓글 수: 2
James Finley
James Finley 2019년 1월 17일
Hi Don,
Many thanks for your response, you have have answered my question. I was also wondering how fitrgp estimates the variance for the noise in a non-determinisitc system?
Thank you

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Resul Al
Resul Al 2019년 1월 17일
Hi Don,
Is there a way to make fitrgp to estimate heteroscedastic noise, i.e noise variance is not constant everywhere?
Thank you.
  댓글 수: 1
Don Mathis
Don Mathis 2019년 1월 17일
fitrgp provides no built-in way to do that. It may be possible to do it with a custom kernel function, but I'm not sure.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Gaussian Process Regression에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by