todod.random

Undocumented in source.

Members

Functions

dueWeight
auto dueWeight(long days)

Calculate due weight based on number of dates till due

progressWeight
auto progressWeight(long days)

Weight due to progress

randomGillespie
Todo[] randomGillespie(Todos ts, TagDelta selected, size_t no)
Undocumented in source.
tagWeightScalar
auto tagWeightScalar(Tags tags, TagDelta selected, size_t noTodos, size_t[Tag] tagNo)

Weight due to tag selection

weight
auto weight(Todo t, TagDelta selected, size_t noTodos, size_t[Tag] tagNo)

Associate a weight to a Todo depending on last progress and todo dates

Meta