lsc_max_fitness_evaluations: Factory function for a local stopping condition that stops a...

View source: R/local_stopping_condition.R

lsc_max_fitness_evaluationsR Documentation

Factory function for a local stopping condition that stops a deme after given number of fitness function evaluations has been made in that deme.

Description

Factory function for a local stopping condition that stops a deme after given number of fitness function evaluations has been made in that deme.

Usage

lsc_max_fitness_evaluations(max_evaluations)

Arguments

max_evaluations
  • numeric

Value

Function that can be used as a local stopping condition for hms.

Examples

local_stopping_condition <- lsc_max_fitness_evaluations(500)

hmsr documentation built on Oct. 25, 2023, 9:07 a.m.