Skip to content

Commit

Permalink
fix in chance sched
Browse files Browse the repository at this point in the history
  • Loading branch information
jtwhite79 committed Mar 25, 2024
1 parent 13f169b commit e70752c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/pestpp_common/MOEA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2070,6 +2070,7 @@ void MOEA::initialize()
n_adaptive_dvs++;
}
constraints.initialize(dv_names, numeric_limits<double>::max());

constraints.initial_report();

if (pest_scenario.get_control_info().noptmax == 0)
Expand Down
1 change: 1 addition & 0 deletions src/libs/pestpp_common/constraints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ void Constraints::initialize(vector<string>& ctl_ord_dec_var_names, double _dbl_
}

probit_val = get_probit();
initialize_chance_schedule(f_rec);
//if the std weight options was selected, use it - it overrides all other options
if (std_weights)
{
Expand Down

0 comments on commit e70752c

Please sign in to comment.