Saving output at each function iteration for a minimise function

1 vue (au cours des 30 derniers jours)
Avinash Maran Beena
Avinash Maran Beena le 22 Fév 2020
hyp2 = minimize(hyp2, @gp, -1000000000, inf, meanfunc, covfunc, likfunc, x, y)
i use this command for optimising the hyper parameters present in meanfunc, covfunc, likfunc, which sometimes lead up to around 165 parameters to optimise. this takes a lot of time to simulate and takes around 2 to 3 months and while it is simulating the iteration doesnt get saved and only the last value gets saved. so when we stop at the middle due to unexpected circumstances such as power failure, system crash etc, i would have to start again from the beginning. hence is there any solution where for each iteration the solution gets autosaved and then the next iteration gets performed?

Réponses (0)

Catégories

En savoir plus sur Programming dans Help Center et File Exchange

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by