A context for agent construction and tuning.
More...
#include <agent_context.hpp>
A context for agent construction and tuning.
- Since
- v.5.5.4
- Examples:
- so_5/custom_direct_mbox/main.cpp.
◆ agent_context_t() [1/2]
Constructor for the case when only environment available.
- Parameters
-
env | SObjectizer Environment an agent will work in. |
◆ agent_context_t() [2/2]
Constructor for the case when environment and already created tuning option object are avaliable.
- Parameters
-
env | SObjectizer Environment an agent will work in. |
options | Options to be used for agent tuning. |
◆ env()
Access to SObjectizer Environment.
◆ environment()
Access to SObjectizer Environment.
- Since
- v.5.5.9
◆ options() [1/2]
Read-Write access to agent options.
◆ options() [2/2]
Read-only access to agent options.
◆ swap
◆ m_env
SObjectizer Environment to work in.
◆ m_options
Options for agent tuning.
The documentation for this class was generated from the following file: