RandomSeed
Name
RandomSeed
Type
Read/Write
When to use it
Before calling the Start method.
Prototype
property RandomSeed: Long;
Explanations
The nesting optimization algorithm uses random numbers. This property let you to set the seed for generating the random numbers.
Using the same RandomSeed will provide the same optimization results at each run.
You may run the algorithm using different RandomSeeds in order to obtain slightly different results.
Default value
0
See Also: