Highlight syntax in advanced-hyperopt as well
This commit is contained in:
parent
2034527faa
commit
418e7adac1
@ -10,7 +10,7 @@ Custom hyperop classes can be derived in the same way [it can be done for strate
|
|||||||
|
|
||||||
Applying to hyperoptimization, as an example, you may override how dimensions are defined in your optimization hyperspace:
|
Applying to hyperoptimization, as an example, you may override how dimensions are defined in your optimization hyperspace:
|
||||||
|
|
||||||
```
|
```python
|
||||||
class MyAwesomeHyperOpt(IHyperOpt):
|
class MyAwesomeHyperOpt(IHyperOpt):
|
||||||
...
|
...
|
||||||
# Uses default stoploss dimension
|
# Uses default stoploss dimension
|
||||||
|
Loading…
Reference in New Issue
Block a user