PetaVision / OpenPV

PetaVision is a C++ library for designing and deploying large-scale neurally-inspired computational models.
http://petavision.github.io
Eclipse Public License 1.0
40 stars 13 forks source link

Memory fixes #272

Closed peteschultz closed 5 years ago

peteschultz commented 5 years ago

This pull request fixes several memory issues. It also fixes a bug where the default value of the HyPerLCAInternalStateBuffer param selfInteract was not initialized. Finally, it replaces the clunky apparatus of HyPerDeliveryFacade with a simpler HyPerDeliveryCreator, which should be easier to maintain.