fit_functions

Description

Functions needed for parameter fitting process.

Functions

check_parameter_bounds(...)

Check that provided parameter bounds are within reasonable limits defined in Eos object.

compute_obj(beadparams, fit_bead, ...[, ...])

Fit defined parameters for equation of state object with given experimental data.

consolidate_bounds(optimization_parameters)

Parse parameter bounds in the optimization_parameters dictionary.

global_minimization(global_method, *args, ...)

Fit defined parameters for equation of state object with given experimental data.

initial_guess(optimization_parameters, Eos)

Extract initial guess in fit parameters from Eos object.

initialize_constraints(constraints, ...)

A tuple of either constraint classes or dictionaries as required by global_methods.

obj_function_form(data_test, data0[, ...])

Sets objective functional form

reformat_output(cluster)

Takes a list of lists that contain thermo output of lists and floats and reformats" " it into a 2D numpy array.