Show / Hide Table of Contents

Class SimulatedAnnealingEventType

Type of a simulated annealing event.

Inheritance
System.Object
SimulatedAnnealingEventType
Namespace: Edgar.Legacy.Core.LayoutEvolvers.SimulatedAnnealing
Assembly: Edgar.dll
Syntax
public sealed class SimulatedAnnealingEventType : Enum

Fields

LayoutGenerated

Declaration
public const SimulatedAnnealingEventType LayoutGenerated
Field Value
Type Description
SimulatedAnnealingEventType

OutOfIterations

Declaration
public const SimulatedAnnealingEventType OutOfIterations
Field Value
Type Description
SimulatedAnnealingEventType

RandomRestart

Declaration
public const SimulatedAnnealingEventType RandomRestart
Field Value
Type Description
SimulatedAnnealingEventType

StageTwoFailure

Declaration
public const SimulatedAnnealingEventType StageTwoFailure
Field Value
Type Description
SimulatedAnnealingEventType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX