C# Class numl.Math.Optimization.Methods.GradientDescent.NAGDescent

A Nesterov Accelerated Gradient Descent method.
Inheritance: OptimizationMethod
Show file Open project: sethjuarez/numl

Public Methods

Method Description
UpdateTheta ( numl properties ) : Vector

Update and return the new Theta value.

Method Details

UpdateTheta() public method

Update and return the new Theta value.
public UpdateTheta ( numl properties ) : Vector
properties numl Properties for the optimization routine.
return numl.Math.LinearAlgebra.Vector