Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

util_run_nl_dyn_GenAlg_fn

Genetic Algorithm run simulation function


Description

Genetic Algorithm run simulation function

Genetic Algorithm run simulation function

Usage

util_run_nl_dyn_GenAlg_fn(
  param,
  nl,
  evalcrit,
  seed,
  cleanup.csv,
  cleanup.xml,
  cleanup.bat
)

util_run_nl_dyn_ABCmcmc_fn(param)

Arguments

param

vector of model parameters passed from ABC_mcmc function. If use_seeds = TRUE, the first element of this vector is a random seed

nl

nl object

evalcrit

evaluation criterion for simulated annealing

seed

current model seed

cleanup.csv

TRUE/FALSE, if TRUE temporary created csv output files will be deleted after gathering results.

cleanup.xml

TRUE/FALSE, if TRUE temporary created xml output files will be deleted after gathering results.

cleanup.bat

TRUE/FALSE, if TRUE temporary created bat/sh output files will be deleted after gathering results.


nlrx

Setup, Run and Analyze 'NetLogo' Model Simulations from 'R' via 'XML'

v0.4.2
GPL-3
Authors
Jan Salecker [aut, cre] (<https://orcid.org/0000-0002-9000-4229>), Marco Sciaini [aut] (<https://orcid.org/0000-0002-3042-5435>), Marina Papadopoulou [rev] (Marina reviewed the package for ropensci, see <https://github.com/ropensci/software-review/issues/262>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.