|
uatlib
|
Options to configure the simulation. More...
#include <simulation.hpp>
Public Attributes | |
| factory_t | factory |
| Generator of agents for each iteration. | |
| std::optional< uint_t > | time_window |
| Maximum time ahead a permit can be traded. | |
| stop_criterion_t | stop_criterion |
| The criterion to stop the simulation. | |
| trade_callback_t< R > | trade_callback |
| Callback to receive information about a trade transaction. | |
| simulation_callback_t | simulation_callback |
| Callback to receive information about the status of the simulation. | |
| std::optional< uint_t > | seed |
| Random seed. | |
Options to configure the simulation.