computeTimeRemaining: Estimate the remaining time in the algorithm

View source: R/helper_funs.R

computeTimeRemainingR Documentation

Estimate the remaining time in the algorithm

Description

Estimate the remaining time in the algorithm

Usage

computeTimeRemaining(nsi, timer0, nsims, nprints = 2)

Arguments

nsi

current iteration

timer0

initial timer value from proc.time()[3]

nsims

total number of simulations

nprints

total number of printed updates

Value

estimate of remaining time


SeBR documentation built on June 17, 2025, 1:07 a.m.