Skip to content

This demo is curve fitting by G-N method,and it can help us better understand the optimization process.

Notifications You must be signed in to change notification settings

TianQi-777/Gaussian-NewtonMethodForCurveFittingExperiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gaussian-NewtonMethodForCurveFittingExperiment

This demo is curve fitting by G-N method,and it can help us better understand the optimization process.

Mathematical theory

Additional Prerequisites for this demo

Eigen3
Download and install instructions can be found at: http://eigen.tuxfamily.org.

OpenCV
Use OpenCV to generate random numbers.

Build and Run

cd XX/XX(include gaussnewton.cpp and CMakeLists.txt)  
mkdir build  
cd build  
cmake ..  
make -j2  
./gaussnewton

About

This demo is curve fitting by G-N method,and it can help us better understand the optimization process.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published