Optimize both prosecution and defence likelihoods, returning the weight of evidence.
evaluate.from.interim.peaks(file)
Restricted to only accept a filepath including the name "interim.RData", which is generated by evaluate.peaks() only if interim=TRUE. "interim.RData" will also be subsequently generated by evaluate.from.interim.peaks() thereafter, at regular intervals during the evaluation
A list containing seven elements:
Prosecution results, structured as results from DEoptim::DEoptim.
Defence results, structured as results from DEoptim::DEoptim.
WoE for each chunk. The final value is the final WoE.
-log_10 prosecution likelihood at each step usually.
-log_10 defence likelihood at each step usually.
Seed that is set at the beginning of computation; this will no longer apply if evaluate.from.interim.peaks is used.
Seed that is input by the user; this will no longer apply if evaluate.from.interim.peaks is used.
Optimize over parameter space, using a geometric progression of crossover rate and tolerance. Both prosecution and defence cases are optimized simultaneously.
evaluate