NNET_V2 - adam-nnl/ANNeML GitHub Wiki
NNET_V2 attribute for SUBNET elements
Required double value represents the learning rate("eta" in some literature) for all NEURODES within the SUBNET
Should always be a positive decimal value unless the intention is the have the neural network try to "unlearn" a data set.
Examples:
- "0.95"
- "1.25"
- "0.075"
- "2.5"
- "-1.0" (if you want the network to "unlearn")