Change past observation history while using bayesopt.m
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Gaussian Process Regression dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!