Skip to content

Implement the Newton (for finding roots) method for solving KLLS#12

Open
mertkipcak wants to merge 2 commits intomainfrom
nls-for-klls
Open

Implement the Newton (for finding roots) method for solving KLLS#12
mertkipcak wants to merge 2 commits intomainfrom
nls-for-klls

Conversation

@mertkipcak
Copy link
Copy Markdown
Collaborator

@mertkipcak mertkipcak commented Oct 17, 2024

Implements the algorithm for KLLS that uses NonlinearSolve.jl by finding the root of the dual gradient,

$$ A\left(x(y)\right) + \lambda C y - b $$

By running Newton's method for finding roots. Replicates the behaviour of this algorithm

Testing

Tested by a new test in runtests.jl called Newton LS

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