An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

In computational complexity theory, the potential method is a method used to analyze the amortized time and space complexity of a data structure, a measure of its performance over sequences of operations that smooths out the cost of infrequent but expensive operations.

Property Value
dbo:abstract
  • In der Komplexitätstheorie wird die Potential- bzw. Potentialfunktionmethode verwendet, um die amortisierte Zeit- und Speicherkomplexität von Datenstrukturen zu messen. Dabei wird die Komplexität über eine Sequenz von Operationen berechnet, was die Kosten von seltenen, aber teuren Operationen auf die Sequenz von Operationen verteilt und damit glättet. Ziel dabei ist es, jeder Operation auf der betrachteten Datenstruktur einen mittleren Kostenwert zuzuweisen, um über diese die erwartete Laufzeit einer beliebigen Folge von Operationen nach oben abzuschätzen.Im Unterschied zur Bankkonto-Methode werden die Kosten einer Operation nicht im Voraus festgesetzt, sondern hergeleitet.Hierzu wird eine Potentialfunktion eingeführt. Diese ordnet jedem inneren Zustand der Datenstruktur ihr Potential zu.Seien nun die maximalen realen Kosten der Operation , so ergibt sich der amortisierte Aufwand als: Gilt nun, dass das Potential des Initialzustandes für alle Operationen einer beliebigen Operationenfolge nie unterschritten wird: Dann ist die Summe der realen Kosten nie höher als die der amortisierten Kosten: Existiert nun beispielsweise eine Konstante , welche die obere Grenze der amortisierten Kosten jeder Operation angibt: So können die Gesamtkosten der Operationenfolge mit Operationen mit: angegeben werden. (de)
  • In computational complexity theory, the potential method is a method used to analyze the amortized time and space complexity of a data structure, a measure of its performance over sequences of operations that smooths out the cost of infrequent but expensive operations. (en)
  • Метод потенциалов — один из методов амортизационного анализа, позволяющий «сгладить» влияние дорогих, но редких операций на суммарную вычислительную сложность алгоритма. (ru)
dbo:wikiPageID
  • 5870300 (xsd:integer)
dbo:wikiPageLength
  • 10459 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1069242962 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • In computational complexity theory, the potential method is a method used to analyze the amortized time and space complexity of a data structure, a measure of its performance over sequences of operations that smooths out the cost of infrequent but expensive operations. (en)
  • Метод потенциалов — один из методов амортизационного анализа, позволяющий «сгладить» влияние дорогих, но редких операций на суммарную вычислительную сложность алгоритма. (ru)
  • In der Komplexitätstheorie wird die Potential- bzw. Potentialfunktionmethode verwendet, um die amortisierte Zeit- und Speicherkomplexität von Datenstrukturen zu messen. Dabei wird die Komplexität über eine Sequenz von Operationen berechnet, was die Kosten von seltenen, aber teuren Operationen auf die Sequenz von Operationen verteilt und damit glättet. Gilt nun, dass das Potential des Initialzustandes für alle Operationen einer beliebigen Operationenfolge nie unterschritten wird: Dann ist die Summe der realen Kosten nie höher als die der amortisierten Kosten: angegeben werden. (de)
rdfs:label
  • Potentialfunktionmethode (de)
  • Potential method (en)
  • Метод потенциалов (амортизационный анализ) (ru)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License