summaryrefslogtreecommitdiff
path: root/src/sample_selection.cc
AgeCommit message (Collapse)Author
2019-10-14Fix bug of infinite loop in sample selection when all powers were same.André Nusser
Division by zero was the issue.
2019-07-20Again adapt standard settings for sample selection.André Nusser
2019-07-20Set new default values for sample selection alg and scale parameters.André Nusser
The parameters are now all in [0,1].
2019-07-20Fix bug in sample selection (missing parentheses).André Nusser
2019-07-19Make "diversity" penalty linear instead of quadratic.André Nusser
This again makes our sample selection less prone to extreme outliers. Now only closeness has a quadratic penalty.
2019-07-18Fix issues of sample selection choosing very far samples.André Nusser
It can still do so, but it is much more unlikely and generally more stable now.
2019-07-13Improve the function for diverse in the sample selection.André Nusser
2019-05-12Move stddev to own filter.André Nusser
2019-05-12Delete old sample selection algorithm and do slight adaption.André Nusser
The slight adaption was the one deva and I talked about on IRC.
2019-05-11Some cleaning up of the sample selection.André Nusser
2019-05-11Add settings and GUI for new sampling algorithm.André Nusser
2019-05-11Variable renaming.André Nusser
2019-05-11Minor fix to compensate for dropped 0 velocity notes.André Nusser
2019-05-11Fix weird selection using gaussian.André Nusser
2019-05-11Some fixes for the new sample algorithm.André Nusser
2019-05-11Optimized version of new sample selection.André Nusser
2019-05-11Make it simpler to conduct experiments for new sample alg.André Nusser
2019-05-11Split sample selection into own class.André Nusser