spotAlgEsTermination | R Documentation |
Handles the termination functions for the ES.
spotAlgEsTermination(it, maxIt, ge, maxGe, xk, xOpt = NULL)
it |
iteration (function evaluations) |
maxIt |
Maximum number of iterations (function evaluations) |
ge |
generation |
maxGe |
Maximum number of generations |
xk |
current best value of the optimization run |
xOpt |
target value of the optimization run |
boolean
- TRUE as long as the current value has not yet reached its limit. Once the
given termination criterion is reached the function returns FALSE.
spotAlgEs
spotAlgEsHps
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.