2023 02 13 Open NEST Developer Video Conference - nest/nest-simulator GitHub Wiki
Agenda
- Welcome
- Review of NEST User Mailing List
- Project team round
- In-depth discussion
- Mixed bag of discussion points on the e-prop implementation
- Node & Model functions refactoring
Mailing list
Project team round
Here we discuss topics that need broader attention, for example questions that came up but are outside a single project's scope, larger planned changes/PRs that affect all teams or pending work that is blocked by external factors.
- Models / NESTML
- NEST GPU
- PyNEST
- NEST Desktop
- Kernel
- Installation
- Infrastructure
- Documentation
- EBRAINS
In-depth discussion
Mixed bag of discussion points on the e-prop implementation
(by @Jesús & @akorgor)
- discussed possibilities available via NESTML
- custom-model properties discussed and possible implementations of recording devices
- best practices for implementation of model variations
- split to different model classes makes implementation cleaner
- have to make sure users are reasonably safe against accidentally miss-configuring models
- poisson generator connectivity scaling behaviour discussed
Node & Model functions refactoring
(@med-ayssar)
Node
classis bloated by many virtualhas_…
methods, not respecting proper structures- will create sparate meeting for in-depth discussion of this