Table of Contents

Class TrainingHistory<T>

Namespace
AiDotNet.PhysicsInformed
Assembly
AiDotNet.dll

Stores training history for analysis.

public class TrainingHistory<T>

Type Parameters

T

The numeric type.

Inheritance
TrainingHistory<T>
Derived
Inherited Members

Properties

Losses

public List<T> Losses { get; }

Property Value

List<T>

Methods

AddEpoch(T)

public void AddEpoch(T loss)

Parameters

loss T