0
18kviews
What are the differences between derivative free and derivative based optimization.
2 Answers
written 8.3 years ago by | • modified 8.3 years ago |
Derivative Free Optimization | Derivative Based Optimization |
---|---|
Derivative Free Optimization cannot be derived | Derivative Based Optimization can be derived |
It makes use of evolutionary concepts. | It does not makes use of evolutionary concepts. |
It is slower than Derivative Based Optimization. | It is faster than Derivative Free Optimization. |
It makes use of … |
written 8.3 years ago by |
Derivative free optimization
Stopping condition in derivative free optimization:
Let k denote an iteration count and fk denote …