diff --git a/src/libs/pestpp_common/MOEA.cpp b/src/libs/pestpp_common/MOEA.cpp index 7f2b69a4..eaf14e8c 100644 --- a/src/libs/pestpp_common/MOEA.cpp +++ b/src/libs/pestpp_common/MOEA.cpp @@ -2070,6 +2070,7 @@ void MOEA::initialize() n_adaptive_dvs++; } constraints.initialize(dv_names, numeric_limits::max()); + constraints.initial_report(); if (pest_scenario.get_control_info().noptmax == 0) diff --git a/src/libs/pestpp_common/constraints.cpp b/src/libs/pestpp_common/constraints.cpp index 0b2ffa38..e13fd580 100644 --- a/src/libs/pestpp_common/constraints.cpp +++ b/src/libs/pestpp_common/constraints.cpp @@ -490,6 +490,7 @@ void Constraints::initialize(vector& 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) {