A couple self implemented optimization algorithms in matlab
- Applicable on Functions
- Gradient based:
- Gradient descent with variable step size
- Stochatic gradient descent
- Newton procedure
- Newton procedure simplified
- Newton procedure subdued
- Newton procedure global
- Metaheuristic:
- Simulated annealing
- Firefly algorithm
- Other:
- Downhill simplex procedure
- Gradient based:
- Applicable on Graphs
- Metaheuristic:
- Simulated annealing for graph
- Ant algorithm
- Metaheuristic:
- Matlab R2015a or higher