UtilsLite
Utilities for C++ programming
Loading...
Searching...
No Matches
Minimization Algorithms

Algorithms for finding local and global minima of functions. More...

Classes

class  Utils::HJPatternSearch< Real >
 Class for implementing the Hooke-Jeeves Pattern Search Algorithm. More...
 
class  Utils::NelderMead< Real >
 Implements the Nelder-Mead optimization algorithm for nonlinear optimization problems. More...
 
class  Utils::Trichotomy_base_fun< Real >
 Abstract base class for defining mathematical functions used in the minimization algorithm. More...
 
class  Utils::Trichotomy< Real >
 Class for minimize the function \( f(x) \) without the usew of derivative. More...
 

Detailed Description

Algorithms for finding local and global minima of functions.

This module includes classes and functions for minimizing mathematical functions, offering both local and global minimization techniques. These algorithms are useful in various contexts, including optimization problems, curve fitting, and machine learning applications.