Skip to contents

Wrapper for initializing new ModelParameters instance.

Usage

make_model_parameters(
  model_dynamics = success_bias_model_dynamics,
  graph = NULL,
  n_agents = NULL,
  ...
)

Arguments

model_dynamics

Learning strategy to use; must be type LearningStrategy

graph

Graph object to use; must inherit igraph

n_agents

Number of agents in the model

...

Additional model parameters

Examples

# example code