util_run_nl_dyn_GenSA_fn: Simulated Annealing run simulation function

View source: R/util_runnl_dyn.R

util_run_nl_dyn_GenSA_fnR Documentation

Simulated Annealing run simulation function

Description

Simulated Annealing run simulation function

Usage

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

Arguments

param

vector of model parameters, generated by GenSA function

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 documentation built on May 31, 2023, 8:34 p.m.