lasiadhi / USACE-Bathymetry

0 stars 2 forks source link

Reading Matlab fmincon function #53

Closed lasiadhi closed 8 years ago

lasiadhi commented 8 years ago

It seems fmincon for constrained nonlinear multivariable function. But at the moment, we have an unconstrained optimization problem. Now I am thinking how to apply fmincon for unconstrained optimization.

lasiadhi commented 8 years ago

Function fmincon implemented with zero constraints in Matlab for dummy data to minimize only the least squares function.

lasiadhi commented 8 years ago

However, the reconstruction is not good as the trust-region-reflective method's reconstruction.