gsc_trivial: Factory function for a global stopping condition that never...

View source: R/global_stopping_condition.R

gsc_trivialR Documentation

Factory function for a global stopping condition that never stops the computation. It results in hms running until there are no more active demes.

Description

Factory function for a global stopping condition that never stops the computation. It results in hms running until there are no more active demes.

Usage

gsc_trivial()

Value

function that always returns FALSE, which can be used as a global stopping condition for the hms function.

Examples

global_stopping_condition <- gsc_trivial()

WojtAcht/hms documentation built on March 16, 2024, 7:51 p.m.