Ragnar Groot Koerkamp
Ragnar Groot Koerkamp
In your paper, you write: > As test data, we used real DNA sequences ranging from 10 to 5000 kbp in length and their artificially mutated versions, in order to...
Not sure why this works, but it works.
For BAPC I created a `run.sh` script as follows (login params omitted) ``` bazel run analysis:activity -- \ ~/git/bapc/2019/bapc/solve_stats bazel run analysis:activity -- \ --solvestats > ~/git/bapc/2019/bapc/solve_stats/problem_stats.tex ``` It would...
If there's more than 100 submissions in a language, the default 20 tick size is too low. Really one tick is enough, so you could round the actual number of...
Depending on the contest size and size on the slides it would be nice to customize SECONDS_PER_BAR.
Add `generate {seed} -xs.tag unique/increasing/striclyincreasing` so set the type of generator used. Something like `generate {seed} -xs unique` doesn't mix well with the existing `-xs low..high` syntax, since they could...
Maybe something like this: Have a `language: ` in `contest.yaml` and/or `problem.yaml`, so that `bt` will look for `problem..tex` instead of the default `problem.en.tex`. A clean way to change the...
problemtools does it, and so should
Instead of doing ``` - test: generate.py {seed:1} - test: generate.py {seed:2} - test: generate.py {seed:3} ``` it would be nicer to support something like ``` - test: input: generate.py...