__attach_sig_handlers() const | Utopia::Model< Derived, ModelTypes > | inlineprivate |
__epilog() | Utopia::Model< Derived, ModelTypes > | inlineprotected |
__monitor() | Utopia::Model< Derived, ModelTypes > | inlineprotected |
__perform_step() | Utopia::Model< Derived, ModelTypes > | inlineprotected |
__prolog() | Utopia::Model< Derived, ModelTypes > | inlineprotected |
__write_data() | Utopia::Model< Derived, ModelTypes > | inlineprotected |
__write_initial_state() | Utopia::Model< Derived, ModelTypes > | inlineprotected |
_cfg | Utopia::Model< Derived, ModelTypes > | protected |
_cm | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | private |
_datamanager | Utopia::Model< Derived, ModelTypes > | protected |
_dsets_param | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | private |
_dsets_state | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | private |
_env_param_funcs | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | private |
_env_state_funcs | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | private |
_full_name | Utopia::Model< Derived, ModelTypes > | protected |
_hdfgrp | Utopia::Model< Derived, ModelTypes > | protected |
_init_env_state_funcs | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | private |
_level | Utopia::Model< Derived, ModelTypes > | protected |
_log | Utopia::Model< Derived, ModelTypes > | protected |
_monitor | Utopia::Model< Derived, ModelTypes > | protected |
_name | Utopia::Model< Derived, ModelTypes > | protected |
_params | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | private |
_rng | Utopia::Model< Derived, ModelTypes > | protected |
_space | Utopia::Model< Derived, ModelTypes > | protected |
_time | Utopia::Model< Derived, ModelTypes > | protected |
_time_max | Utopia::Model< Derived, ModelTypes > | protected |
_write_every | Utopia::Model< Derived, ModelTypes > | protected |
_write_mode | Utopia::Model< Derived, ModelTypes > | protectedstatic |
_write_start | Utopia::Model< Derived, ModelTypes > | protected |
add_env_param_func(EPFB &&epfb) | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | inline |
add_env_param_func(const std::string &name, const EnvParamFunc &epf, const std::string ¶m_name, std::tuple< bool, bool, std::set< Time > > times_tuple) | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | inline |
add_env_param_func_from_cfg(const std::string &name, const EnvParamFunc &epf, const std::string ¶m_name, const Config &cfg={}) | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | inline |
add_env_state_func(ESFB &&esfb) | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | inline |
add_env_state_func(const std::string &name, const EnvStateFunc &esf, const Update &update=Update::sync, std::pair< bool, std::set< Time > > times_pair={true, {}}, Config select_cfg={}) | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | inline |
add_env_state_func_from_cfg(const std::string &name, const EnvStateFunc &esf, const Update &update=Update::sync, const Config &cfg={}) | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | inline |
apply_env_param_func(EPFB &&epfb, bool initialization=false) | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | inlineprivate |
apply_env_state_func(ESFB &&esfb) | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | inlineprivate |
Base typedef | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | |
CellManager typedef | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | |
CellTraits typedef | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | |
cm() const | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | inline |
Config typedef | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | |
create_am_dset(const std::string name, const AgentManager &am, const std::size_t compression_level=1, const std::vector< hsize_t > chunksize={}) | Utopia::Model< Derived, ModelTypes > | inline |
create_cm_dset(const std::string name, const CellManager &cm, const std::size_t compression_level=1, const std::vector< hsize_t > chunksize={}) | Utopia::Model< Derived, ModelTypes > | inline |
create_dset(const std::string name, const std::shared_ptr< DataGroup > &hdfgrp, std::vector< hsize_t > add_write_shape, const std::size_t compression_level=1, const std::vector< hsize_t > chunksize={}) | Utopia::Model< Derived, ModelTypes > | inline |
create_dset(const std::string name, const std::vector< hsize_t > add_write_shape, const std::size_t compression_level=1, const std::vector< hsize_t > chunksize={}) | Utopia::Model< Derived, ModelTypes > | inline |
DataGroup typedef | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | |
DataManager typedef | Utopia::Model< Derived, ModelTypes > | |
DataSet typedef | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | |
EnvCellContainer typedef | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | |
Environment(const std::string &name, ParentModel &parent_model, CellManager &&associate_cm, const DataIO::Config &custom_cfg={}) | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | inline |
Environment(const std::string name, ParentModel &parent) | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | inline |
EnvParamFunc typedef | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | |
EnvParamFuncBundle typedef | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | |
EnvStateFunc typedef | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | |
EnvStateFuncBundle typedef | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | |
epilog() | Utopia::Model< Derived, ModelTypes > | inlinevirtual |
get_cfg() const | Utopia::Model< Derived, ModelTypes > | inline |
get_datamanager() const | Utopia::Model< Derived, ModelTypes > | inline |
get_full_name() const | Utopia::Model< Derived, ModelTypes > | inline |
get_hdfgrp() const | Utopia::Model< Derived, ModelTypes > | inline |
get_level() const | Utopia::Model< Derived, ModelTypes > | inline |
get_logger() const | Utopia::Model< Derived, ModelTypes > | inline |
get_monitor() const | Utopia::Model< Derived, ModelTypes > | inline |
get_monitor_manager() const | Utopia::Model< Derived, ModelTypes > | inline |
get_name() const | Utopia::Model< Derived, ModelTypes > | inline |
get_parameter(const std::string ¶m_name) const | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | inline |
get_remaining_num_writes() const | Utopia::Model< Derived, ModelTypes > | inline |
get_rng() const | Utopia::Model< Derived, ModelTypes > | inline |
get_space() const | Utopia::Model< Derived, ModelTypes > | inline |
get_time() const | Utopia::Model< Derived, ModelTypes > | inline |
get_time_max() const | Utopia::Model< Derived, ModelTypes > | inline |
get_write_every() const | Utopia::Model< Derived, ModelTypes > | inline |
get_write_start() const | Utopia::Model< Derived, ModelTypes > | inline |
impl() | Utopia::Model< Derived, ModelTypes > | inlineprotected |
impl() const | Utopia::Model< Derived, ModelTypes > | inlineprotected |
increment_time(const Time dt=1) | Utopia::Model< Derived, ModelTypes > | inlineprotected |
iterate() | Utopia::Model< Derived, ModelTypes > | inline |
Level typedef | Utopia::Model< Derived, ModelTypes > | |
Model(const std::string &name, const ParentModel &parent_model, const Config &custom_cfg={}, std::tuple< WriterArgs... > w_args={}, const DataIO::Default::DefaultDecidermap< Derived > &w_deciders=DataIO::Default::default_deciders< Derived >, const DataIO::Default::DefaultTriggermap< Derived > &w_triggers=DataIO::Default::default_triggers< Derived >) | Utopia::Model< Derived, ModelTypes > | inline |
Monitor typedef | Utopia::Model< Derived, ModelTypes > | |
monitor() | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | inline |
MonitorManager typedef | Utopia::Model< Derived, ModelTypes > | |
perform_step() | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | inline |
prolog() | Utopia::Model< Derived, ModelTypes > | inlinevirtual |
RNG typedef | Utopia::Model< Derived, ModelTypes > | |
run() | Utopia::Model< Derived, ModelTypes > | inline |
Self typedef | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | |
set_parameter(const std::string ¶m_name, double value) | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | inline |
setup_env_param_funcs(const Config &cfg) | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | inlineprivate |
setup_env_state_funcs(const Config &cfg) | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | inlineprivate |
setup_logger(const Parent &parent_model) const | Utopia::Model< Derived, ModelTypes > | inlineprivate |
setup_space() const | Utopia::Model< Derived, ModelTypes > | inlineprivate |
Space typedef | Utopia::Model< Derived, ModelTypes > | |
Time typedef | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | |
track_parameter(const std::string &key) | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | inline |
track_parameters(const std::vector< std::string > &keys) | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | inline |
track_state(const std::string &key) | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | inline |
track_states(const std::vector< std::string > &keys) | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | inline |
write_data() | Utopia::Models::Environment::Environment< EnvParam, EnvCellState, standalone > | inline |