NloptOptions.Population Property

Top 

Description

The population size used by certain NLopt alorithms. When this is zero, heuristic determination is used to chose the population.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0

Valid Range:

NloptOptions.Population ≥ 0

 

Syntax

myVariable1 = myNloptOptions1.Population;

 

myNloptOptions1.Population = myVariable1;

 

See also

NloptOptions Object