orehunt
0ccbaa8c96
- refactoring
...
- fixes to prevent stalling
2020-03-20 15:42:25 +01:00
orehunt
9e0b07b2fd
- make sure dispatches always perform the given n of epochs
...
- prints fixes
2020-03-18 18:50:57 +01:00
orehunt
a982eae622
- fixed cases where n_points == 1 would stall the search because of filtering
...
- moved initial points flag set to workers instead of log loop
2020-03-18 14:48:38 +01:00
orehunt
cf76be6845
fixes for single mode
2020-03-18 09:24:25 +01:00
orehunt
8d03887b02
better defaults
2020-03-17 14:20:41 +01:00
orehunt
a5b44de0f6
hyperopt shared mode
...
- shared mode uses one optimizer with shared results
- multi mode runs as many optimizers as jobs and results are
only shared on ask
- a flag to override the strategy when asking more points (--lie-strat)
- make sure to ask with n_points `None` to avoid computing more
points than needed in shared mode
- reduce n of models to 1 in multi mode
- don't load more than the specified number of jobs when loading previous optimizers
- stretch the batch length to reach the epochs limit
- a warning for when no epochs are logged
2020-03-15 18:24:29 +01:00
orehunt
ef6efb7117
better fit logic (and multi-opt was never fitting -_-)
2020-03-13 18:57:05 +01:00
orehunt
027dae1c9b
more fixes for epochs counting
2020-03-12 12:55:00 +01:00
orehunt
ece0ddba38
fixes, moved points setup to its function
2020-03-10 09:47:36 +01:00
orehunt
29e9faf167
- switch max losses with known bad losses
2020-03-10 08:58:48 +01:00
orehunt
60e519eac4
better handling of interaction between n_points and jobs
2020-03-09 13:34:10 +01:00
orehunt
15749d3427
don't tell the optimizer "out of bounds" scores
2020-03-07 11:17:39 +01:00
orehunt
3f8ee76b24
comments and small fixes
2020-03-04 17:00:56 +01:00
orehunt
d6c66a54fd
deformat
2020-03-03 08:10:44 +01:00
orehunt
daba9d157b
jobs config fixes
2020-03-02 12:27:16 +01:00
orehunt
f23d57f18d
Merge branch 'develop' of https://github.com/freqtrade/freqtrade into batched_hyperopt
2020-03-02 08:13:37 +01:00
orehunt
f797413c80
- added multi optimizer mode
...
- tweaked optimizer config
- dump optimizer state on disk
2020-03-02 07:47:34 +01:00
hroff-1902
db1227f279
Merge pull request #3007 from yazeed/hyperopt_interface_sort
...
hyperopt_interface.py code styling
2020-03-02 02:22:44 +03:00
Yazeed Al Oyoun
77b7f95efb
simple code styling fixes
2020-03-02 00:14:01 +01:00
hroff-1902
8475baba4e
Merge pull request #2995 from freqtrade/stake_curr_empty
...
Allow Stake currency empty when using download-data
2020-03-02 00:53:09 +03:00
hroff-1902
e20b06408c
Merge pull request #3000 from freqtrade/fix/jupyter_example
...
[minor] Fix jupyter notebook example
2020-03-02 00:49:21 +03:00
hroff-1902
0a2f854302
Merge pull request #3001 from freqtrade/doc-nonce
...
[minor] Add note about InvalidNonce to documentation
2020-03-01 01:28:34 +03:00
Matthias
60f04cff4d
Simplify expression
2020-02-29 20:41:03 +01:00
Matthias
8fce82b412
Merge pull request #3002 from freqtrade/kraken_supported
...
Add official support for Kraken
2020-02-29 19:32:43 +01:00
Matthias
18d724f7a1
Adjust wording of supported exchanges
2020-02-29 19:22:36 +01:00
Matthias
d7373be553
Add official support for Kraken
2020-02-29 16:58:22 +01:00
Matthias
4c39f36084
Add note about InvalidNonce to documentation
2020-02-29 16:36:33 +01:00
hroff-1902
415f1dc25b
Merge pull request #2999 from freqtrade/release_docs
...
[minor] improve and correct release documentation
2020-02-29 18:31:11 +03:00
hroff-1902
293d1fca5c
Merge pull request #2998 from freqtrade/try_fix_randomfailure
...
Try fix random testfailure
2020-02-29 18:29:54 +03:00
Matthias
848054d140
Fix jupyter notebook example -
...
generate_candlestick_graph() needs a filtered pairlist, not a list
containing all pairs
2020-02-29 15:53:54 +01:00
Matthias
f25adf3b12
improve and correct release documentation
2020-02-29 15:48:36 +01:00
Matthias
9336d8ee02
Try fix random testfailure
2020-02-29 15:44:45 +01:00
Matthias
60579485e5
fix empty stake currency problem
2020-02-29 14:56:36 +01:00
Matthias
5277d71913
Add test for empty stake-currency
2020-02-29 14:56:04 +01:00
hroff-1902
0528af1700
Merge pull request #2879 from freqtrade/sortino_hyperopt_loss
...
Sortino hyperopt loss
2020-02-29 11:36:27 +03:00
hroff-1902
bee8e92f02
Final changes, use sqrt i.o. statistics.pstdev
2020-02-28 23:50:25 +03:00
Matthias
ac7fa8252b
Merge pull request #2985 from Fredrik81/pretty-backtesting
...
Changed table style of backtesting and alignment of headers
2020-02-28 06:20:34 +01:00
hroff-1902
866c51acc5
Merge pull request #2988 from freqtrade/fix/dryrun
...
run-mode not correctly set when using --dry-run
2020-02-27 22:09:18 +03:00
Matthias
a55964a622
we Must parse --dry-run before setting run-mode
2020-02-27 19:36:54 +01:00
Matthias
5a02026f82
Add test validating behaviour
2020-02-27 19:35:58 +01:00
hroff-1902
c0001fcb8c
Merge pull request #2987 from Fredrik81/table-style
...
Minor change to standardize table style.
2020-02-27 18:30:14 +03:00
hroff-1902
c1c0b59223
Merge pull request #2974 from freqtrade/enhance_roi_doc
...
Add timeframe_to_minutes to ROI documentation
2020-02-27 18:18:24 +03:00
Fredrik81
15e59654d9
Minor change to standardize table style.
...
This PR will target commands.
2020-02-27 16:10:45 +01:00
Matthias
e5a9c81412
Add 0 entry to enhanced ROI example
2020-02-27 14:04:12 +01:00
Fredrik81
55d471190a
Changed table style of backtesting and alignment of headers
2020-02-27 13:28:28 +01:00
hroff-1902
90065843a5
Merge pull request #2983 from freqtrade/runmode
...
Logging should be initialized first
2020-02-27 12:22:37 +03:00
Matthias
8623300d15
Merge pull request #2984 from freqtrade/dependabot/docker/python-3.8.2-slim-buster
...
Bump python from 3.8.1-slim-buster to 3.8.2-slim-buster
2020-02-27 08:26:20 +01:00
dependabot-preview[bot]
bbb438bd40
Bump python from 3.8.1-slim-buster to 3.8.2-slim-buster
...
Bumps python from 3.8.1-slim-buster to 3.8.2-slim-buster.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-27 06:18:09 +00:00
Matthias
e5ec97495d
Logging should be initialized first
2020-02-27 07:01:00 +01:00
hroff-1902
893d9cde8d
Merge pull request #2943 from Fredrik81/add-print-table
...
Added function to print hyperopt-list as table using tabulate
2020-02-27 05:22:41 +03:00