Skip to content

Conversation

@haydenm
Copy link
Collaborator

@haydenm haydenm commented Feb 24, 2022

The initial guess for the higher dimensional search could fall outside
of the parameter bounds. This was causing the error

ValueError: `x0` violates bound constraints.

by fmin_tnc() in integration tests of param_search.

This commit forces the initial guess to be within the parameter bounds.

The initial guess for the higher dimensional search could fall outside
of the parameter bounds. This was causing the error
```
ValueError: `x0` violates bound constraints.
```
by fmin_tnc() in integration tests of param_search.

This commit forces the initial guess to be within the parameter bounds.
@coveralls
Copy link

coveralls commented Feb 24, 2022

Coverage Status

Coverage remained the same at 94.344% when pulling f368aec on hm-fix-initial-guess into 2fedca1 on master.

@haydenm haydenm merged commit ff71fb9 into master Feb 25, 2022
@haydenm haydenm deleted the hm-fix-initial-guess branch February 25, 2022 18:41
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

Successfully merging this pull request may close these issues.

3 participants