- Updated scoring system to score structure probability out of 25000 in order to maintain interpretability of results while keeping the same scoring system when comparing datasets with different sample size
- Updated Bayesian probability scoring to never score the same structure twice (keeping a smaller dictionary of already scored candidates rather than looking through the large dictionary of samples every time).
- Known issue: cannot update Bayesian sample if the sample exists. It needs to be deleted manually before the command is run for -p to be considered. Will be fixed soon.