Class OptimiserIterationEventArgs
Optimiser iteration event
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Math
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public class OptimiserIterationEventArgs : EventArgs
Constructors
OptimiserIterationEventArgs(Int32, Double, Double)
Constructor
Declaration
public OptimiserIterationEventArgs(int iteration, double objVal, double rmsDeriv)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | iteration | |
| Double | objVal | |
| Double | rmsDeriv |
Fields
iteration
Iteration
Declaration
public int iteration
Field Value
| Type | Description |
|---|---|
| Int32 |
objVal
Objective value
Declaration
public double objVal
Field Value
| Type | Description |
|---|---|
| Double |
rmsDeriv
Root mean square derivative
Declaration
public double rmsDeriv
Field Value
| Type | Description |
|---|---|
| Double |