uatlib
Public Attributes | List of all members
uat::simulation_opts_t< R > Struct Template Reference

Options to configure the simulation. More...

#include <simulation.hpp>

Public Attributes

factory_t factory
 Generator of agents for each iteration.
 
std::optional< uint_ttime_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_tseed
 Random seed.
 

Detailed Description

template<region_compatible R>
struct uat::simulation_opts_t< R >

Options to configure the simulation.


The documentation for this struct was generated from the following file: