Skip to content

non_box_cons violation after gridization in BADS #3

Answered by lacerbi
rschween asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for the detailed error report. Indeed this is a valid point and we should look into it. Gridization can indeed move points around and that might be enough to cause issues.

However, looking at u is further confounded by the fact that u is an internal (possibly nonlinear) transformation of x, so a direct comparison of x and u is not necessarily meaningful. You should first transform u back into x-space to make any analysis.

The non_box_cons check should clearly be done in x-space, not in u-space (we'll double-check that); u is part of the inner workings of the algorithm and not something the user should care about, ideally.

In short, the issue is likely with gridization: that's a rea…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rschween
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants