derivativebased
Derivative-based, or derivativebased, refers to algorithms and analysis techniques that rely on derivatives of a function to perform optimization, estimation, or sensitivity analysis. In mathematical optimization, derivative-based methods use gradient information (first derivatives) and often second-order information (Hessian) to navigate the objective's landscape toward minima or maxima. They contrast with derivative-free methods, which do not require gradient information.
Common gradient-based methods include gradient descent, where the iterate is updated in the negative gradient direction;
The main advantages are faster convergence near optima and better scalability to high-dimensional problems when derivatives