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

A Stochastic Gradient Descent method.
Inheritance: OptimizationMethod
Mostra file Open project: sethjuarez/numl

Public Methods

Method Description
UpdateTheta ( OptimizerProperties properties ) : Vector

Update and return the new Theta value.

Method Details

UpdateTheta() public method

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