Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 598 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 598 Bytes

PopCore

Core Library of PopRL

TODO: Release 1.0.0

  • Clean up main dir
  • Divide features into Implemented and Future
  • Write documentation/example of phylogenetic tree.
  • Check requirements
  • Switch to TOML
  • Licence: MIT
  • Upload to PyPi

Features

Implemented

  • Population of agents as a git-like data structure

    • Commits
    • Branching
    • Iterators through elements of the population
    • Thread-safe attach/detach operations for multiprocessing
  • Interactions

Future

  • Saving/Loading populations
  • pop.fork/pop.merge

Documentation