fold-grammars:precalc_probing_base_scores

Last commit made on 2022-12-11
Get this branch:
git clone -b precalc_probing_base_scores https://git.launchpad.net/fold-grammars

Branch merges

Branch information

Name:
precalc_probing_base_scores
Repository:
lp:fold-grammars

Recent commits

adc880d... by =?utf-8?q?Fynn_M=C3=BCrmanns?= <email address hidden>

Merge pull request #57 from jlab/update_truth

updated truth file

cd4ebd8... by Fynn Muermanns <email address hidden>

move some variables inside init block since they no longer need to be known inside the entire function/no longer need to be static

a32fb5c... by Fynn Muermanns <email address hidden>

fix whitespace

b8e981d... by Fynn Muermanns <email address hidden>

revert back to initial implementation + bugfix

742ed8d... by Stefan Janssen

updated truth file

c799206... by Fynn Muermanns <email address hidden>

handle case where input .shape file contains more entries than length of input sequence

f778dd4... by Fynn Muermanns <email address hidden>

passing score matrices as pointers so cpplint is happy

6a450cb... by Fynn Muermanns <email address hidden>

had to precalculate all scores to avoid precision errors; precalculation is still really fast, but indexing is slower due to cache misses, so we loose the speedup

75621c2... by Fynn Muermanns <email address hidden>

forgot to fix linter errors

1d8d3d9... by Fynn Muermanns <email address hidden>

changed all doubles to long doubles to increase precision; maybe it will work now