Open AnilRamachandran opened 6 years ago
the interface looks the same as for Fabolas just that the additional variable is an integer defining the task rather than a continuous variable:
def objective(x, task):
return function_value, cost
Also have a look here: https://github.com/automl/RoBO/blob/master/experiments/fabolas/run_mtbo.py
Ok. thank you so much!
I think the code for MTBO is for two task problem as in the experiments in MTBO paper. Is there any way I can run that code for multiple tasks? I mean how should I take the observations from 1,...(t-1) tasks when optimizing t_th task?
Can anyone please suggest, how objective function is defined for mtbo.