Skip to content

Sense

Bases: Enum

Enumeration of optimization senses supported by the optimization system.

This enum defines the type of optimization used for a model. The type influences the domain and behavior of the model during optimization.

Max class-attribute instance-attribute

Max = ...

Indicate the objective function to be maximized.

Min class-attribute instance-attribute

Min = ...

Indicate the objective function to be minimized.