powered by
Initialise the utilities of the G-MSE model.
make_utilities(AGENTS, RESOURCES)
The array of agents produced in the main gmse() function
The resources array produced by the resource function within GMSE
A three dimensional ACTION array of initialised agent (manager and stakeholder) actions of the same dimensions as the COST array in GMSE
# NOT RUN { ACTION <- make_utilities(AGENTS = AGENTS, RESOURCES = starting_resources); # }
Run the code above in your browser using DataLab