Skip to contents

Wrapper for initializing new ModelParameters instance.

Usage

make_model_parameters(
  learning_strategy = success_bias_learning_strategy,
  graph = NULL,
  n_agents = NULL,
  ...
)

Arguments

learning_strategy

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