https://github.com/artis-v/gauss-newton
Project on nonlinear least-squares fitting with the Gauss-Newton method
https://github.com/artis-v/gauss-newton
gauss-newton matlab optimization
Last synced: 30 days ago
JSON representation
Project on nonlinear least-squares fitting with the Gauss-Newton method
- Host: GitHub
- URL: https://github.com/artis-v/gauss-newton
- Owner: artis-v
- License: mit
- Created: 2024-12-09T12:14:52.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-09T16:12:31.000Z (5 months ago)
- Last Synced: 2025-04-30T03:46:48.113Z (30 days ago)
- Topics: gauss-newton, matlab, optimization
- Language: MATLAB
- Homepage:
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gauss-Newton
Project on nonlinear least-squares fitting with the Gauss-Newton method, as part of the FMAN61/MATC61 Optimization course.