stable/freqtrade/optimize
Matthias 0b0e7eaf96 Mutex TTL Cache accesses which can be accessed by multiple threads
Apparently, cachetools is (intentionally) not threadsafe
when using the Caches directly.
It's therefore recommended to wrap these with an explicit lock to avoid
problems.

source: https://github.com/tkem/cachetools/issues/245

closes #7215
2022-08-16 19:48:21 +02:00
..
hyperopt_loss Fix some assumptions on the data 2022-05-02 19:44:14 +02:00
space Improve performance of decimalspace.py 2021-10-24 18:14:24 +02:00
__init__.py Small adjustments for moved commands 2020-01-26 13:46:01 +01:00
backtest_caching.py Evict cache if parameter file changed 2022-04-29 19:44:17 +02:00
backtesting.py Add "freqai.enabled" flag to disable freqAI via config flag 2022-08-13 09:24:04 +02:00
bt_progress.py Fix typo in bt_progress 2022-01-02 19:38:03 +01:00
edge_cli.py Refactor bot_start to separate function 2022-05-25 20:01:21 +02:00
hyperopt.py Mutex TTL Cache accesses which can be accessed by multiple threads 2022-08-16 19:48:21 +02:00
hyperopt_auto.py explicit dimensions, added **kwargs, updated docs 2022-01-25 11:43:40 +00:00
hyperopt_epoch_filters.py Stream hyperopt-result in small batches 2021-08-10 10:12:57 +02:00
hyperopt_interface.py Remove ticker_interval support 2022-03-20 09:00:53 +01:00
hyperopt_loss_interface.py Fix hyperopt-loss interface to enforce kwargs 2022-04-25 11:33:18 +02:00
hyperopt_tools.py Removed None in dict.get() 2022-05-18 03:41:10 +05:30
optimize_reports.py Fix Flake8 errors after flake update 2022-08-01 06:43:59 +02:00