void SetObjectiveNormalized | ( | int | index, |
bool | normalized | ||
) |
Allows to set whether the objective with the specified index is normalized when calling Evaluate.
index | The index of the targeted objective. |
normalized | Specifies whether the objective will be normalized. |
ArgumentOutOfRangeException | If there is no objective with the specified index . |