Ax icon indicating copy to clipboard operation
Ax copied to clipboard

Question : modifications of compute_posterior_pareto_frontier

Open Kh-im opened this issue 2 years ago • 1 comments

Hello,

When using compute_posterior_pareto_frontier and adding outcome_constraints , the line : run = model.gen(1, model_gen_options=model_gen_options, optimization_config=oc) is giving us one point.

If we add : run = model.gen(tests, model_gen_options=model_gen_options, optimization_config=oc) with tests >1, new points aren't respecting the outcome constraints. Why is that ? I don't quite understand the behavior here.

Thanks for your help, Regards,

Kh-im avatar Dec 24 '23 11:12 Kh-im

How do you know that points are not respecting outcome constraints? Generally, points that violate outcome constraints can be generated because the outcomes won't be known until the points are evaluated. Could you provide a reproducible example to illustrate the issue?

esantorella avatar Jan 01 '24 18:01 esantorella

Closing as inactive, but feel free to reopen.

esantorella avatar Mar 18 '24 17:03 esantorella