RandomStartPointSet
Random start points
Description
A RandomStartPointSet
object describes how
to generate a set of pseudorandom points for use with MultiStart
. A RandomStartPointSet
object
does not contain points. It contains parameters for generating the points when MultiStart
runs or when you use the list
function.
Creation
Syntax
Description
sets properties for the rs
= RandomStartPointSet(PropertyName=Value
)RandomStartPointSet
object. For
example, rs = RandomStartPointSet(NumStartPoints=50)
creates
an object that uses 50 start points instead of the default 10.
creates a copy of the rs
= RandomStartPointSet(oldrs
,PropertyName=Value
)oldrs
RandomStartPointSet
object and sets properties
of rs
.
Input Arguments
Output Arguments
Properties
Object Functions
list | List start points |
Examples
Version History
Introduced in R2010a