C# 클래스 numl.Math.Optimization.Methods.GradientDescent.NAGDescent

A Nesterov Accelerated Gradient Descent method.
상속: OptimizationMethod
파일 보기 프로젝트 열기: sethjuarez/numl

공개 메소드들

메소드 설명
UpdateTheta ( numl properties ) : Vector

Update and return the new Theta value.

메소드 상세

UpdateTheta() 공개 메소드

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