Code for the figures of the paper: Optimal plasticity for memory maintenance in the presence of synaptic fluctuations
- The quality of the code isn't great. I made it when I was just learning Julia, and just packaged it up during final paper submission, so others can verify the results of the paper, rather than rewriting it entirely.
To run:
- git clone the repository
- Open julia 1.3 in the repository. This package doesn't work with earlier or later versions of Julia.
- activate the environment with
]activate .
using OptimalPlasticityRatios
- run a script (e.g. linear figure) with
include("scripts/linear_figure.jl")
```.