We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The function log_mix taking two collections does not check that the first container is a simplex.
Rejection when the first argument is not a simplex, e.g.,
target += log_mix({0.5, 0.9}, {-1.2, -4.2});
v4.9.0