void NormalizeObjective | ( | int | index | ) |
Normalizes the objective at the specified index so that its values are between 0f
and 1f
.
If all the values are already between these normalized interval, nothing is done.
index | Specifies the objective to be normalized. |
System.ArgumentOutOfRangeException | If there is no objective at the specified index . |