Skip to contents

This helper function simplifies optimization results (if possible).

Usage

simplify_results(results, simplify)

Arguments

results

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.

simplify

See documentation of method $results() from Nop object.

Value

A list.