Closed form vs methods based on gradient descent

192 Views Asked by At

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.

1

There are 1 best solutions below

0
On BEST ANSWER

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.