Verifies stop criterion "maximum number of evaluations" for the MOEADr package. For internal use only, not to be called directly by the user.
stop_maxeval(stopcrit, nfe, ...)
boolean value: TRUE
if this criterion has been met, FALSE
otherwise.
When this stop criterion is used, one element of the stopcrit
parameter (see moead()
) must have the following structure:
stopcrit$name = "maxeval"
stopcrit$maxeval
, containing a positive integer representing the
desired maximum number of evaluations.
F. Campelo, L.S. Batista, C. Aranha (2020): The MOEADr Package: A
Component-Based Framework for Multiobjective Evolutionary Algorithms Based on
Decomposition. Journal of Statistical Software doi:10.18637/jss.v092.i06