pathsim.optim.newton module
- class pathsim.optim.newton.NewtonRaphsonAD[source]
Bases:
objectThis class implements the newton raphson method using pathsims automatic differentiation framework to compute anlytical jacobians.
- class pathsim.optim.newton.GaussNewtonAD[source]
Bases:
NewtonRaphsonADThis class implements the gauss newton method using pathsims automatic differentiation framework to compute anlytical jacobians.
- class pathsim.optim.newton.LevenbergMarquardtAD[source]
Bases:
NewtonRaphsonADThis class implements the levenberg marquardt algorithm using pathsims automatic differentiation framework to compute anlytical jacobians.