gsc_metaepochs_count {hmsr} | R Documentation |
Factory function for a global stopping condition that stops the computation after given number of metaepochs.
gsc_metaepochs_count(metaepochs_count)
metaepochs_count |
|
Function that receives a list of metaepoch snapshots and returns a Boolean value determining whether the computation should be stopped based on how many metaepochs have passed, which can be used as a global stopping condition for the hms function.
global_stopping_condition <- gsc_metaepochs_count(10)