0
18kviews
What are the differences between derivative free and derivative based optimization.
2 Answers
3
1.4kviews
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 …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Thanks sir for tabular format


0
536views

Derivative free optimization

  • Derivative free optimization is repeated evaluation of objective function
  • The concept are based on natures wisdom, such as evolution and thermodynamics
  • The analytic opacity knowledge about them are based on empirical studies.
  • Stopping condition in derivative free optimization:

    Let k denote an iteration count and fk denote …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.