65.9K
CodeProject is changing. Read more.
Home

Implementation of Gauss–Newton Algorithm in Java

starIconstarIconstarIconstarIconstarIcon

5.00/5 (8 votes)

Mar 12, 2017

CPOL

3 min read

viewsIcon

21409

downloadIcon

425

Implement Gauss-Newton algorithm in Java to solve non-linear least squares problems; i.e. to find minimum of a function.