v1.9.0
Two main changes:
- Refactoring of
VectorCells(BVCs and OVCs) andFieldOfViewNeuronshave been moved from contribs to main fileNeurons.py. See #71 - New
NeuralNetworkNeuronsclass 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.