lsc_max_fitness_evaluations {hmsr} | R 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 |
|
Value
Function that can be used as a local stopping condition for hms.
Examples
local_stopping_condition <- lsc_max_fitness_evaluations(500)
[Package hmsr version 1.0.1 Index]