void SetObjectiveMinimized | ( | int | index, |
bool | minimized | ||
) |
Allows to set whether the objective with the specified index is minimized when calling Evaluate.
index | The index of the targeted objective. |
minimized | If true , the objective is minimized. Otherwise, it is maximized. |
ArgumentOutOfRangeException | If there is no objective with the specified index . |