Skip to content

Constrained optimization using lagrange multipliers

Notifications You must be signed in to change notification settings

cvlab-epfl/lagrangian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lagrangian

Constrained optimization using lagrange multipliers:

  • batchoptim.py is the main file that implements the KKT solver.
  • tstLagrange.py contains a few toy examples that can be used to test it.
  • ConstrainedLsq.pdf is a 2010 tech report that provides the mathematical basis for this code.

If you find this code useful and use it in one or your publications, please reference

@techreport{Fua10, author = {P. Fua and V. Aydin and R. Urtasun and M. Salzmann}, title = {{Least-Squares Minimization Under Constraints}}, institution = {EPFL}, year = 2010 }

About

Constrained optimization using lagrange multipliers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages