이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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.
인용 양식
GilHwan (2026). Dynamic Bayesian Optimization (https://kr.mathworks.com/matlabcentral/fileexchange/183999-dynamic-bayesian-optimization), MATLAB Central File Exchange. 검색 날짜: .
