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

Regparam grid bug fix #477

Merged
merged 12 commits into from
Jul 15, 2024
Merged

Regparam grid bug fix #477

merged 12 commits into from
Jul 15, 2024

Conversation

HKaras
Copy link
Member

@HKaras HKaras commented Jul 1, 2024

Fixes an issue that prevents the grid mode in selregparam.

Now the regparamrange is used to decide if brent or grid algorithum is used.
Closes #476

Regparam would never build the grid correctly. Now using grid or Brent is automatically determined from number of elements in the regparamrange.
@HKaras HKaras added the bugfix Patches something that isn't working label Jul 1, 2024
@HKaras HKaras added this to the v1.2 milestone Jul 1, 2024
@HKaras HKaras requested a review from stestoll July 1, 2024 14:40
@HKaras HKaras self-assigned this Jul 1, 2024
The test has been updated. The previous convergence criteria was unreliable and only worked based on a coincidence.
stestoll
stestoll previously approved these changes Jul 1, 2024
@HKaras HKaras merged commit 178249e into JeschkeLab:main Jul 15, 2024
8 checks passed
@HKaras HKaras deleted the regparam_grid_bug_fix branch July 15, 2024 11:51
HKaras added a commit to HKaras/DeerLab that referenced this pull request Jul 31, 2024
* Update for 3.12

* Updated workflows and changelog

* Upload to 3.12

* Fix bug in regparam grid search

Regparam would never build the grid correctly. Now using grid or Brent is automatically determined from number of elements in the regparamrange.

* Add extra error messages

* Update changelog

* Updated Example

* Updated test

The test has been updated. The previous convergence criteria was unreliable and only worked based on a coincidence.

* Prepare For Release

* Remove duplicate python version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Patches something that isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

L-curve reg param do not work with a regparam search range
2 participants