MLOS icon indicating copy to clipboard operation
MLOS copied to clipboard

Turn Gaussian Blob With Context into an ObjectiveFunction

Open byte-sculptor opened this issue 4 years ago • 1 comments

A Gaussian Blobl is used in test_optimization_with_context right now but it's an unstable test and it's unclear why. Pulling Gaussian Blob as a separate objective function would allow us to inspect it thoroughly using the OptimizerEvaluator and all the other tools. Not to mention that it would become one of our standard workloads for the evaluation framework.

byte-sculptor avatar Dec 11 '20 20:12 byte-sculptor

For the record, one of the goals of doing this would be to gain some confidence that the fix we applied in #206 (n_samples = 5000) is a good one.

bpkroth avatar Dec 11 '20 20:12 bpkroth