timeout-with-results

Runs a time-limited computation alowing it to return intermediate results.

https://github.com/ppetr/timeout-with-results

Latest on Hackage:0.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-LGPL licensed by Petr Pudlák
Maintained by Petr Pudlák

Evaluates a computation withing a given timeout limit, alowing it to return intermediate results. Useful for AI algorithms that should return the best result within a given wallclock time limit.