for giggles i'm using sklearn and a genetic algo. library to optimize parameters for my trading strategy.
in order to rank the sets of parameters i need a single valued result from the optimization, e.g. Sharpe ratio, but of course there are many other statistics which are not represented by Sharpe ratio.
How do you go about combining these statistics into a single value?
in order to rank the sets of parameters i need a single valued result from the optimization, e.g. Sharpe ratio, but of course there are many other statistics which are not represented by Sharpe ratio.
How do you go about combining these statistics into a single value?