File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -749,7 +749,7 @@ def optimize(self,
749
749
series, an additional `pd.Series` is returned with a multiindex
750
750
of all admissible parameter combinations, which can be further
751
751
inspected or projected onto 2D to plot a heatmap
752
- (see `backtesting.backtesting. lib.plot_heatmaps()`).
752
+ (see `backtesting.lib.plot_heatmaps()`).
753
753
754
754
Additional keyword arguments represent strategy arguments with
755
755
list-like collections of possible values. For example, the following
@@ -762,6 +762,9 @@ def optimize(self,
762
762
.. TODO::
763
763
Add parameter `max_tries: Union[int, float] = None` which switches
764
764
from exhaustive grid search to random search. See notes in the source.
765
+
766
+ .. TODO::
767
+ Improve multiprocessing/parallel execution on Windos with start method 'spawn'.
765
768
"""
766
769
if not kwargs :
767
770
raise ValueError ('Need some strategy parameters to optimize' )
You can’t perform that action at this time.
0 commit comments