Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

domain.validate_candidates : wish to have more information why historical data does not fit the domain constrains #316

Open
RockyGHub opened this issue Dec 11, 2023 · 1 comment
Assignees

Comments

@RockyGHub
Copy link

I'd have a wish to get an additional information which constrain stays in conflict to historical data.

The function domain.validate_candidates
gives nice outputs if inputs are outside of the defined range
e.g.
B10are smaller than upper bound 0.8

In case of conflict with constrains were is no detailed information which constrain is violated.

Now, I have to switch on and off all constrains to understand where the problem is.
The desired error message would be 'Constrain 1 : ..... is violated '

TnX!

@jduerholt
Copy link
Contributor

Hi @RockyGHub,

I will have a look at this.

Just one comment: for historical data which has acutally be done (experiments not candidates), you should use validate_experiments, as it is not enforced that the historical data fullfills the constraints which means that you can have training data for the surrogates that does not fulfill the constraints.

Best,

Johannes

@jduerholt jduerholt self-assigned this Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants