PHYSBO ver.1.0.0 has been released !
Release note
Changes from v0.3.x
New features
policy.get_post_fmean(xs)
(#17)- mean values of the trained predictor (the post-distribution of the Guassian process) at points
xs
- mean values of the trained predictor (the post-distribution of the Guassian process) at points
policy.get_post_fcov(xs)
(#17)- covariance of the trained predictor (the post-distribution of the Guassian process) at points
xs
- covariance of the trained predictor (the post-distribution of the Guassian process) at points
policy.get_score(mode, xs_or_actions)
(#16)- score (acquisition function) at points xs or actions
Changes
- Move
physbo.search.discrete.policy_mo
tophysbo.search.discrete_multi.policy
(#13)
Fixes
- Return best actions as an array of integer (#12)
- Fixed a bug of crashing if no actions remain (#14)
Documents
- English manual is uploaded.