Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Saran-nns committed Nov 1, 2020
1 parent 46af134 commit ddb03e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Then, update/edit arguments in ```configuration.ini```
kwargs_ = ['ne', 'nu', 'network_type_ee', 'network_type_ei', 'network_type_ie', 'lambda_ee','lambda_ei', 'lambda_ie', 'eta_stdp','eta_inhib', 'eta_ip', 'te_max', 'ti_max', 'ti_min', 'te_min', 'mu_ip','sigma_ip']
```
#### Simulation: Plasticity Phase
The default ```ne, nu``` values are overriden by passing them while calling the ```simulate_sorn``` method.
The default ```ne, nu``` values are overriden by passing them as kwargs inside```simulate_sorn``` method.

```Python
# Import
Expand Down

0 comments on commit ddb03e4

Please sign in to comment.