solve_ord_problem: Solve a univariate ordinal problem

Description Usage Arguments Value

View source: R/data_io.R

Description

Solve the input univariate ordinal 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_ord_problem(data_dir, analysis_name, ord_prob, anneal_seed = NA)

Arguments

data_dir

The data directory with problems and results

analysis_name

A unique analysis name (for the input data directory)

ord_prob

The ordinal problem to solve (likely generated by [build_univariate_ord_problems]

anneal_seed

An optional seed to pass to fit_univariate_ord to make annealing reproducible (default: NA, not used)

Value

Whether or not the fit succeeded (TRUE or FALSE)


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