Optimizer.SetInitialGuess(Array) Method

Top 

Description

Sets the initial guess to be used by the optimizer. The initialGuessValues array must be of the same length as the optimizer's current StateVariables array.

 

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.

 

Method Signature

Optimizer.SetInitialGuess(

Array initialGuessValues)

 

 

Arguments

initialGuessValues


Description:

Initial values to the state variables.

 

 

 

Syntax

myOptimizer1.SetInitialGuess(myArray1);

 

 

See also

Optimizer Object