changed temp file to outputs/temp.xml

pull/1/head
titusquah 5 years ago
parent 0d90e4a996
commit 2b5df94eb6

@ -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'])

Loading…
Cancel
Save