v1.1.0
Changed from v1.0.1
- New feature
- Now
history
stores elapsed times (#28, #40)time_total
: total time in stepstime_update_predictor
: time for updating model, e.g., learning hyper parameterstime_get_action
: time for suggesting next actions (candidates)time_run_simulator
: time for evaluating objective functions
is_disp
argument ofbayes_search
now can suppress the message in the hyper-parameter learning process (#41)- NOTE: Previously, users had to set
config.learning.is_disp = False
in order to suppress.
- NOTE: Previously, users had to set
- Now
- Bug fixes
Full Changelog: v1.0.1...v1.1.0