optimization algorithm
algorithm for finding the optimum or optima of a function
golden section search
technique for finding the maximum of a unimodal function by probing a sequence of points whose distances decrease in the golden ratio at each step
ant colony optimization algorithms
probabilistic techniques for solving computational problems that can be reduced to finding good paths through graphs
branch and price
mathematical combinatorial optimization method
Newton's method in optimization
Method for finding stationary points of a function
backpropagation
optimization algorithm for artificial neural networks
line search
optimization algorithm
branch and cut
procedure in combinatorial optimization
speculative execution
optimization technique
evolutionary algorithm
subset of evolutionary computation
Yo-yo
Leader election algorithm
gradient descent
optimization algorithm
Quasi-Newton method
optimization algorithm
sequential minimal optimization
optimization algorithm for training support vector machines