MultiObjectiveOptimizer.AddMaximizingObjective(String) Method

Top 

Description

Adds an objective to the multi-objective optimization problem. The optimizer will attempt to find solutions that maximize the value of this objective. The value of the objective must be set using the MultiObjectiveOptimizer.Maximize method inside the evaluation 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.AddMaximizingObjective(

String label)

 

 

Arguments

label


Description:

The label for the objective.

 

 

 

Syntax

myMultiObjectiveOptimizer1.AddMaximizingObjective(myString1);

 

 

See also

MultiObjectiveOptimizer Object