Adding not about moving the mesh cdf in the future.

This commit is contained in:
Patrick Shriwise 2023-01-13 10:24:05 -06:00
parent f92515d6f2
commit ff9b5fd741

View file

@ -115,6 +115,8 @@ public:
private:
int32_t mesh_idx_ {C_NONE};
double total_strength_ {0.0};
// TODO: move to an independent class in the future that's similar
// to a discrete distribution without outcomes
std::vector<double> mesh_CDF_;
std::vector<double> mesh_strengths_;
};