using fmincon with a turnover penalty function
Mostrar comentarios más antiguos
I use fmincon on the following function: vol=w'*Cov*w + (c*(w-PriorWeights)'*Cov*(w-PriorWeights));
To minimize volatility, while punishing a change in weights (w).
adding the part after the "+" causes an error: User-supplied and forward finite-difference derivatives do not match within 1e-06 relative tolerance.
I do not understand (and cannot find online solutions to) this problem.
1 comentario
Torsten
el 18 de Mayo de 2017
Do you supply the gradient of the objective function ?
Best wishes
Torsten.
Respuestas (0)
Categorías
Más información sobre Model Compatibility en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!