Nate Sutton
Nate Sutton
The use of setSTP() causes custom connections created with [ConnectionGenerator](https://uci-carl.github.io/CARLsim6/classConnectionGenerator.html) to produce error: "STP with delays > 1 ms is currently not supported". This is when "delay = 1" in...
In the connection-specific STP branch (feat/ca3net) the refractory period (RP) included for Izhikevich model neurons can in some cases not process all integration calculation steps in an erroneous way. Specifically,...
With [Sibernetic_NEURON](https://github.com/openworm/sibernetic_NEURON) by @skhayrulin et al. now enabling direct neural signal input into Sibernetic’s worm model movement there needs to be a translation of the neural signals into values that...
The objective is to be able to better observe animation in renders by making the renders play at a faster fps. This idea was inspired by the [downsampling](https://en.wikipedia.org/wiki/Decimation_%28signal_processing%29) concept used...
Documentation explaining what each variable represents in [configuration files](https://github.com/openworm/sibernetic#configuration-file-format) for developers. For instance: ``` [position] - contains information about position of all particles e.g. a b c d // a...
I have been helping someone who wants to install CARLsim in Windows. I have observed the same errors they report. I have attached [carlsim_build_error.txt](https://github.com/user-attachments/files/19041559/carlsim_build_error.txt), which is the command line output...