Click or drag to resize

CustomAnnealingScheduleInequality Operator

Inequality operator. Tests for inequality 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 different iterations or temperatures; otherwise, false.
See Also