Gets or sets the initial temperature of the simulated annealing process.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
SyntaxC#
Copy Code
|
|---|
public double InitialTemperature { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property InitialTemperature As Double |
A double value specifying the initial temperature of the simulation. The default is 40.
RemarksA low initial temperature prevents nodes from moving far from their initial position. If you need the final arrangement to have resemblance to the initial formation of the graph elements, set a lower initial temperature and disable Randomize.
See Also