Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 738 Bytes

File metadata and controls

23 lines (20 loc) · 738 Bytes

TODO

  • Plan out API
    • Model, Agent, Experiment, Sample, Network, etc.
    • polars? rust-numpy?
  • write tests
  • rough draft
    • follow along with ECS type projects?
  • benchmark against agentpy
    • create overlay to pull in
    • use pytest and pytest-benchmark
  • optimize (ndarray, rust-numpy, blas, lapack?)
  • add differential evolution as well (and other optimization methods?)
  • make it easy to create the docker compose setup for 'deployment'

At some point:

  • integrate with dentalcaries
  • integrate with CERDA
  • make a better library for writing runexp.py and zipexp.py
    • document these things
  • still need to debug the volumes not mounting properly