run_infomove.RdRun the infomove simulation.
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 )
| 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. |
Nothing. Runs the infomove simulation.