Skip to content

poprl/popcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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