run_infomove: Run the infomove simulation.

Description Usage Arguments Value

View source: R/fun_run_infomove.r

Description

Run the infomove simulation.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
run_infomove(
  ssh_con = "some server",
  password = "some password",
  type = "noinfo",
  phi = 15,
  rho = 0.1,
  gens = "100000",
  timesteps = 100,
  init_d = 0.5,
  leader_choices = 2,
  rep_n = 5
)

Arguments

ssh_con

The ssh address. Typically a p-number at peregrine.hpc.rug.nl

password

Connection password.

type

The simulation type. Currently "info" or "noinfo".

phi

Value (vector) of PHI values.

rho

Value (vector) of RHO values.

gens

Maximum number of generations.

timesteps

Timesteps per generation.

init_d

Initial Value of aspiration level D.

leader_choices

How many leaders can be assessed.

rep_n

How many rep_n to run.

Value

Nothing. Runs the infomove simulation.


pratikunterwegs/infomover documentation built on June 5, 2020, 12:44 p.m.