Click or drag to resize

LinearAnnealingScheduleEquals Method

Tests for equality of this schedule with another schedule.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override bool Equals(
	Object o
)

Parameters

o  Object
Another schedule.

Return Value

Boolean
True if both schedules have the same array of iterations and vector of temperatures; otherwise, false.
See Also