Closed tdhock closed 3 years ago
Should there be a PiecewisePoissonLossLog member of this struct? No I don't think there should be a PiecewisePoissonLossLog member. And the name may be changed to something like "MinimizeResult" or "OptimalParameters" because it stores the output of the Minimize method, which is a set of optimal parameters. so something like
struct MinimizeResult{
double cost;
double log_mean;
double prev_log_mean;
int prev_seg_end;
};
@alyssajs that would make the decoding easier to understand