mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 16:47:55 -05:00
add figure code
This commit is contained in:
31
README.md
31
README.md
@@ -36,10 +36,41 @@ Nonlinear Optimization Sample codes.
|
||||
|
||||
## ConjugateGradientMethod
|
||||
|
||||
A conjugate gradient method sample for non linear optimiztion.
|
||||
|
||||

|
||||
|
||||
## LagrangeMultiplierMethod
|
||||
|
||||
A lagrange multiplier method sample for non linear optimiztion.
|
||||
|
||||

|
||||
|
||||
|
||||
## NewtonMethod
|
||||
|
||||
A Newton method sample for non linear optimiztion.
|
||||
|
||||

|
||||
|
||||
## QuasiNewtonMethod
|
||||
|
||||
A Quasi Newton method sample for non linear optimiztion.
|
||||
|
||||

|
||||
|
||||
## SteepestDescentMethod
|
||||
|
||||
A Steepest Descent method sample for non linear optimiztion.
|
||||
|
||||

|
||||
|
||||
|
||||
# License
|
||||
|
||||
MIT
|
||||
|
||||
# Author
|
||||
|
||||
Atsushi Sakai ([@Atsushi_twi](https://twitter.com/Atsushi_twi))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user