Optimizing a Matrix dependent function
Mostrar comentarios más antiguos
I am having an issue where a function to optimize contains a matrix. Is there a way to efficiently optimize a matrix in Matlab or do I literally have to optimize every matrix element by itself, which would make this a 200x200 parameter optimization and virtually impossible?
3 comentarios
Torsten
el 3 de Nov. de 2017
Too little information to be answered adequately.
Best wishes
Torsten.
Thomas Bauer
el 3 de Nov. de 2017
Torsten
el 3 de Nov. de 2017
If the j-th element of "spacevektor" is not zero, choose the j-th column of "Amatrix" to be RESULT/(j-th element of spacevektor) and all other elements of "Amatrix" to be zero.
If this is not what you need, the information you supplied is still insufficient.
Best wishes
Torsten.
Respuestas (0)
Categorías
Más información sobre Choose a Solver en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!