Optimizer.LoadEngine Method

Top 

Description

Loads and initializes the third party engine to be used in the optimization process. At this time, the engine is configured to process the specified state variables and constraints.

 

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.

 

Overload List

Signatures

Return Value

Description

Optimizer.LoadEngine()

None

Loads and initializes the third party engine to be used in the optimization process. At this time, the engine is configured to process the specified state variables and constraints.

Optimizer.LoadEngine(OptimizerOptions optimizerOptions)

None

Loads and initializes the third party engine to be used in the optimization process. At this time, the engine is configured to process the specified state variables and constraints.

Optimizer.LoadEngine(Variable engineToLoad)

None

Loads and initializes the third party engine to be used in the optimization process. At this time, the engine is configured to process the specified state variables and constraints.

Optimizer.LoadEngine(Variable engineToLoad, String sharedLibraryFilename)

None

Loads and initializes the third party engine to be used in the optimization process. At this time, the engine is configured to process the specified state variables and constraints.

 

 

See also

Optimizer Object