Bertinus / FLeCS

Flexible and Learnable Cell Simulator
MIT License
8 stars 1 forks source link

Write down generic methods s.a. MessagePassing, ExponentialDecay etc. #14

Closed Bertinus closed 2 years ago

Bertinus commented 2 years ago

These methods would get used inside the get_decay rate and get_production_rate methods of the cellPopulation object. Ideally, the example at the end of CellPopulation.py should not be longer than 5 lines.

josephdviviano commented 2 years ago

OK first step towards this goal are in jdv/demo (https://github.com/Bertinus/FLeCS/pull/15) -- we can talk about how to compact the demo class even further.

Bertinus commented 2 years ago

I tried to build upon your changes. See https://github.com/Bertinus/FLeCS/pull/17