Gets or sets the initial temperature of the simulated annealing process.
SyntaxVB6
Copy Code
|
|---|
Public Property Get InitialTemperature() As Double |
C++
Copy Code
|
|---|
public: |
A double value. 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