Skip to content

bfgs cleanup

Codecov / codecov/patch succeeded Nov 10, 2023 in 1s

85.30% of diff hit (target 82.80%)

View this Pull Request on Codecov

85.30% of diff hit (target 82.80%)

Annotations

Check warning on line 54 in src/polysolve/nonlinear/BoxConstraintSolver.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/BoxConstraintSolver.cpp#L54

Added line #L54 was not covered by tests

Check warning on line 60 in src/polysolve/nonlinear/BoxConstraintSolver.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/BoxConstraintSolver.cpp#L60

Added line #L60 was not covered by tests

Check warning on line 84 in src/polysolve/nonlinear/Solver.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/Solver.cpp#L84

Added line #L84 was not covered by tests

Check warning on line 137 in src/polysolve/nonlinear/Solver.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/Solver.cpp#L137

Added line #L137 was not covered by tests

Check warning on line 257 in src/polysolve/nonlinear/Solver.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/Solver.cpp#L254-L257

Added lines #L254 - L257 were not covered by tests

Check warning on line 278 in src/polysolve/nonlinear/Solver.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/Solver.cpp#L276-L278

Added lines #L276 - L278 were not covered by tests

Check warning on line 53 in src/polysolve/nonlinear/descent_strategies/BFGS.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/descent_strategies/BFGS.cpp#L52-L53

Added lines #L52 - L53 were not covered by tests

Check warning on line 30 in src/polysolve/nonlinear/descent_strategies/Newton.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/descent_strategies/Newton.cpp#L30

Added line #L30 was not covered by tests

Check warning on line 36 in src/polysolve/nonlinear/descent_strategies/Newton.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/descent_strategies/Newton.cpp#L36

Added line #L36 was not covered by tests

Check warning on line 39 in src/polysolve/nonlinear/descent_strategies/Newton.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/descent_strategies/Newton.cpp#L39

Added line #L39 was not covered by tests

Check warning on line 56 in src/polysolve/nonlinear/descent_strategies/Newton.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/descent_strategies/Newton.cpp#L56

Added line #L56 was not covered by tests

Check warning on line 62 in src/polysolve/nonlinear/descent_strategies/Newton.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/descent_strategies/Newton.cpp#L61-L62

Added lines #L61 - L62 were not covered by tests

Check warning on line 64 in src/polysolve/nonlinear/descent_strategies/Newton.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/descent_strategies/Newton.cpp#L64

Added line #L64 was not covered by tests

Check warning on line 144 in src/polysolve/nonlinear/descent_strategies/Newton.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/descent_strategies/Newton.cpp#L144

Added line #L144 was not covered by tests

Check warning on line 147 in src/polysolve/nonlinear/descent_strategies/Newton.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/descent_strategies/Newton.cpp#L147

Added line #L147 was not covered by tests

Check warning on line 151 in src/polysolve/nonlinear/descent_strategies/Newton.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/descent_strategies/Newton.cpp#L150-L151

Added lines #L150 - L151 were not covered by tests

Check warning on line 186 in src/polysolve/nonlinear/descent_strategies/Newton.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/descent_strategies/Newton.cpp#L186

Added line #L186 was not covered by tests

Check warning on line 190 in src/polysolve/nonlinear/descent_strategies/Newton.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/descent_strategies/Newton.cpp#L189-L190

Added lines #L189 - L190 were not covered by tests

Check warning on line 193 in src/polysolve/nonlinear/descent_strategies/Newton.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/descent_strategies/Newton.cpp#L192-L193

Added lines #L192 - L193 were not covered by tests

Check warning on line 215 in src/polysolve/nonlinear/descent_strategies/Newton.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/descent_strategies/Newton.cpp#L215

Added line #L215 was not covered by tests

Check warning on line 222 in src/polysolve/nonlinear/descent_strategies/Newton.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/descent_strategies/Newton.cpp#L220-L222

Added lines #L220 - L222 were not covered by tests

Check warning on line 246 in src/polysolve/nonlinear/descent_strategies/Newton.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/descent_strategies/Newton.cpp#L246

Added line #L246 was not covered by tests

Check warning on line 253 in src/polysolve/nonlinear/descent_strategies/Newton.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/descent_strategies/Newton.cpp#L251-L253

Added lines #L251 - L253 were not covered by tests

Check warning on line 89 in src/polysolve/nonlinear/descent_strategies/Newton.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/descent_strategies/Newton.hpp#L89

Added line #L89 was not covered by tests

Check warning on line 27 in src/polysolve/nonlinear/descent_strategies/box_constraints/BoxedDescentStrategy.hpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/polysolve/nonlinear/descent_strategies/box_constraints/BoxedDescentStrategy.hpp#L27

Added line #L27 was not covered by tests