Click or drag to resize

AnnealingMinimizer Constructor

Constructs an AnnealingMinimizer instance with the given schedule.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public AnnealingMinimizer(
	AnnealingScheduleBase schedule
)

Parameters

schedule  AnnealingScheduleBase
The annealing schedule.
Remarks
Iteration stops when the schedule has completed.
See Also