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

Robust Singular Jacobian Handling #414

Merged
merged 7 commits into from
Apr 29, 2024

Safe guard against cases which might not support rank deficient matrices

914f556
Select commit
Loading
Failed to load commit list.
Merged

Robust Singular Jacobian Handling #414

Safe guard against cases which might not support rank deficient matrices
914f556
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Apr 26, 2024 in 1s

73.73% of diff hit (target 86.77%)

View this Pull Request on Codecov

73.73% of diff hit (target 86.77%)

Annotations

Check warning on line 286 in src/core/approximate_jacobian.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/approximate_jacobian.jl#L286

Added line #L286 was not covered by tests

Check warning on line 296 in src/core/approximate_jacobian.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/approximate_jacobian.jl#L296

Added line #L296 was not covered by tests

Check warning on line 302 in src/core/approximate_jacobian.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/approximate_jacobian.jl#L300-L302

Added lines #L300 - L302 were not covered by tests

Check warning on line 306 in src/core/approximate_jacobian.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/approximate_jacobian.jl#L305-L306

Added lines #L305 - L306 were not covered by tests

Check warning on line 311 in src/core/approximate_jacobian.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/approximate_jacobian.jl#L309-L311

Added lines #L309 - L311 were not covered by tests

Check warning on line 244 in src/core/generalized_first_order.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/generalized_first_order.jl#L243-L244

Added lines #L243 - L244 were not covered by tests

Check warning on line 250 in src/core/generalized_first_order.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/core/generalized_first_order.jl#L248-L250

Added lines #L248 - L250 were not covered by tests

Check warning on line 208 in src/descent/damped_newton.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/descent/damped_newton.jl#L208

Added line #L208 was not covered by tests

Check warning on line 89 in src/descent/newton.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/descent/newton.jl#L89

Added line #L89 was not covered by tests

Check warning on line 57 in src/descent/steepest.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/descent/steepest.jl#L57

Added line #L57 was not covered by tests

Check warning on line 63 in src/descent/steepest.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/descent/steepest.jl#L60-L63

Added lines #L60 - L63 were not covered by tests

Check warning on line 197 in src/internal/linear_solve.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/internal/linear_solve.jl#L196-L197

Added lines #L196 - L197 were not covered by tests

Check warning on line 202 in src/internal/linear_solve.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/internal/linear_solve.jl#L201-L202

Added lines #L201 - L202 were not covered by tests