In computer science and operations research, approximation algorithms are efficient algorithms that find approximate solutions to optimization problems...
23 KB (3,126 words) - 12:31, 25 April 2025
APX (redirect from Constant-factor approximation algorithm)
polynomial-time approximation algorithms with approximation ratio bounded by a constant (or constant-factor approximation algorithms for short). In simple...
7 KB (997 words) - 17:00, 24 March 2025
Philip Wolfe in 1956. In each iteration, the Frank–Wolfe algorithm considers a linear approximation of the objective function, and moves towards a minimizer...
8 KB (1,200 words) - 19:37, 11 July 2024
computer science (particularly algorithmics), a polynomial-time approximation scheme (PTAS) is a type of approximation algorithm for optimization problems...
6 KB (752 words) - 13:09, 19 December 2024
An approximation is anything that is intentionally similar but not exactly equal to something else. The word approximation is derived from Latin approximatus...
14 KB (1,577 words) - 21:42, 31 May 2025
A minimax approximation algorithm (or L∞ approximation or uniform approximation) is a method to find an approximation of a mathematical function that...
3 KB (295 words) - 13:10, 27 September 2021
A parameterized approximation algorithm is a type of algorithm that aims to find approximate solutions to NP-hard optimization problems in polynomial time...
29 KB (3,440 words) - 18:31, 2 June 2025
Bin packing problem (redirect from First fit algorithm)
produced with sophisticated algorithms. In addition, many approximation algorithms exist. For example, the first fit algorithm provides a fast but often...
53 KB (7,098 words) - 08:15, 17 June 2025
Clique problem (redirect from Approximation algorithms for the clique problem)
maximum. Although the approximation ratio of this algorithm is weak, it is the best known to date. The results on hardness of approximation described below...
84 KB (9,905 words) - 16:01, 10 July 2025
Knapsack problem (redirect from Approximation algorithms for the knapsack problem)
time algorithm using dynamic programming. There is a fully polynomial-time approximation scheme, which uses the pseudo-polynomial time algorithm as a...
49 KB (7,744 words) - 04:22, 30 June 2025
Travelling salesman problem (redirect from Approximation algorithms for the traveling salesman problem)
matter of fact, the term "algorithm" was not commonly extended to approximation algorithms until later; the Christofides algorithm was initially referred...
87 KB (11,604 words) - 02:24, 25 June 2025
(they are symmetric and obey the triangle inequality). It is an approximation algorithm that guarantees that its solutions will be within a factor of 3/2...
12 KB (1,404 words) - 16:58, 16 July 2025
Maximum cut (redirect from Approximation algorithms for the max-cut problem)
approximation algorithm achieves an approximation ratio strictly less than one. There is a simple randomized 0.5-approximation algorithm: for each vertex...
25 KB (3,111 words) - 15:56, 10 July 2025
Independent set (graph theory) (redirect from Approximation algorithms for the maximum independent set problem)
trivial algorithm attains a (d − 1)-approximation algorithm for the maximum independent set. In fact, it is possible to get much better approximation ratios:...
30 KB (3,564 words) - 07:50, 15 July 2025
optimization, greedy algorithms optimally solve combinatorial problems having the properties of matroids and give constant-factor approximations to optimization...
17 KB (1,918 words) - 19:59, 19 June 2025
Iterative method (redirect from Iterative approximation)
quasi-Newton methods like BFGS, is an algorithm of an iterative method or a method of successive approximation. An iterative method is called convergent...
11 KB (1,556 words) - 01:03, 20 June 2025
only estimated via noisy observations. In a nutshell, stochastic approximation algorithms deal with a function of the form f ( θ ) = E ξ [ F ( θ , ξ )...
28 KB (4,388 words) - 08:32, 27 January 2025
Barnes–Hut simulation (redirect from Barnes-Hut algorithm)
is an approximation algorithm for performing an N-body simulation. It is notable for having order O(n log n) compared to a direct-sum algorithm which...
7 KB (814 words) - 16:37, 2 June 2025
Bottleneck traveling salesman problem (category Graph algorithms)
preserve the quality of approximations to that solution. If the graph is a metric space then there is an efficient approximation algorithm that finds a Hamiltonian...
8 KB (951 words) - 19:54, 12 October 2024
Partition problem (redirect from Approximations algorithms for the partition problem)
the runtime is O(n) and the approximation ratio is at most 3/2 ("approximation ratio" means the larger sum in the algorithm output, divided by the larger...
19 KB (2,439 words) - 01:02, 24 June 2025
understanding its approximation hardness". The best polynomial time approximation algorithm known for this case achieves only a very weak approximation ratio, n...
22 KB (2,662 words) - 06:47, 12 May 2025
The nearest neighbour algorithm was one of the first algorithms used to solve the travelling salesman problem approximately. In that problem, the salesman...
4 KB (466 words) - 20:53, 9 December 2024
any algorithm for the knapsack problem into an approximation algorithm for the GAP. Using any α {\displaystyle \alpha } -approximation algorithm ALG for...
6 KB (1,054 words) - 21:36, 3 October 2024
Graph edit distance (redirect from Approximation algorithms for graph edit distance)
often implemented as an A* search algorithm. In addition to exact algorithms, a number of efficient approximation algorithms are also known. Most of them have...
13 KB (1,533 words) - 01:04, 4 April 2025
Time complexity (redirect from Polynomial-time algorithm)
know quasi-polynomial time algorithms, but no polynomial time algorithm is known. Such problems arise in approximation algorithms; a famous example is the...
41 KB (4,997 words) - 14:25, 12 July 2025
Subset sum problem (redirect from Schroeppel and Shamir's algorithm)
where r is a number in (0,1) called the approximation ratio. The following very simple algorithm has an approximation ratio of 1/2: Order the inputs by descending...
25 KB (3,750 words) - 18:39, 9 July 2025
character recognition Statistical classification – see k-nearest neighbor algorithm Computer vision – for point cloud registration Computational geometry...
27 KB (3,341 words) - 05:28, 22 June 2025
the problem has instead concentrated on approximation algorithms for the problem. The goal of such algorithms is to find an approximate solution in polynomial...
8 KB (1,057 words) - 10:20, 13 October 2024
Set cover problem (category Approximation algorithms)
indeed gives a factor- log n {\displaystyle \scriptstyle \log n} approximation algorithm for the minimum set cover problem. See randomized rounding#setcover...
21 KB (3,011 words) - 15:31, 10 June 2025
This is a list of algorithm general topics. Analysis of algorithms Ant colony algorithm Approximation algorithm Best and worst cases Big O notation Combinatorial...
1 KB (125 words) - 13:50, 14 September 2024