Navigation Menu

Skip to content

GrFNN Toolbox Version 1.2

Compare
Choose a tag to compare
@jichulkim jichulkim released this 19 Feb 18:50
· 47 commits to master since this release

Release Notes

Version 1.2 brings major changes in model structure and function syntax. Most of the changes were already made for version 1.1, but it included backward compatibility code that allows the use of old syntax. We removed all backward compatibility code in version 1.2. Use version 1.1.1 to run scripts written in the old syntax.

Major Updates

  • More than one stimulus can be used now, requiring stimulusMake.m to take id as input
  • A connection must be set up to drive a network with a stimulus, by calling connectAdd.m
    • Plastic connection is possible between a stimulus and a network
  • Stimuli are included in the model structure as a cell array of structures (e.g. M.s{id})

Documentation