experimental-design / bofire

Experimental design and (multi-objective) bayesian optimization.
https://experimental-design.github.io/bofire/
BSD 3-Clause "New" or "Revised" License
188 stars 22 forks source link

Add Task Feature #360

Closed jduerholt closed 6 months ago

jduerholt commented 6 months ago

Hi @jpfolch,

I had some time and just coded up the TaskFeature as I would do it and implemented also the relevant tests also regarding serialization and deserialization.

If it is okay for you like this, you can copy it in your branch, or I just merge it into main and you merge main into yours. Fine for you?

Best,

Johannes

jpfolch commented 6 months ago

Ah perfect! Feel free to merge it into main and I'll merge into main.

jduerholt commented 6 months ago

@bertiqwerty: can you have a quick review at this, as @jpfolch and me are working on the multi-task/multi-fidelity integration ;)