solve_cont_problem: Solve a univariate continuous problem

Description Usage Arguments Value

View source: R/data_io.R

Description

Solve the input unaviriate continuous problem by doing a maximum likelihood fit to find the best parameter vector. A save file is added to the data directory (data_dir) in .rds format.

Usage

1
solve_cont_problem(data_dir, analysis_name, cont_prob)

Arguments

data_dir

Data directory directory where the solution will be saved

cont_prob

The continuous problem to solve (likely generated by [build_univariate_cont_problems]

Value

Whether or not the fit succeeded (TRUE or FALSE)


MichaelHoltonPrice/yada documentation built on Sept. 19, 2021, 11:27 p.m.