| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
target_activity = param.Number(default= 0.024, doc= The target average activity. |
|||
linear_slope = param.Number(default= 1.0, doc= Slope of the linear portion above threshold. |
|||
t_init = param.Number(default= 0.15, doc= Initial value of the threshold. |
|||
learning_rate = param.Number(default= 0.001, doc= Learning rate for homeostatic plasticity. |
|||
smoothing = param.Number(default= 0.999, doc= Weighting of previous activity vs. |
|||
randomized_init = param.Boolean(False, doc= Whether to randomize the initial t parameter. |
|||
noise_magnitude = param.Number(default= 0.1, doc= The magnitude of the additive noise to apply to the t_init parameter at initialization. |
|||
name = <param.parameterized.String object at 0xb5892ac>String identifier for this object. |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
Save this instance's state. For Parameterized instances, this includes the state of dynamically generated values. Subclasses that maintain short-term state should additionally save and restore that state using state_push() and state_pop(). Generally, this method is used by operations that need to test something without permanently altering the objects' state.
|
Restore the most recently saved state. See state_push() for more details.
|
|
|||
target_activityThe target average activity.
|
linear_slopeSlope of the linear portion above threshold.
|
t_initInitial value of the threshold.
|
learning_rateLearning rate for homeostatic plasticity.
|
smoothingWeighting of previous activity vs. current activity when calculating the average.
|
randomized_initWhether to randomize the initial t parameter.
|
noise_magnitudeThe magnitude of the additive noise to apply to the t_init parameter at initialization.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:49 2010 | http://epydoc.sourceforge.net |