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