check_stop_criteria {MOEADr} | R Documentation |
Stop criteria for MOEA/D
Description
Verifies stop criteria for the MOEADr package.
Usage
check_stop_criteria(stopcrit, call.env)
Arguments
stopcrit |
list containing the parameters defining the stop
handling method. See Section |
call.env |
List vector containing the stop criteria to be used.
See |
Details
This routine is intended to be used internally by moead()
,
and should not be called directly by the user.
Value
Flag keep.running
, indicating whether the algorithm should continue
(TRUE
) or terminate (FALSE
).
References
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
[Package MOEADr version 1.1.3 Index]