Gets or sets how many node shift iterations to perform at each stage.
SyntaxVB6
Copy Code
|
|---|
Public Property Get IterationsPerStage() As Long |
C++
Copy Code
|
|---|
public: |
A long value. The default is 50.
RemarksIterationsPerStage specifies how many node configurations to evaluate at each stage of the temperature cool-down simulation. More iterations will yield better layouts but require more time to complete.
See Also