Interior Points Method Entropy Objective Function
Working to get this sorted out, it will fit into my framework well and allow arbitrary linear constraints; plus I'm hoping to wrap all the quadratic constraints into a new solver that is more general purpose, but that will have to wait. I should have it done by the end of the holiday weekend, or at least that is my goal.
I've been in touch with the authors of the recent paper on this topic and they are working on a way to compute the variance to use for the constraint as well. For the moment I have settled on using a value which is a proportion of the optimal variance for the return and constraints, meaning I solve once using the regular M-V solver, essentially the same problem, then I scale the variance and stick it into the entropy solver and solve again.
Right now I have what looks like a single problem I'm hoping to solve. The constraint on variance seems only to work as a penalty term in the objective, meaning the higher I set the required variance the more distance between the M-V efficient frontier and the entropy efficient sub-frontier. I can live with this so long as I can explain it.
