mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 21:28:33 -05:00
update README
This commit is contained in:
37
README.md
37
README.md
@@ -36,43 +36,6 @@ A sample code for Dubins path planning.
|
||||

|
||||

|
||||
|
||||
|
||||
# Optimization
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user