summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
3 daysAdd makefile.Julian Weigt
3 daysforgotten ULJulian Weigt
3 daysOrder by smallest because we go through smallest first.Julian Weigt
3 daysOnly consider strings that end in 0.Julian Weigt
3 daysForgot another 1UL.Julian Weigt
3 daystypoJulian Weigt
3 daysWrite 1UL instead of 1 for function representation to make shift operation ↵Julian Weigt
work correctly.
3 daysChange type of index to index_t and make it unsinged long.Julian Weigt
3 daysRemove duplicates that come from multiple copies or translations from each ↵Julian Weigt
function generation.
3 daysAdd code to print also derivatives.Julian Weigt
3 daysFix first two function values to be 1 0.Julian Weigt
3 daysIncrease parameters for longer run.Julian Weigt
3 daysIn double-error replace double by typedef.Julian Weigt
3 daysAdd commented out commands to print also maximal function.Julian Weigt
3 daysAdd random function generator.Julian Weigt
3 daysFix computation of maximal function.Julian Weigt
3 dayscleanupJulian Weigt
3 daysformulationsJulian Weigt
3 daysPad derivative printing to two characters.Julian Weigt
3 daysUpdate table to include p=∞.Julian Weigt
3 daysRemove error printing from ratio.c.Julian Weigt
3 daysAllow p=∞ in program and adjust and generalize printing accordingly.Julian Weigt
3 daysUse array for p independent of k and accordingly print grouped according to p.Julian Weigt
3 dayss/inv_exptype_to_double/exptype_to_double/gJulian Weigt
3 daystypoJulian Weigt
3 daysPrint results up to N=20.Julian Weigt
3 daysFinish all printing including latex and niceties for printing 0 and 1 and such.Julian Weigt
3 daysPrint all results when finished, make printing prettier.Julian Weigt
3 dayss/to_double/valuetype_to_double/gJulian Weigt
3 days- Introduce matrix that contains derivatives and exponents of interest.Julian Weigt
- Use appropriate function arguments (arrays vs pointers).
3 daysProperly use header files and change return type for conversion from bool to ↵Julian Weigt
int.
3 daysMove getLine to mics.c.Julian Weigt
3 daysAdd "…" to string conversion output.Julian Weigt
3 daysIntroduce reading from stdin.Julian Weigt
3 daysIntroduce is_greater_certainly and is_greater_possibly to make more robust ↵Julian Weigt
the printing and finding of records. Start reorganizing to allow eventual printing of all records.
3 daysAdd stdbool.h everywhere.Julian Weigt
3 daysFix spacing.Julian Weigt
3 daysSkip computations for first derivative and threshold check.Julian Weigt
3 daysPrint two digits and other formulations.Julian Weigt
3 daysAdd triangle function as other example.Julian Weigt
3 daysImprove formulations and abstraction in c code.Julian Weigt
3 daysAdd extra check for printing if new record is significantly larger.Julian Weigt
3 daysPrint if and only if it beats previous record.Julian Weigt
3 daysLoop over all derivatives up to whatever limit and print depending on order ↵Julian Weigt
of derivative.
3 daysGive int conversion functions better names.Julian Weigt
3 daysKinda add flexibility to vary K or p within one call.Julian Weigt
3 daysRemove assert.h.Julian Weigt
3 daysMake more flexible by assigning indeces to threads in advance and generating ↵Julian Weigt
functions thread agnostically.
3 daysDo computations on circle, run through domains of all lengths, and add small ↵Julian Weigt
sleep to threads to avoid overlap for small domains.
3 daysAdd root_to_string function to enable printing of roots.Julian Weigt