Algorithm to find peaks in a std::vector<float>
-
Updated
Aug 12, 2021 - C++
Algorithm to find peaks in a std::vector<float>
Compute minimum and maximum absolute values incrementally.
Compute a moving minimum and maximum incrementally.
Compute a minimum and maximum incrementally.
Different exercises for finding extremas of a function, approximating roots, finding a minimizer, for univariate and multivariate problems.
A python script to calculate extremas of a function without any libraries (Pure Python) for Numerical Method course
A website I created giving a brief overview of mathematical optimization techniques. These techniques can be useful in understanding the intuition behind machine learning algorithms.
Add a description, image, and links to the extrema topic page so that developers can more easily learn about it.
To associate your repository with the extrema topic, visit your repo's landing page and select "manage topics."