Property MaxNoImprovement
- Namespace
- LMKit.Finetuning
- Assembly
- LM-Kit.NET.dll
MaxNoImprovement
Gets or sets the maximum number of optimization iterations with no improvement before considering convergence.
public int MaxNoImprovement { get; set; }
Property Value
- int
The default value is 0.
Remarks
When the number of iterations without improvement reaches this value, the optimization process is considered to have converged.