opened by Joseph Weston (@jbweston) at 2017-07-25T15:52:41.859Z
Add a learner that can learn a function that returns a random variable.
This is like the 1D learner problem, but with the additional possibility of re-sampling the function at an already-seen point, x, in order to get a better estimate for the expectation value of f(x).
(original issue on GitLab)
opened by Joseph Weston (@jbweston) at 2017-07-25T15:52:41.859Z
Add a learner that can learn a function that returns a random variable.
This is like the 1D learner problem, but with the additional possibility of re-sampling the function at an already-seen point,
x, in order to get a better estimate for the expectation value off(x).