convertPointsToInputs

Translates the supplied list of arrays to a set of named input pairs (name, value). Assumes that the order of the array elements is the same as the order of the defined names for the problem. NOTE!!: If the supplied value is outside the range of the named variable, it is adjusted to the closest boundary. In addition, the granularity of the input variable is applied.

Return

a set of InputMap instances representing the points

Parameters

points

the supplied list of arrays to translate.