DEoptimLoop: likeLTD::DEoptimLoop
Description
Values returned by DEoptim after optimization. See DEoptim help page
for more details.
Usage
DEoptimLoop(PARAMS, tolerance=1e-6)
Arguments
PARAMS
Parameters for optimization as generated by optimization.params
tolerance
If the relative difference between the current result, and the
last checked result is less than this value, then it is classed as converged.
Details
Optimize over parameter space, while checking for converence every 50 iterations.