Skip to content

Commit

Permalink
update comment in fit_fcn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaSavara committed Jan 18, 2021
1 parent 2573717 commit 7bfb888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/optimize/fit_fcn.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def time_adjust_func(t_offset, t_adjust, t_sim, obs_sim, t_exp, obs_exp, weights
print("line 189, about to fill output with the residual objective_function_value", objective_function_value)
output = objective_function_value #normal case for residuals based optimization.

#FIXME: for Verbose currently we make most of the outputs above, and then override the 'loss_scalar' with the objective function from CheKiPEUQ.
#FIXME: for Verbose currently we make most of the outputs above, and then also put in the objective function from CheKiPEUQ.
if objective_function_type.lower() == 'bayesian':
#CheKiPEUQ requires a simulation_function based on only the paramters of interest.
#Typically, we would us a wrapper. However, here the structure is a bit different.
Expand Down

0 comments on commit 7bfb888

Please sign in to comment.