コード例 #1
0
ファイル: posterior_fixed.hpp プロジェクト: mathkann/bayesopt
 inline void PosteriorFixed::fitSurrogateModel()
 { mGP->fitSurrogateModel(); };
コード例 #2
0
 inline void EmpiricalBayes::fitSurrogateModel()
 { mGP->fitSurrogateModel(); };