Zannick / logic-graph

Tools for video game logic representation and analysis, particularly routing and beatability checks for speedruns and randomizers.
MIT License
3 stars 0 forks source link

Improve when we retrieve from the db for empty buckets in the heap #180

Open Zannick opened 2 weeks ago

Zannick commented 2 weeks ago
  1. Change db mins to include both params (time since last visit, total estimate to finish). Likely we'll want them separate so we can still use atomic values.
  2. Update thresholds in maybe_fetch_for_empty_buckets to be dependent on both values.