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
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
Matthias
60f04cff4d
Simplify expression
2020-02-29 20:41:03 +01:00
Matthias
d7373be553
Add official support for Kraken
2020-02-29 16:58:22 +01: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
60579485e5
fix empty stake currency problem
2020-02-29 14:56:36 +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
Matthias
a55964a622
we Must parse --dry-run before setting run-mode
2020-02-27 19:36:54 +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
Fredrik81
15e59654d9
Minor change to standardize table style.
...
This PR will target commands.
2020-02-27 16:10:45 +01:00
Fredrik81
55d471190a
Changed table style of backtesting and alignment of headers
2020-02-27 13:28:28 +01: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
hroff-1902
e6d003f8f2
Merge pull request #2973 from freqtrade/support_non_pairs
...
Support non pairs
2020-02-26 12:20:45 +03:00
Matthias
f38accb77b
Return empty string if no quote / base currency can be found
2020-02-26 07:09:54 +01:00
Matthias
4e218be51d
Don't use markets[pair]['quote']
2020-02-26 07:08:09 +01:00
Matthias
1021ffa1c3
Apply suggestions from code review
...
Add suggested changes to comments
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-02-26 07:00:08 +01:00
hroff-1902
5a900858d8
Merge branch 'develop' into rate_caching
2020-02-26 04:04:20 +03:00
orehunt
d96e842a21
added effort as new argument
2020-02-25 16:17:56 +01:00
Matthias
31ac4598ba
Fix last occurances of pair splitting
2020-02-25 07:16:37 +01:00
Matthias
d34515a5de
Remove constraint to have pairs in base/quote format
2020-02-25 07:04:20 +01:00
Matthias
e8eaa8920e
Use get_base_currency instead of splitting by /
2020-02-25 07:01:31 +01:00
Fredrik81
cd7efde6c0
Fixed coloring so it's only targeting the values not the table borders
2020-02-24 22:06:21 +01:00
Matthias
61037ab7b8
Implement get_pair_base_curr and get_pair_quote_curr
2020-02-24 21:50:27 +01:00
Matthias
3e4f663418
Move pairlist validation to exchange (we need to use .quote) from
...
markets
2020-02-24 21:33:42 +01:00
Matthias
6581ba56ca
Use markets.quote to validate
2020-02-24 20:41:45 +01:00
Fredrik81
23bf135b8a
Alignment of table content, changed coloring, changed 'Best' column to show if it's initial_point or best
2020-02-24 11:01:14 +01:00
Matthias
83959f0e56
Merge pull request #2959 from hroff-1902/throttling
...
Better throttling
2020-02-24 06:54:52 +01:00
Fredrik81
7eb62ed32e
Remove old print option for hyperopt-list and made table as default
2020-02-24 00:33:01 +01:00
hroff-1902
e545ef563c
Wording adjusted in helpstring
2020-02-23 22:50:58 +03:00