Better Handling failed points

Issue #41 resolved
Balaji Pokuri created an issue

Currently, failed points are just used to prevent future evaluations. However in cases like Kriging, it becomes important how these are handled for future iterations.

One way is to just use the interpolant (current mean) as the function value for failed points. This will not affect the mean but changes the variance of the surrogate.

Comments (4)

  1. Log in to comment