Solver for sparse linearly-constrained non-linear least-squares -


are there algorithms or solvers solving non-linear least-squares problems jacobian known sparse, , solution constrained either:

  1. linear equality constraints , box constraints
  2. general linear inequality constraints

you might want check out existing open source codes eigen project , modified lapack-type library template numerical toolkit, contain support sparse matrices. can modify them suit specific needs well.

additionally, can check out thread non linear least squares library in c


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -