Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding in more Bayesian_dict arguments. (#6)
* Update README.rst Moved image assets and added a GUI screenshot * Update README.rst * Moved to Assets Branch * Update fit_fcn.py Replace all for following: change calculate_residuals to calculate_objective_function change calc_resid_output to calc_objective_function_output * Update fit_fcn.py * Update fit_fcn.py changing variable names in fit_fcn and separating the bayesian case into an if statement. * Update fit_fcn.py * Update fit_fcn.py * Update fit_fcn.py Making single return for verbose versus normal case. * Made CheKiPEUQ_from_Frhodo helper module and also put code into fit_fcn Right now, these codes are not working. It is just the beginning. * Update fit_fcn.py * Create ExampleConfig.ini * add comments to fit_fcn.py about what is fed in by "args_list" * Update fit_fcn.py * renaming obs to obs_sim in fit_fcn * Update fit_fcn.py * get_varying_rate_vals_and_bnds * get_varying_rate_vals_and_bnds * pars_uncertainty_distribution code * newOptimization field for creating PE_object. * Added "Force Bayesian" * minor changes * Update CheKiPEUQ_from_Frhodo.py * Update CheKiPEUQ_from_Frhodo.py * Adjusting observed_data and responses shapes for CheKiPEUQ * got the weightings multiplication to work after transposing and transposing back * typo correction * update get_last_obs_sim_interp * moved CheKiPEUQ_PE_object creation into time_adjust_func * Update fit_fcn.py * working on get_log_posterior_density and getting varying_rate_vals * Update fit_fcn.py * forcing 'final' after minimization to be 'residual' * switch to negative log P for objective_function_value * Trying to allow Bayesian way to get past the "QQ" error by feeding residual metrics. * trying 10**neg_logP in lieu of loss_scalar. * adding Bayesian_dict to make code easier to follow * Separating Bayesian into 5 steps to simplify things for Travis * Update fit_fcn.py * Update CheKiPEUQ_integration_notes.txt * Update fit_fcn.py * Update CheKiPEUQ_integration_notes.txt * Create CiteSoftLocal.py * Update CiteSoft call for CheKiPEUQ * Disabling CiteSoft exportations for now * Update CheKiPEUQ_integration_notes.txt * update comment in fit_fcn.py * manually updating fit_fcn.py from Travis's CheKiPEUQ_integration branch Github was not allowing the merge properly, so doing this change manually before merging. * Update CheKiPEUQ_from_Frhodo from the CheKiPEUQ_Integration branch * Update fit_fcn.py * Update fit_fcn.py * creating get_last_obs_sim_interp and also working on Bayesian_dict * Update fit_fcn.py * Update fit_fcn.py Co-authored-by: Travis Sikes <[email protected]>
- Loading branch information