Change past observation history while using bayesopt.m
이전 댓글 표시
Hi,
I am working on using bayesopt (Bayesian optimization) function in a real-time setting.
My goal is to modify past observation data while the optimization is running.
For example, at n-th iteration, the optimizer determines next input (u(n+1)) based on past histories (inputs: u(1:n-1) and observations: y(1:n-1)) and currnet input and observation (u(n) and y(n)). However, before deciding next input (u(n+1)), I want to modifiy previous observation value (y(n-1)) to different value.
I attemped to use 'OutputFcn' option in bayesopt, but the previous observations that I can access using this options are read-only variables.
Is there any possible way that I can change previous observation while running bayesopt?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Gaussian Process Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!