Click or drag to resize

CustomAnnealingScheduleEquality Operator

Equality operator. Tests for equality of two schedules.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static bool operator ==(
	CustomAnnealingSchedule left,
	CustomAnnealingSchedule right
)

Parameters

left  CustomAnnealingSchedule
A custom annealing schedule.
right  CustomAnnealingSchedule
A custom annealing schedule.

Return Value

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