Lets say you are optimizing three parameters,
by grid searching,
you obtain:
SharpeRatios as a function of parameters p1, p2, p3,
where p1 takes value on a set of n1 values, p2 takes value on a set of n2 values, and p3 takes value on a set of n3 values.
Therefore, you obtain the SharpeRatios which is of size n1 x n2 x n3...
What's the best way to visualize these data, suppose our goal is to check the smoothness of the surface?
Thanks a lot!
by grid searching,
you obtain:
SharpeRatios as a function of parameters p1, p2, p3,
where p1 takes value on a set of n1 values, p2 takes value on a set of n2 values, and p3 takes value on a set of n3 values.
Therefore, you obtain the SharpeRatios which is of size n1 x n2 x n3...
What's the best way to visualize these data, suppose our goal is to check the smoothness of the surface?
Thanks a lot!