bool IsObjectiveMinimized | ( | int | index | ) |
Determines if an objective is considered to be minimized or maximized.
index | Specifies the objective. |
true
if the objective is to be minimized, false
otherwise.ArgumentOutOfRangeException | If there is no objective at the specified index . |
Implements IProblem< T >.