I am a beginner to optimization. Could anybody give me a simple example to illustrate when I should use closed form and when I should use iterative methods like gradient descent?
Thanks in advance.
I am a beginner to optimization. Could anybody give me a simple example to illustrate when I should use closed form and when I should use iterative methods like gradient descent?
Thanks in advance.
Copyright © 2021 JogjaFile Inc.
If you can find closed-form expression to solve your optimization problem go for it! But it is a very rare situation, that's way iterative methods has been developed.