• In computer science and mathematical optimization, a metaheuristic is a higher-level procedure or heuristic designed to find, generate, tune, or select...
    47 KB (4,595 words) - 07:19, 9 September 2024
  • Thumbnail for List of metaphor-based metaheuristics
    This is a chronologically ordered list of metaphor-based metaheuristics and swarm intelligence algorithms, sorted by decade of proposal. Simulated annealing...
    44 KB (5,023 words) - 00:35, 13 June 2024
  • Parallel metaheuristic is a class of techniques that are capable of reducing both the numerical effort[clarification needed] and the run time of a metaheuristic...
    14 KB (1,829 words) - 23:54, 26 March 2023
  • This is a chronological table of metaheuristic algorithms that only contains fundamental computational intelligence algorithms. Hybrid algorithms and...
    45 KB (3,875 words) - 16:10, 9 August 2024
  • Thumbnail for Genetic algorithm
    computer science and operations research, a genetic algorithm (GA) is a metaheuristic inspired by the process of natural selection that belongs to the larger...
    68 KB (8,038 words) - 11:58, 29 September 2024
  • Search-based software engineering (SBSE) applies metaheuristic search techniques such as genetic algorithms, simulated annealing and tabu search to software...
    22 KB (2,346 words) - 15:28, 19 July 2024
  • Bat algorithm (category Nature-inspired metaheuristics)
    The Bat algorithm is a metaheuristic algorithm for global optimization. It was inspired by the echolocation behaviour of microbats, with varying pulse...
    3 KB (360 words) - 04:53, 31 January 2024
  • Thumbnail for Simulated annealing
    Simulated annealing (category Metaheuristics)
    approximating the global optimum of a given function. Specifically, it is a metaheuristic to approximate global optimization in a large search space for an optimization...
    35 KB (4,627 words) - 14:47, 14 September 2024
  • Thumbnail for Particle swarm optimization
    Particle swarm optimization (category Metaheuristics)
    works on PSO has been published by Bonyadi and Michalewicz. PSO is a metaheuristic as it makes few or no assumptions about the problem being optimized...
    48 KB (5,077 words) - 23:59, 2 July 2024
  • Thumbnail for Vehicle routing problem
    routing problems, a significant research effort has been dedicated to metaheuristics such as Genetic algorithms, Tabu search, Simulated annealing and Adaptive...
    20 KB (2,814 words) - 02:30, 3 October 2024
  • Tabu search (category Metaheuristics)
    Tabu search (TS) is a metaheuristic search method employing local search methods used for mathematical optimization. It was created by Fred W. Glover...
    15 KB (2,006 words) - 18:24, 23 July 2024
  • greedy randomized adaptive search procedure (also known as GRASP) is a metaheuristic algorithm commonly applied to combinatorial optimization problems. GRASP...
    4 KB (388 words) - 07:35, 11 August 2023
  • benchmarking other algorithms or metaheuristics. Indeed, brute-force search can be viewed as the simplest metaheuristic. Brute force search should not be...
    14 KB (1,973 words) - 05:28, 6 October 2024
  • Thumbnail for EU/ME, the metaheuristics community
    EWG EU/ME, the EURO Working Group on Metaheuristics, formerly referred to as EU/ME – the metaheuristics community, is a working group the main purpose...
    8 KB (874 words) - 14:05, 12 June 2024
  • Adaptive dimensional search algorithms differ from nature-inspired metaheuristic techniques in the sense that they do not use any metaphor as an underlying...
    2 KB (179 words) - 18:06, 5 April 2019
  • Firefly algorithm (category Nature-inspired metaheuristics)
    In mathematical optimization, the firefly algorithm is a metaheuristic proposed by Xin-She Yang and inspired by the flashing behavior of fireflies. In...
    5 KB (729 words) - 20:09, 5 January 2024
  • the Greek word heuriskein, meaning "to find". Constructive heuristic Metaheuristic: Methods for controlling and tuning basic heuristic algorithms, usually...
    11 KB (1,538 words) - 00:12, 16 October 2024
  • Thumbnail for Search algorithm
    stochastic search. This category includes a great variety of general metaheuristic methods, such as simulated annealing, tabu search, A-teams, and genetic...
    12 KB (1,574 words) - 07:35, 9 July 2024
  • Thumbnail for Evolutionary computation
    a family of population-based trial and error problem solvers with a metaheuristic or stochastic optimization character. In evolutionary computation, an...
    26 KB (2,960 words) - 06:43, 10 September 2024
  • Thumbnail for Ant colony optimization algorithms
    Ant colony optimization algorithms (category Nature-inspired metaheuristics)
    algorithms family, in swarm intelligence methods, and it constitutes some metaheuristic optimizations. Initially proposed by Marco Dorigo in 1992 in his PhD...
    77 KB (9,483 words) - 15:28, 22 September 2024
  • colony optimization (ACO) Simulated annealing, a generic probabilistic metaheuristic Tabu search, an extension of local search capable of escaping from local...
    18 KB (2,096 words) - 13:41, 30 January 2024
  • Thumbnail for Wisdom
    Civilization Baltes, Paul B.; Staudinger, Ursula M. (2000). "Wisdom: A Metaheuristic (Pragmatic) to Orchestrate Mind and Virtue Toward Excellence". American...
    82 KB (8,882 words) - 15:39, 11 October 2024
  • Thumbnail for Swarm intelligence
    Swarm intelligence (category Nature-inspired metaheuristics)
    nature-inspired metaheuristics. This list includes algorithms published up to circa the year 2000. A large number of more recent metaphor-inspired metaheuristics have...
    44 KB (4,908 words) - 22:33, 14 September 2024
  • Thumbnail for Combinatorial optimization
    discrete items; therefore, in principle, any sort of search algorithm or metaheuristic can be used to solve them. Widely applicable approaches include branch-and-bound...
    18 KB (1,825 words) - 12:22, 19 October 2024
  • methods. Generally, a metaheuristic is a stochastic algorithm tending to reach a global optimum. There are many metaheuristics, from a simple local search...
    58 KB (6,933 words) - 03:15, 11 March 2024
  • these methods can be proved to discover optima, but some are rather metaheuristic since the problems are in general more difficult to solve compared to...
    5 KB (583 words) - 06:10, 20 April 2024
  • Thumbnail for Mathematical optimization
    infinite-dimensional space, such as a space of functions. Heuristics and metaheuristics make few or no assumptions about the problem being optimized. Usually...
    52 KB (6,012 words) - 12:31, 16 September 2024
  • Thumbnail for Sailfish
    Bardsiri, Vahid Khatibi. "The Sailfish Optimizer: A novel nature-inspired metaheuristic algorithm for solving constrained engineering optimization problems"...
    18 KB (1,564 words) - 13:26, 12 September 2024
  • Local search (optimization) (category Metaheuristics)
    the one locally maximizing the criterion, i.e.: a greedy search, the metaheuristic takes the name hill climbing. When no improving neighbors are present...
    8 KB (1,088 words) - 16:59, 2 August 2024
  • and how they are extended into complete candidates. It is therefore a metaheuristic rather than a specific algorithm – although, unlike many other meta-heuristics...
    15 KB (1,986 words) - 14:56, 21 September 2024