This repository contains python implementation of algorithms for approach of finding global minimum of multidimensional functions.
The proposed method explores a potential of applying global optimization along the line employing Moore-Skelboe algorithm for finding global minimum on whole set. Proposed results compered to those achieved by vanilla Golden-section optimization.
We tested our approach on the following functions:
Rastrigin functionAckley function
Our model provides different optimization algorithms:
Coordinate descentGradient descent
[Interval Global Optimization] (https://www.researchgate.net/scientific-contributions/Helmut-Ratschek-70626150)
MIT License