opt_gradient_descent_test


opt_gradient_descent_test, an Octave code which calls opt_gradient_descent() to interactively estimate a local minimum of a function f(x) near a given starting point x0 using a stepsize factor gamma.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

opt_gradient_descent, an Octave code which interactively estimate a local minimum of a function f(x) near a given starting point x0 using a stepsize factor gamma.

Source Code:


Last revised on 09 August 2024.