issp-center-dev / PHYSBO

PHYSBO -- optimization tools for PHYsics based on Bayesian Optimization
https://www.pasums.issp.u-tokyo.ac.jp/physbo/en
68 stars 16 forks source link

`policy.get_post_*` uses GP predictors when no predictor is initialized #19

Closed yomichi closed 3 years ago

yomichi commented 3 years ago

policy.get_post_fmean and policy.get_post_fcov version of the PR #18

Additionally, discrete.policy.get_score("TS") now returns scores as a vector (as "EI" and "PI" do), instead of a matrix.