RoBO
RoBO copied to clipboard
code in robo.acquisition_functions.marginalization.py
should we change code line 75 : "estimator.model = None" to "estimator.cost_model" and change code line 77: "estimator.model = self.cost_model.models[I]" to "estimator.cost_model = self.cost_model.models[I]"
and should we delete delete line 33-47?
Good catch! Could you send a pull request to change that?