1Blurb::
2Range for neural network random weights
3
4Description::
5
6Controls the range of the input layer random weights in the neural
7network model.  The default range is 2.0, resulting in weights in (-1,
81).  These weights are applied after the training inputs have been
9scaled into [-0.8, 0.8].
10
11Topics::	surrogate_models
12Examples::
13Theory::
14Faq::
15See_Also::
16