Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

BO.save_report() doesn't work for modular_bayesian_optimization.py #265

Open
xuxiyang1993 opened this issue Sep 9, 2019 · 0 comments
Open

Comments

@xuxiyang1993
Copy link

The save_report() method for class BO is not working for modular_bayesian_optimization.py(

def save_report(self, report_file= None):
).

The following attributes are missing:

    bo.initial_design_numdata = 2
    bo.objective_name = 'no_name'
    bo.exact_feval=True
    bo.constraints = constraints
    bo.model_type = 'GP'
    bo.acquisition_type='LCB'
    bo.acquisition_optimizer = 'lbfgs'
    from GPyOpt.optimization.acquisition_optimizer import AcquisitionOptimizer
    bo.acquisition_optimizer = AcquisitionOptimizer(bo.space, bo.acquisition_type)
    bo.evaluator_type='sequential'
    bo.batch_size = 1
    bo.num_cores = 1
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant