From 4e847f26bcd71e911572e35bcb7fa48dcb3d3af2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 6 Sep 2018 20:11:29 +0200 Subject: [PATCH] explicitly ask for more ressources in hyperopt documentation --- docs/hyperopt.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/hyperopt.md b/docs/hyperopt.md index f4b69b632..3f568d82e 100644 --- a/docs/hyperopt.md +++ b/docs/hyperopt.md @@ -5,6 +5,8 @@ algorithms included in the `scikit-optimize` package to accomplish this. The search will burn all your CPU cores, make your laptop sound like a fighter jet and still take a long time. +*Note:* Hyperopt will crash when used with only 1 CPU Core as found out in [Issue #1133](https://github.com/freqtrade/freqtrade/issues/1133) + ## Table of Contents - [Prepare your Hyperopt](#prepare-hyperopt) - [Configure your Guards and Triggers](#configure-your-guards-and-triggers)