Learn R Programming

likeLTD (version 6.3.0)

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.

Value

List.

Details

Optimize over parameter space, while checking for converence every 50 iterations.

See Also

DEoptim