Note the repetition of id 0 and 1 and id 4 and 5, respectively.
Comments:
I took a peak at the implementation and found that
During bootstrapping phase (n=10 default), there is no duplicate protection for samples that are randomly drawn.
During gaussian phase, there doesn't seem to be duplicate protection either. This is probably ok, as it would indicate convergence, but I thought I would bring it up anyway.
I can't think of a scenario where this duplication would be desirable behavior, so I am reporting this as an issue.
Reproducible Example:
Output:
Note the repetition of id 0 and 1 and id 4 and 5, respectively.
Comments: I took a peak at the implementation and found that
During bootstrapping phase (n=10 default), there is no duplicate protection for samples that are randomly drawn.
During gaussian phase, there doesn't seem to be duplicate protection either. This is probably ok, as it would indicate convergence, but I thought I would bring it up anyway.
I can't think of a scenario where this duplication would be desirable behavior, so I am reporting this as an issue.