Derivaatittomat
Derivaatittomat is a class of optimization algorithms that solve problems without using derivatives. They rely on evaluating the objective function at selected points and using those results to guide the search for minima or maxima. This makes them suitable for black-box problems where gradients are unavailable, unreliable, or expensive to obtain.
The concept aligns with derivative-free optimization, a field whose roots lie in early direct-search methods such
Derivaatittomat methods encompass several families. Direct search methods, such as pattern search and the Nelder–Mead algorithm,
Applications of Derivaatittomat techniques are widespread in engineering design, physics-based simulations, and machine learning, particularly for
Strengths include robustness to non-smooth or noisy objectives and independence from gradient calculations. Limitations can include