Main Content
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
rs = RandomStartPointSet
creates a default RandomStartPointSet
object.
rs = RandomStartPointSet(
sets properties using name-value pairs.Name,Value
)
rs = RandomStartPointSet(
creates a copy of the oldrs
,Name,Value
)oldrs
RandomStartPointSet
object, and sets
properties using name-value pairs.
Properties
Object Functions
list | List start points |
Examples
Version History
Introduced in R2010a