This helper function simplifies optimization results (if possible).
simplify_results(results, simplify)
A list
.
A nested list
of optimization results.
Each element corresponds to one optimization run.
It is either list()
if the run has been removed or a list
of results for each optimizer.
The results for each optimizer is a list
, the output of
apply_optimizer
.
See documentation of method $results()
from Nop
object.