Utopia 2
Framework for studying models of complex & adaptive systems.
|
#include <random>
#include <functional>
#include <utopia/core/model.hh>
#include <utopia/core/types.hh>
#include <utopia/core/agent_manager.hh>
#include <utopia/core/apply.hh>
#include "state.hh"
Go to the source code of this file.
Classes | |
class | Utopia::Models::SimpleFlocking::SimpleFlocking |
The SimpleFlocking Model. More... | |
Namespaces | |
namespace | Utopia |
namespace | Utopia::Models |
namespace | Utopia::Models::SimpleFlocking |
Typedefs | |
using | Utopia::Models::SimpleFlocking::ModelTypes = Utopia::ModelTypes<> |
Type helper to define types used by the model. | |
using | Utopia::Models::SimpleFlocking::AgentTraits = Utopia::AgentTraits< AgentState, Update::sync > |
Agent traits specialization using the state type. | |