MultiObjectiveOptimizer.Maximize(String, Variable) Method

Top 

Description

Sets the value of the specified maximizing objective. This method should be called inside the multi-objective optimization evaluation loop so that the value of the specified objective is updated during each execution of the loop.

 

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.

 

Method Signature

MultiObjectiveOptimizer.Maximize(

String label,


Variable objectiveValue)

 

 

Arguments

label


Description:

The label corresponding to the objective value to set.

 

 

objectiveValue


Description:

The value of the objective.

 

 

 

Syntax

myMultiObjectiveOptimizer1.Maximize(myString1, myVariable1);

 

 

See also

MultiObjectiveOptimizer Object