run_infomove_fl: Get the local fitness landscape.

Description Usage Arguments Value

View source: R/fun_run_fitness_landscape.r

Description

Get the local fitness landscape.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
run_infomove_fl(
  type = "noinfo",
  phi = 15,
  rho = 0.1,
  timesteps = 500,
  a_res = 1,
  b_res = 1,
  M_res = 2,
  leader_choices = c(1, 2, 5),
  gradient = 0.5,
  gradient_m = 2,
  n_rep = 10
)

Arguments

type

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

phi

Value (vector) of PHI values.

rho

Value (vector) of RHO values.

timesteps

Timesteps per generation.

a_res

The resident a strategy.

b_res

The resident b strategy.

M_res

The resident M strategy.

leader_choices

How many leaders can be assessed.

gradient

The gradient increment by which to shift the parameters.

gradient_m

The gradient increment for M

n_rep

How many replicates to run.

Value

Nothing. Runs the infomove simulation for local fitness landscape.


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