Optimizer.Minimize(Variable) Method

Top 

Description

Process the evaluated constraints and the specified objective function value to be minimized.

 

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.Minimize(

Variable objectiveFunctionValue)

 

 

Arguments

objectiveFunctionValue


Description:

The value of the objective function to minimize.

 

 

 

Syntax

myOptimizer1.Minimize(myVariable1);

 

 

See also

Optimizer Object