IDSIA / crema

Crema: Credal Models Algorithms
https://crema-toolbox.readthedocs.io/
GNU Lesser General Public License v3.0
10 stars 4 forks source link

Fixing sample bug. #75

Closed cbonesana closed 3 years ago

cbonesana commented 3 years ago

In certain cases a IndexOutOfBound exception was raised with the RandomUtils.sampleMultinomial() method. This was caused by a cumbersome management of such sampling.

Replaced with a more generic, faster, and simpler version.