Class TrainingHistory<T>
- Namespace
- AiDotNet.PhysicsInformed
- Assembly
- AiDotNet.dll
Stores training history for analysis.
public class TrainingHistory<T>
Type Parameters
TThe 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
lossT