Table of Contents

Class ConstantLearningRate

Namespace
NeuralNetworks.LearningRates
Assembly
NeuralNetworks.dll
public class ConstantLearningRate : LearningRate
Inheritance
ConstantLearningRate
Inherited Members

Constructors

ConstantLearningRate(float)

public ConstantLearningRate(float learningRate)

Parameters

learningRate float

Methods

GetLearningRate()

public override float GetLearningRate()

Returns

float

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.