Should IterationSummary
be done after the iteration?
#115
Labels
❓ question
Further information is requested
IterationSummary
be done after the iteration?
#115
As it stands now there is a 0-th iteration summary that includes the initial free parameters.
But then, the first iteration repeats that, so the first iteration summary, to a great extent, same as the 0-th one. Thus, the figures, e.g.
https://clima.github.io/OceanTurbulenceParameterEstimation.jl/dev/literated/perfect_convective_adjustment_calibration/
have "Iteration 1" lying on top of "Initial ensemble".
I think that within
iterate!
. the iteration summary should come after theupdate_ensemble!
step. Does that sound reasonable? Would that mean that we need to callboth before and after
update_ensemble!
? That's no good... How do we avoid that?The text was updated successfully, but these errors were encountered: