emer / axon

Axon is a spiking, biologically-based neural model driven by predictive error-driven learning, for systems-level models of the brain
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

add the basic prjn finding methods to AxonPrjns #249

Open rcoreilly opened 1 year ago

rcoreilly commented 1 year ago

AxonPrjns has no useful methods other than Add, and everything has been moved to the layer (SendPrjnNameTry etc) which return emer.Prjn interface and are not super useful for actually operating on concrete axon.Prjn. The emer interface only has Try methods which require casting type in a separate step due to err return. very inconvenient.