<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Algorithm_engineering</id>
	<title>Algorithm engineering - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Algorithm_engineering"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Algorithm_engineering&amp;action=history"/>
	<updated>2026-09-09T18:15:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=Algorithm_engineering&amp;diff=4386688&amp;oldid=prev</id>
		<title>imported&gt;Rewed at 20:43, 4 March 2024</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Algorithm_engineering&amp;diff=4386688&amp;oldid=prev"/>
		<updated>2024-03-04T20:43:18Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Algorithm engineering&amp;#039;&amp;#039;&amp;#039; focuses on the design, analysis, implementation, optimization, profiling and experimental evaluation of computer [[algorithms]], bridging the gap between algorithmics theory and practical applications of algorithms in [[software engineering]].&amp;lt;ref name=&amp;quot;AE&amp;quot;&amp;gt;&amp;quot;Algorithm Engineering&amp;quot;, Camil Demetrescu, Irene Finocchi, [[Giuseppe Francesco Italiano|Giuseppe F. Italiano]], web: [http://www.dis.uniroma1.it/~demetres/docs/ae.pdf http://www.dis.uniroma1.it/~demetres/docs/ae.pdf]&amp;lt;/ref&amp;gt;&lt;br /&gt;
It is a general methodology for algorithmic research.&amp;lt;ref name=&amp;quot;AEDef&amp;quot;&amp;gt;&amp;quot;Algorithm Engineering – An Attempt at a Definition&amp;quot;, [[Peter Sanders (computer scientist)|Peter Sanders]], web: [http://algo2.iti.kit.edu/documents/definition.pdf http://algo2.iti.kit.edu/documents/definition.pdf]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Origins==&lt;br /&gt;
&lt;br /&gt;
In 1995, a report from an [[National Science Foundation|NSF]]-sponsored workshop &amp;quot;with the purpose of assessing the current goals and directions of the Theory of Computing (TOC) community&amp;quot; identified the slow speed of adoption of theoretical insights by practitioners as an important issue and suggested measures to&lt;br /&gt;
* reduce the uncertainty by practitioners whether a certain theoretical breakthrough will translate into practical gains in their field of work, and&lt;br /&gt;
* tackle the lack of ready-to-use algorithm libraries, which provide stable, bug-free and well-tested implementations for algorithmic problems and expose an easy-to-use interface for library consumers.&amp;lt;ref name=&amp;quot;EOTCS&amp;quot;&amp;gt;&amp;quot;Emerging Opportunities for Theoretical Computer Science&amp;quot;, Aho, Johnson, Karp, Kosaraju, McGeoch, Papadimitriou, web: [http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.55.9160 http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.55.9160]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;!-- Scientists have encountered a widening gap between theoretical insights and their application in software engineering disciplines. While algorithm theory provides the mathematical foundation to discover ..., it often does not meet the practical requirements of software engineering. --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
But also, promising algorithmic approaches have been neglected due to difficulties in mathematical analysis.&amp;lt;ref name=&amp;quot;AEDef&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;!-- Algorithm engineering was mentioned as one of the approaches to speed up adoption .... --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The term &amp;quot;algorithm engineering&amp;quot; was first used with specificity in 1997, with the first Workshop on Algorithm Engineering (WAE97), organized by [[Giuseppe Francesco Italiano|Giuseppe F. Italiano]].&amp;lt;ref&amp;gt;{{Cite web |url=http://www.dsi.unive.it/~wae97 |title=Workshop on Algorithm Engineering |access-date=2009-09-14 |archive-date=2018-09-27 |archive-url=https://web.archive.org/web/20180927054846/http://www.dsi.unive.it/~wae97/ |url-status=dead }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Difference from algorithm theory==&lt;br /&gt;
 &lt;br /&gt;
Algorithm engineering does not intend to replace or compete with algorithm theory, but tries to enrich, refine and reinforce its formal approaches with [[experimental algorithmics]] (also called empirical algorithmics).&lt;br /&gt;
&lt;br /&gt;
This way it can provide new insights into the efficiency and performance of algorithms in cases where&lt;br /&gt;
* the algorithm at hand is less amenable to algorithm theoretic analysis,&lt;br /&gt;
* formal analysis pessimistically suggests bounds which are unlikely to appear on inputs of practical interest,&lt;br /&gt;
* the algorithm relies on the intricacies of modern hardware architectures like data locality, branch prediction, instruction stalls, instruction latencies which the machine model used in Algorithm Theory is unable to capture in the required detail,&lt;br /&gt;
* the crossover between competing algorithms with different constant costs and asymptotic behaviors needs to be determined.&amp;lt;ref name=&amp;quot;AE&amp;quot;/&amp;gt;&amp;lt;ref name=&amp;quot;TDEA&amp;quot;&amp;gt;&amp;quot;Towards a Discipline of Experimental Algorithmics&amp;quot;, Bernard M. E. Moret, web: [http://infoscience.epfl.ch/record/97865/files/dimacs_algorithmics.pdf http://infoscience.epfl.ch/record/97865/files/dimacs_algorithmics.pdf]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Methodology==&lt;br /&gt;
&lt;br /&gt;
Some researchers describe algorithm engineering&amp;#039;s methodology as a cycle consisting of algorithm design, analysis, implementation and experimental evaluation, joined by further aspects like machine models or realistic inputs.&lt;br /&gt;
They argue that equating algorithm engineering with [[experimental algorithmics]] is too limited, because viewing design and analysis, implementation and experimentation as separate activities ignores the crucial feedback loop between those elements of algorithm engineering.&amp;lt;ref name=&amp;quot;AEDef&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Realistic models and real inputs===&lt;br /&gt;
&lt;br /&gt;
While specific applications are outside the methodology of algorithm engineering, they play an important role in shaping realistic models of the problem and the underlying machine, and supply real inputs and other design parameters for experiments.&amp;lt;ref name=&amp;quot;AEDef&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Design===&lt;br /&gt;
Compared to algorithm theory, which usually focuses on the asymptotic behavior of algorithms, algorithm engineers need to keep further requirements in mind: Simplicity of the algorithm, implementability in programming languages on real hardware, and allowing code reuse.&lt;br /&gt;
Additionally, constant factors of algorithms have such a considerable impact on real-world inputs that sometimes an algorithm with worse asymptotic behavior performs better in practice due to lower constant factors.&lt;br /&gt;
&lt;br /&gt;
===Analysis===&lt;br /&gt;
Some problems can be solved with heuristics and randomized algorithms in a simpler and more efficient fashion than with deterministic algorithms. Unfortunately, this makes even simple randomized algorithms &amp;#039;&amp;#039;difficult to analyze because there are subtle dependencies to be taken into account&amp;#039;&amp;#039;.&amp;lt;ref name=&amp;quot;AEDef&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Implementation===&lt;br /&gt;
Huge semantic gaps between theoretical insights, formulated algorithms, programming languages and hardware pose a challenge to efficient implementations of even simple algorithms, because small implementation details can have rippling effects on execution behavior.&lt;br /&gt;
The only reliable way to compare several implementations of an algorithm is to spend an considerable amount of time on tuning and profiling, running those algorithms on multiple architectures, and looking at the generated machine code.&amp;lt;ref name=&amp;quot;AEDef&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Experiments===&lt;br /&gt;
See: [[Experimental algorithmics]]&lt;br /&gt;
&lt;br /&gt;
===Application engineering===&lt;br /&gt;
Implementations of algorithms used for experiments differ in significant ways from code usable in applications.&lt;br /&gt;
While the former prioritizes fast prototyping, performance and instrumentation for measurements during experiments, the latter requires &amp;#039;&amp;#039;thorough testing, maintainability, simplicity, and tuning for particular classes of inputs&amp;#039;&amp;#039;.&amp;lt;ref name=&amp;quot;AEDef&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Algorithm libraries===&lt;br /&gt;
Stable, well-tested algorithm libraries like [[Library of Efficient Data types and Algorithms|LEDA]] play an important role in technology transfer by speeding up the adoption of new algorithms in applications. &lt;br /&gt;
Such libraries reduce the required investment and risk for practitioners, because it removes the burden of understanding and implementing the results of academic research.&lt;br /&gt;
&lt;br /&gt;
==Conferences==&lt;br /&gt;
Two main conferences on Algorithm Engineering are organized annually, namely:&lt;br /&gt;
* [[Symposium on Experimental Algorithms|Symposium on Experimental Algorithms (SEA)]], established in 1997 (formerly known as WEA).&lt;br /&gt;
* SIAM Meeting on Algorithm Engineering and Experiments (ALENEX), established in 1999.&lt;br /&gt;
&lt;br /&gt;
The 1997 Workshop on Algorithm Engineering (WAE&amp;#039;97) was held in Venice (Italy) on September 11–13, 1997. The Third International Workshop on Algorithm Engineering (WAE&amp;#039;99) was held in London, UK in July 1999.&amp;lt;ref&amp;gt;&lt;br /&gt;
   &amp;#039;&amp;#039;Algorithm engineering: 3rd International Workshop&amp;#039;&amp;#039;,&lt;br /&gt;
   Jeffrey Scott Vitter, Christos D. Zaroliagis, 1999, web:&lt;br /&gt;
   [https://books.google.com/books?id=UZHUQFy8cWsC BGoogle-sC].&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
The first Workshop on Algorithm Engineering and Experimentation (ALENEX99) was held in Baltimore, Maryland on January 15–16, 1999.&amp;lt;ref name=&amp;quot;jhu&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;quot;Workshop on Algorithm Engineering and Experiments&amp;quot;&lt;br /&gt;
   (overview), JHU.edu, 1999, web:&lt;br /&gt;
   [http://www.cs.jhu.edu/Conferences/ALENEX99/ JHU-ALENEX99].&lt;br /&gt;
&amp;lt;/ref&amp;gt; It was sponsored by [[DIMACS]], the [[Center for Discrete Mathematics and Theoretical Computer Science]] (at [[Rutgers University]]), with additional support from [[SIGACT]], the ACM Special Interest Group on Algorithms and Computation Theory, and SIAM, the [[Society for Industrial and Applied Mathematics]].&amp;lt;ref name=jhu/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Algorithm Engineering}}&lt;br /&gt;
[[Category:Algorithms]]&lt;br /&gt;
[[Category:Theoretical computer science]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Rewed</name></author>
	</entry>
</feed>