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

ensemble solvers sometimes slightly fail tight bounds #157

Open
mmckerns opened this issue Nov 19, 2021 · 0 comments
Open

ensemble solvers sometimes slightly fail tight bounds #157

mmckerns opened this issue Nov 19, 2021 · 0 comments
Labels

Comments

@mmckerns
Copy link
Member

by adding this to the end of test_boundsconstrained.py:

test_constrained(LatticeSolver, tight=True, clip=None) #nbin=8?
test_constrained(LatticeSolver, tight=True, clip=True)
test_constrained(LatticeSolver, tight=None, clip=None)

we get results like this:

{T:True, C:None} 1.9992050776003198 @ [2.09434156e-04 2.08899177e-04 7.44855967e-05]
{T:True, C:True} 1.9992050776003198 @ [0.0002 0.0002 0.0001]
{T:None, C:None} 1.9992050776003198 @ [2.09434156e-04 2.08899177e-04 7.44855967e-05]

where the one or more of the three fail the bound constraints, but just slightly.

@mmckerns mmckerns added the bug label Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant