Skip to content

Optimization AlgorithmsΒΆ

← Back to Domain-Specific Abstractions by Domain

2 domain-specific abstractions whose origin domain is Optimization Algorithms.

  • Ant colony optimization algorithms β€” A population metaheuristic in which stochastic construction agents reinforce useful graph choices through shared, evaporating pheromone values.
  • Ternary search β€” An interval-reduction search for the extremum of a unimodal function that compares two interior points and discards the third of the domain that cannot contain the optimum.