View source: R/check_stop_criteria.R
| check_stop_criteria | R Documentation |
Verifies stop criteria for the MOEADr package.
check_stop_criteria(stopcrit, call.env)
stopcrit |
list containing the parameters defining the stop
handling method. See Section |
call.env |
List vector containing the stop criteria to be used.
See |
This routine is intended to be used internally by moead(),
and should not be called directly by the user.
Flag keep.running, indicating whether the algorithm should continue
(TRUE) or terminate (FALSE).
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.