AtsushiSakai / ArgMin.jl

A numerical solver by pure Julia
MIT License
3 stars 1 forks source link

ArgMin.jl

Stable Dev Build Status

A numerical solvers written by pure Julia.

Mathematical equations are rendered by Online LaTeX Equation Editor

API

solve_least_square

or

solve_multi_objective_least_square

solve_nonlinear_least_square_with_newton_raphson

solve_nonlinear_least_square_with_gauss_newton

solve_nonlinear_least_square_with_levenberg_marquardt

solve_constrained_nonlinear_least_square_with_augmented_lagragian

solve_quadratic_programing

or

License

MIT

Author