make_utilities | R Documentation |
Initialise the utilities of the G-MSE model.
make_utilities(AGENTS, RESOURCES)
AGENTS |
The array of agents produced in the main gmse() function |
RESOURCES |
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); ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.