Utopia  2
Framework for studying models of complex & adaptive systems.
Todo List
File hdfdataset.hh
Should we append in the first dimensions instead of the last? Think about what is better/more performant/ expected by users?
Member Utopia::AgentManager< AgentTraits, Model >::neighbors_of (const std::shared_ptr< Agent > &agent, const double radius) const
This should be parallelized or a lookup-grid should be used to constrain the number of possible neighbors to a smaller number
Member Utopia::Itertools::adapt_zip (Adaptor &&adaptor, Containers &... containers)
Make this work with template template instead of callable