Click here to Skip to main content
15,886,689 members
Articles / Programming Languages / Java / Java SE

Implementation of Gauss–Newton Algorithm in Java

Rate me:
Please Sign up or sign in to vote.
5.00/5 (8 votes)
13 Mar 2017CPOL3 min read 20.4K   421   16  
Implement Gauss-Newton algorithm in Java to solve non-linear least squares problems; i.e. to find minimum of a function.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Private
United Kingdom United Kingdom
I have a PhD in computational chemistry from Newcastle University. I worked for Imperial College London as research scientist for 6.5 years followed by 7 years in banking in the City of London as senior software developer. Currently I do mathematical modelling and software development for a private company and spend some time in research and development in the University of Newcastle.

Comments and Discussions