run_full_parameter_space: Simulate Over Parameter Space

View source: R/parameter_iterators.R

run_full_parameter_spaceR Documentation

Simulate Over Parameter Space

Description

Allows complete parameterization of a set of simulations. Meant to be added to as more parameters are divised to be iterated over

Usage

run_full_parameter_space(
  num_patches = 2,
  forager_directedness = 0.5,
  forager_persistence = 0.6,
  forager_choice_determinism = 0,
  field_radius = 50,
  patch_radius = 1,
  patch_max_value = 10,
  patch_starting_value = 3,
  patch_regen = 0.03,
  forager_speed = 1,
  forager_sight = 20,
  forager_GUD = 0.3,
  forager_efficiency = 0.1,
  simulation_length = 2000
)

Arguments

num_patches

numeric

forager_directedness

numeric

forager_persistence

numeric

forager_choice_determinism

numeric

field_radius

numeric

patch_radius

numeric

patch_max_value

numeric

patch_starting_value

numeric

patch_regen

numeric

forager_speed

numeric

forager_sight

numeric

forager_GUD

numeric

forager_efficiency

numeric

simulation_length

numeric

Value

list containing objects of Environment Class


aqvining/Foraging-Simulator documentation built on Nov. 19, 2022, 5:43 p.m.