lasiadhi / USACE-Bathymetry

0 stars 2 forks source link

Trying to implement the implicit filtering method for sample data #62

Closed lasiadhi closed 8 years ago

lasiadhi commented 8 years ago

Understanding the imfil function arguments to solve an unconstrained nonlinear minimization problem.

lasiadhi commented 8 years ago

Unfortunately, existing imfil function works only with objective function f: R^n -> R. But in our case, the function inside the norm is a mapping from R^n to R^n.