Skip to content

Dangers of using the noisy oracle without provable error-bounds #51

Discussion options

You must be logged in to vote

There is one complication that could arise: if you evaluate the true global optimum (or very close to it) with the noisy oracle, and give a wrong estimate, the algorithm may never realize that the true optimum is located in that region, and will not perform an accurate evaluation in that area. I guess you could consider this as "confusing the algorithm", rather than mayhem.

The reason for this is that the algorithm also considers re-evaluating a point that was evaluated with the noisy oracle, using the accurate oracle: this is based on the provided bounds, if the algorithm estimates that the true optimum is precisely where the noisy evaluation was confused. This estimate is based on the g…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@julian-goettingen
Comment options

Answer selected by julian-goettingen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants