check_stop_criteria {ExpDE} | R Documentation |
Implements different stop criteria for the ExpDE framework
check_stop_criteria()
logical flag indicating whether any stop condition has been reached.
This routine accesses the parent environment used in the main function
ExpDE()
, which means that changes made in the variables
contained in env
WILL change the original values. DO NOT change
anything unless you're absolutely sure of what you're doing.