NloptOptions.InitialStepSize Property

Top 

Description

The initial step size used by NLopt's local derivative-free algorithms. When this is zero, heuristic determination is used to chose the initial step size.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

number

Access:

read/write

Default Value:

0.0

 

Syntax

myVariable1 = myNloptOptions1.InitialStepSize;

 

myNloptOptions1.InitialStepSize = myVariable1;

 

See also

NloptOptions Object