• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dmeoli / optiml / 28231681366
84%

Build:
DEFAULT BRANCH: master
Ran 26 Jun 2026 10:18AM UTC
Jobs 1
Files 33
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 Jun 2026 10:12AM UTC coverage: 84.484% (+0.06%) from 84.428%
28231681366

push

github

dmeoli
Support a generic lower bound lb <= x <= ub in the box-constrained optimizers

Generalize ProjectedGradient, FrankWolfe, ActiveSet and InteriorPoint (and the
BoxConstrainedQuadraticOptimizer base) from 0 <= x <= ub to a generic lb <= x <= ub
via a new optional `lb` parameter (default all-zeros, fully backward compatible):

- the projection, the maximum-feasible-step computation and the active-set lower
  set now use lb instead of 0; the Frank-Wolfe vertex picks lb/ub per coordinate
  (and the stabilized variant is fixed to use np.clip over the lb..ub box)
- the Interior Point barrier/KKT use the lower slack (x - lb): H, the rhs w, the
  dual increment and the lower dual bound (+ lambda^- lb) are generalized accordingly
- x_star and the starting point use lb

This is a pure change of variables, so it adds no per-iteration cost. Verified
against the cvxopt QP reference with a nonzero lb for all four optimizers, and
covered by a new parametrized test.

21 of 23 new or added lines in 5 files covered. (91.3%)

4 existing lines in 1 file now uncovered.

2679 of 3171 relevant lines covered (84.48%)

0.84 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
79.17
-2.47% optiml/opti/constrained/frank_wolfe.py

Coverage Regressions

Lines Coverage ∆ File
4
80.39
-1.31% optiml/opti/unconstrained/line_search/quasi_newton.py
Jobs
ID Job ID Ran Files Coverage
1 28231681366.1 26 Jun 2026 10:18AM UTC 33
84.48
GitHub Action Run
Source Files on build 28231681366
  • Tree
  • List 33
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f11b2284 on github
  • Prev Build on master (#28231146333)
  • Next Build on master (#28236701695)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc