Releases: erikerlandson/gibbous
Releases · erikerlandson/gibbous
v0.3.0
v0.2.2
v0.2.1
v0.2.0
v0.1.1
- Fixed a subtle bug in halting conditions due to floating point epsilon considerations
- Updated backtracking alpha and beta defaults to be more optimized on larger matrix solving
Pilot release v0.1.0
Implementation of the Barrier Method from §11.3 of Convex Optimization, Boyd and Vandenberghe, Cambridge University Press, 2008
Provides two optimizers:
BarrierOptimizer
- minimize convex functions under convex inequality constraints and/or linear equality constraintsNewtonOptimizer
- minimize convex functions under linear equality constraints
Also provides ConvexOptimizer.feasiblePoint(...)
for solving a feasible initial guess.