changed temp file to outputs/temp.xml

This commit is contained in:
titusquah
2020-07-14 17:52:26 -06:00
parent 0d90e4a996
commit 2b5df94eb6

View File

@@ -111,7 +111,8 @@ while rel_diff > 1e-4:
'extractant_rho': 960.0, 'extractant_rho': 960.0,
'diluant_rho': 750.0, 'diluant_rho': 750.0,
'objective_function': llepe.lmse_perturbed_obj, 'objective_function': llepe.lmse_perturbed_obj,
'optimizer': optimizer 'optimizer': optimizer,
'temp_xml_file_path': 'outputs/temp.xml'
} }
estimator = llepe.LLEPE(**llepe_params) estimator = llepe.LLEPE(**llepe_params)
estimator.update_xml(llepe_params['opt_dict']) estimator.update_xml(llepe_params['opt_dict'])