mergeFits: Merges all the fits and returns a single dataframe containing...

Description Usage Arguments

View source: R/utils.R

Description

Merges all the fits and returns a single dataframe containing the base 10 log of loss, time and iteration of all the solver fits provided.

Usage

1
mergeFits(fits, cutoff_time = 10000)

Arguments

fits

List of outputs of any of the algorithms (FISTA, ADMM etc)

cutoff_time

If any of the solvers run for time longer than 'cutoff_time', their output is considered only until 'cutoff_time'. This is done to avoid skewed plots due to one of the solvers taking huge time. Default value is 10000s


straw-boy/solvers documentation built on Sept. 5, 2020, 6:28 a.m.