There are 1 repository under gauss-newton-method topic.
MATLAB implementations of a variety of nonlinear programming algorithms.
numerical optimization in pytorch
C++ implementation for Bundle Adjustment in 2-View
JuliaGrid is an easy-to-use power system simulation tool for researchers and educators provided as a Julia package.
Implementation of Lucas Kanade Tracking system using six parameter affine model and recursive Gauss-Newton process.
C++ implementation of Lucas-Kanade-Image-Alignment
MATGRID is an easy-to-use power system simulation tool for researchers and educators provided as a MATLAB package.
Developed and implemented 2D and 3D Pose Graph SLAM using the GTSAM library and Gauss Newton Solver on the Intel and Parking Garage g2o datasets respectively
2D bearing-only SLAM with least squares
collection of numerical optimization methods
Second order optimization with automatic differentiation
An efficient and easy-to-use Theano implementation of the stochastic Gauss-Newton method for training deep neural networks.
Different type of solvers to solve systems of nonlinear equations
MATLAB/Octave code and data for implementing the algorithms and reproducing the results of the paper: "Efficient Incremental SLAM via Information-Guided and Selective Optimization"
[Optimization Algorithms] Implementation of Nonlinear least square curve fitting using the Gauss-Newton method and Armijio’s line search.
A C++ library for solving nonlinear least squares problems using Gradient Descent, Gauss-Newton and Levenberg-Marquardt solvers
Code to conduct experiments for the paper Regularization and acceleration of Gauss-Newton method.
Code to conduct experiments for the paper Adaptive Gauss-Newton Method for Solving Systems of Nonlinear Equations.
Code to conduct experiments for the paper Modified Gauss-Newton method for solving a smooth system of nonlinear equations.
Codes for optimization stuffs, i.e., parameter estimation using Gauss-Newton method, multiple shooting method
This repository contains a collection of MATLAB scripts that implement some of the classical optimization methods for unconstrained optimization models: Steepest-Descent, Newton method, Gauss-Newton, Conjugate Gradient method, Fibonacci search, Golden-section search, Dichotomous search and Exhaustive search.
Assignments in unconstrained optimization course covering 1st half of Nocedal and Wright textbook.
Code related to Optimization Techniques