Class SimulatedAnnealingEventArgs
Simulated annealing event args.
Inheritance
System.Object
SimulatedAnnealingEventArgs
Assembly: Edgar.dll
Syntax
public class SimulatedAnnealingEventArgs : EventArgs
Constructors
SimulatedAnnealingEventArgs()
Declaration
public SimulatedAnnealingEventArgs()
Properties
ChainNumber
Declaration
public int ChainNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Description
Declaration
public string Description { get; }
Property Value
Type |
Description |
System.String |
|
IterationsSinceLastEvent
Declaration
public int IterationsSinceLastEvent { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IterationsTotal
Declaration
public int IterationsTotal { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LayoutsGenerated
Declaration
public int LayoutsGenerated { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ResetsIterationsSinceLastEvent
Declaration
public bool ResetsIterationsSinceLastEvent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Type
Declaration
public SimulatedAnnealingEventType Type { get; set; }
Property Value