bool IsObjectiveMinimized | ( | int | index | ) |
Determines whether the objective with the specified index is minimized when calling Evaluate.
index | The index of the targeted objective. |
true
if the objective is to be minimized, false
otherwise.ArgumentOutOfRangeException | If there is no objective with the specified index . |