check_stop_criteria {ExpDE} | R Documentation |
Stop criteria for DE
Description
Implements different stop criteria for the ExpDE framework
Usage
check_stop_criteria()
Value
logical flag indicating whether any stop condition has been reached.
Warning
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.
[Package ExpDE version 0.1.4 Index]