MachineLearningLifeScience / poli

A library of discrete objectives
MIT License
13 stars 1 forks source link

Should we send the observer an `x0` and `y0`? #171

Open miguelgondu opened 6 months ago

miguelgondu commented 6 months ago

Now problem instances don't evaluate y0 eagerly. Should we keep the current interface for observers (i.e. sending it x0 and y0 at initalization)?

miguelgondu commented 2 months ago

Hi @SimonBartels! Feel free to close this issue if it has been addressed.

SimonBartels commented 2 months ago

Currently, nothing happens. The observer learns about y0 if the algorithm decides to evaluate x0. I am tending to a solution where x0 is part of the problem information. What do you think?