What other descent or traversal methods exist besides gradient descent?
dan
There are a bunch of other optimization algorithms depending on what you want. The gradient descent is the first order derivative but you can also take partial derivatives or second order derivatives.
What other descent or traversal methods exist besides gradient descent?