Add sharpe ratio hyperopt loss

This commit is contained in:
Matthias
2019-07-16 06:45:13 +02:00
parent d23179e25c
commit ec49b22af3
4 changed files with 70 additions and 23 deletions

View File

@@ -1,6 +1,7 @@
"""
IHyperOptLoss interface
This module defines the interface for the loss-function for hyperopts
DefaultHyperOptLoss
This module defines the default HyperoptLoss class which is being used for
Hyperoptimization.
"""
from math import exp