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

Semiquant: Fix spline inner parameter initial values #1313

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

Doresic
Copy link
Contributor

@Doresic Doresic commented Feb 28, 2024

Initial values of spline inner parameters of each optimization are set to end values of the previous inner optimization, if possible. However, the saving of previous inner parameters was saving the spline knot values, instead of the spline knot differences, which are the inner parameters.

This wasn't a big issue, as the initial values of the inner optimization are not that important (the problem is convex). But in some cases, they were so different that the inner solver stopped early.

Updated the visualization to work with the change.

Copy link
Contributor

@stephanmg stephanmg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Feel free to merge.

@stephanmg stephanmg self-requested a review February 29, 2024 10:13
@Doresic Doresic merged commit 312f43a into develop Feb 29, 2024
18 checks passed
@Doresic Doresic deleted the semiquant_fix_initial_knots branch February 29, 2024 10:25
Doresic added a commit that referenced this pull request Mar 8, 2024
Repeating the change made in #1313. Somehow it got overwritten to the old version.
Doresic added a commit that referenced this pull request Mar 14, 2024
Repeating the change made in #1313. Somehow it got overwritten to the old version.

Co-authored-by: Jonas Arruda <69197639+arrjon@users.noreply.github.com>
@PaulJonasJost PaulJonasJost mentioned this pull request Mar 27, 2024
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.

2 participants