Independent parameters of the model. More...
Public Member Functions | |
| Parameters_ () | |
| Sets default parameter values. | |
| void | get (Dictionary &) const |
| Store current values in dictionary. | |
| void | set (const Dictionary &, Node *node) |
Public Attributes | |
| double | tau_ |
| Time constant in ms. | |
| double | sigma_ |
| Noise parameter. | |
| double | mu_ |
| Mean input. | |
| bool | linear_summation_ |
| Target of non-linearity. | |
| bool | mult_coupling_ |
| use multiplicative coupling? Default is false | |
Independent parameters of the model.
| nest::rate_neuron_opn< TNonlinearities >::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
References nest::rate_neuron_opn< TNonlinearities >::recordablesMap_.
| void nest::rate_neuron_opn< TNonlinearities >::Parameters_::get | ( | Dictionary & | d | ) | const |
Store current values in dictionary.
References nest::names::linear_summation(), nest::names::mean(), nest::names::mu(), nest::names::mult_coupling(), nest::names::sigma(), nest::names::std(), and nest::names::tau().
| void nest::rate_neuron_opn< TNonlinearities >::Parameters_::set | ( | const Dictionary & | d, |
| Node * | node | ||
| ) |
References nest::names::linear_summation(), LOG, nest::names::mean(), nest::names::mu(), nest::names::mult_coupling(), nest::names::sigma(), nest::names::std(), nest::names::tau(), nest::update_value_param(), and nest::WARNING.
Referenced by nest::rate_neuron_opn< TNonlinearities >::set_status().
| bool nest::rate_neuron_opn< TNonlinearities >::Parameters_::linear_summation_ |
Target of non-linearity.
True (default): Gain function applied to linearly summed input. False: Gain function applied to each input before summation.
| double nest::rate_neuron_opn< TNonlinearities >::Parameters_::mu_ |
Mean input.
| bool nest::rate_neuron_opn< TNonlinearities >::Parameters_::mult_coupling_ |
use multiplicative coupling? Default is false
| double nest::rate_neuron_opn< TNonlinearities >::Parameters_::sigma_ |
Noise parameter.
| double nest::rate_neuron_opn< TNonlinearities >::Parameters_::tau_ |
Time constant in ms.