v1.9.0
Two main changes:
- Refactoring of
VectorCells
(BVCs and OVCs) andFieldOfViewNeurons
have been moved from contribs to main fileNeurons.py
. See #71 - New
NeuralNetworkNeurons
class in contribs. These (exciting) new neurons map inputs through a user-provided PyTorch NN to the outputs. Can be used to make awesomely complex/trainable cell classes powered by RatInABox. It's mostly there but will stay as a contrib for now until its mature enough to go in main.