Last data update: 2014.03.03

R: likeLTD::evaluate.from.interim
evaluate.from.interimR Documentation

likeLTD::evaluate.from.interim

Description

Optimize both prosecution and defence likelihoods, returning the weight of evidence.

Usage

evaluate.from.interim(file)

Arguments

file

Restricted to only accept a filepath including the name "interim.RData", which is generated by evaluate() only if interim=TRUE. "interim.RData" will also be subsequently generated by evaluate.from.interim() thereafter, at regular intervals during the evaluation

Details

Optimize over parameter space, using a geometric progression of crossover rate and tolerance. Both prosecution and defence cases are optimized simultaneously.

Value

A list containing five elements:

Pros

Prosecution results, structured as results from DEoptim::DEoptim.

Def

Defence results, structured as results from DEoptim::DEoptim.

WoE

WoE for each chunk. The final value is the final WoE.

seed.used

Seed that is set at the beginning of computation; this will no longer apply if evaluate.from.interim.peaks is used.

seed.input

Seed that is input by the user; this will no longer apply if evaluate.from.interim.peaks is used.

See Also

evaluate

Results