Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sathyasris27/search-algorithms-for-optimization

Repository containing all direct and gradient-based search algorithms.
https://github.com/sathyasris27/search-algorithms-for-optimization

gradient-descent machine-learning-algorithms mathematics optimization

Last synced: about 1 month ago
JSON representation

Repository containing all direct and gradient-based search algorithms.

Awesome Lists containing this project

README

        

## **Optimization Algorithms**

A repository for all **direct** and **gradient-based** search algorithms.

### **Contents:**
#### **Single Variable Optimization Algorithms:**
- **Direct Search Algorithms**
- **Bracketing Methods:**
1. Exhaustive Search
2. Bounding Phase
- **Region Elimination Methods:**
1. Interval Halving
2. Fibonacci Search
3. Golden Section Search
- **Point Estimation Methods:**
1. Successive Quadratic Estimation


- **Gradient Based Methods:**
- Bisection
- Secant Block
- Newton - Raphson

#### **Multi Variable Optimization Algorithms:**
- **Unidirectional Search Algorithm**
- **Direct Search Algorithms:**
- Evolutionary Search
- Hooke - Jeeves Pattern Search