Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
In preparation for using DBO code)
- DBO code is built based on the Matlab default BO code (bayesopt.m) in 2019b version of MATLAB.
- This code should be working by over-writing existing BayesianOptimization.m code located in (C:\Program Files\MATLAB\R2019b\toolbox\stats\bayesoptim) by the DBO code mentioned above.
- For over-writing, Matlab or explorer should be opened as administrator.
- Note: Save default BO code before over-writing.
- Note: This code is not fully validated with different versions of Matlab, especially over 2021.
- Note: this code only works with 1) not using parallel option, 2) Acquisition function of expected-improvement-plus
With in DBO code)
- Either BO or DBO can be switched by commenting line 4031 shown below
Comment: DBO
Uncomment: BO
- Standarize option (or other options in fitrgp) can be controlled by fixing line 3802 or 3803 shown below.
- For disabling periodic input, fix line 4036-4047
If it only include as shown below, code is not using periodic input.
- Initial guesses for hyperparameters
If you want to give better initial guesses for hyperparameters (for using APO), you can provide in 3769-3789.
- Time component for DBO code
Now, DBO code automatically gives iteration number as time component. For example, for observations 1-5, number 1-5 is automatically designated for each observation.
To revise this, change TimeTrace and TimeT component in DBO code.
Citation pour cette source
GilHwan (2026). Dynamic Bayesian Optimization (https://fr.mathworks.com/matlabcentral/fileexchange/183999-dynamic-bayesian-optimization), MATLAB Central File Exchange. Extrait(e) le .
Informations générales
- Version 1.0.1 (29,8 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec les versions R2017b et ultérieures
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0.1 | Description is updated |
||
| 1.0.0 |
