Browse Wiki & Semantic Web

Jump to: navigation, search
Http://dbpedia.org/resource/Monte Carlo algorithm
  This page has no properties.
hide properties that link here 
  No properties link to this page.
 
http://dbpedia.org/resource/Monte_Carlo_algorithm
http://dbpedia.org/ontology/abstract Algoritmus typu Monte Carlo je v teoretickAlgoritmus typu Monte Carlo je v teoretické informatice označení pro takový pravděpodobnostní algoritmus, který může s malou pravděpodobností vrátit špatný výsledek. Tím se na první pohled liší od algoritmů typu Las Vegas, které vždy na konci vrátí správný výsledek, ovšem s malou pravděpodobností mohou běžet velmi dlouho, než skončí. Na algoritmus typu Las Vegas lze algoritmus typu Monte Carlo do jisté míry převést, pokud máme způsob, jak určit, zda je výsledek správný. V takovém případě lze algoritmus Monte Carlo pouštět opakovaně, dokud nevrátí správný výsledek. Jméno Monte Carlo dal tomuto typu algoritmů v roce 1947 řecký fyzik , a to podle Monte Carla v Monaku, kde je slavné kasíno. Příkladem algoritmu typu Monte Carlo je Millerův–Rabinův test prvočíselnosti.o je Millerův–Rabinův test prvočíselnosti. , En algorithmique, un algorithme de Monte-CEn algorithmique, un algorithme de Monte-Carlo est un algorithme randomisé dont le temps d'exécution est déterministe, mais dont le résultat peut être incorrect avec une certaine probabilité (généralement minime). Autrement dit un algorithme de Monte-Carlo est un algorithme qui utilise une source de hasard, dont le temps de calcul est connu dès le départ (pas de surprise sur la durée du calcul), cependant dont la sortie peut ne pas être la réponse au problème posé, mais c'est un cas très rare. L’intérêt de tels algorithmes est d'avoir une probabilité d'échec faible et d'être rapide. Deux autres types d'algorithmes probabilistes sont la famille des algorithmes de Las Vegas et la famille des algorithmes d'Atlantic City. Les algorithmes de Las Vegas prennent un temps d'exécution aléatoire, mais produisent toujours une réponse correcte. Les algorithmes d'Atlantic City donnent une réponse probablement correcte dans un temps d'exécution probablement rapide. Un algorithme de Monte-Carlo peut être transformé en un algorithme de Las Vegas quand il existe une procédure capable de vérifier la correction du résultat. En effet, il suffit d'exécuter l'algorithme de Monte-Carlo jusqu'à lui faire produire une réponse correcte. Accessoirement, le qualificatif Monte-Carlo fait référence à la Principauté de Monaco et à son célèbre casino appelé Casino de Monte-Carlo, haut lieu des jeux de hasard.Monte-Carlo, haut lieu des jeux de hasard. , ( 비슷한 이름의 몬테카를로 방법에 관해서는 해당 문서를 참조하십시오.) 컴( 비슷한 이름의 몬테카를로 방법에 관해서는 해당 문서를 참조하십시오.) 컴퓨팅에서 몬테카를로 알고리즘은 항상 유한한 시간 안에 멈추지만, 특정 확률(주로 낮은 확률)로 부정확할 수도 있는 결과를 도출하는 무작위 알고리즘이다. 이러한 알고리즘의 두 가지 예로 과 에 대한 몬테카를로 알고리즘이 있다. 몬테카를로(Monte Carlo)라는 용어는 1947년 가 제안한 이름이다. 그의 동료였던 폴란드 출신 수학자 스타니스와프 울람에게는 삼촌이 있었는데, 그는 모나코의 유명한 도박의 도시 몬테카를로에서 도박을 하기 위해 친척들의 돈을 종종 빌려갔다. 몬테카를로 알고리즘 또한 무작위성이 있으므로 이로부터 이름이 유래된 것이 지금까지 이어져 내려왔다. 은 부정확할 수도 있는 결과를 절대 반환하지 않는 몬테카를로 알고리즘의 듀얼이다. 이 때문에 은 몬테카를로 알고리즘과 다르게 무작위 선택을 하지 않는다고 오해할 수 있다. 그러나 또한 시행의 일부로 무작위 선택을 할 수 있다. 그 결과, 동일한 입력을 사용하더라도 실행 간에 소요되는 시간이 다를 수 있다. 만약 몬테카를로 알고리즘에 의해 주어진 답이 정확한지 검증하는 절차가 있고 정답일 확률이 0보다 크다면, 답을 테스트하면서 알고리즘을 반복적으로 실행하는 프로세스가 결국 정답을 줄 사건은 거의 확실하게 발생한다. 이 프로세스가 인지는 의 정의에 프로세스가 중지되는 사건이 거의 확실하게 발생하는 프로세스를 포함시키는지 여부에 따라 다르다. 사건이 거의 확실하게 발생하는 프로세스를 포함시키는지 여부에 따라 다르다. , Monte-Carlo-Algorithmen sind randomisierteMonte-Carlo-Algorithmen sind randomisierte Algorithmen, die mit einer nichttrivial nach oben beschränkten Wahrscheinlichkeit ein falsches Ergebnis liefern. Dafür sind sie im Vergleich zu deterministischen Algorithmen häufig effizienter. Durch Wiederholen des Algorithmus mit unabhängigen Zufallszahlen kann jedoch die Fehlerwahrscheinlichkeit gesenkt werden (Probability Amplification, weitere Einzelheiten im Artikel Randomisierter Algorithmus). Im Gegensatz zu Monte-Carlo-Algorithmen dürfen Las-Vegas-Algorithmen nur korrekte Lösungen berechnen. Der Name Monte-Carlo hängt laut Nicholas Metropolis wie folgt mit der Methode zusammen: Stan Ulam hatte einen Onkel, der sich zum Spielen immer Geld von Verwandten geliehen hatte, denn „er musste nach Monte Carlo gehen“. Monte-Carlo-Algorithmen dienen als Basis für Monte-Carlo-Simulationen.en als Basis für Monte-Carlo-Simulationen. , Per algoritmo Monte Carlo si intende un alPer algoritmo Monte Carlo si intende un algoritmo randomizzato il cui output può essere sbagliato in un certo numero - solitamente ridotto - di casi. Il nome deriva dal quartiere di Monaco noto per l'elevato numero di casinò ed è stato usato per la prima volta nel 1974 da Nicholas Metropolis. Un loro sottinsieme, detto , produce sempre un risultato corretto ma può impiegare un tempo variabile per la verifica del risultato. Esempi noti di tali algoritmi, solitamente di complessità ZPP, sono vari test di primalità come il , il , il e, nel campo della teoria computazionale dei gruppi, l'.ella teoria computazionale dei gruppi, l'. , In computing, a Monte Carlo algorithm is aIn computing, a Monte Carlo algorithm is a randomized algorithm whose output may be incorrect with a certain (typically small) probability. Two examples of such algorithms are Karger–Stein algorithm and Monte Carlo algorithm for minimum Feedback arc set. The name refers to the grand casino in the Principality of Monaco at Monte Carlo, which is well-known around the world as an icon of gambling. The term "Monte Carlo" was first introduced in 1947 by Nicholas Metropolis. Las Vegas algorithms are a dual of Monte Carlo algorithms that never return an incorrect answer. However, they may make random choices as part of their work. As a result, the time taken might vary between runs, even with the same input. If there is a procedure for verifying whether the answer given by a Monte Carlo algorithm is correct, and the probability of a correct answer is bounded above zero, then with probability, one running the algorithm repeatedly while testing the answers will eventually give a correct answer. Whether this process is a Las Vegas algorithm depends on whether halting with probability one is considered to satisfy the definition.e is considered to satisfy the definition.
http://dbpedia.org/ontology/wikiPageID 624839
http://dbpedia.org/ontology/wikiPageLength 7128
http://dbpedia.org/ontology/wikiPageRevisionID 1110192836
http://dbpedia.org/ontology/wikiPageWikiLink http://dbpedia.org/resource/Schreier%E2%80%93Sims_algorithm + , http://dbpedia.org/resource/Atlantic_City_algorithm + , http://dbpedia.org/resource/Prime_number + , http://dbpedia.org/resource/New_York_City + , http://dbpedia.org/resource/Nicholas_Metropolis + , http://dbpedia.org/resource/Las_Vegas_algorithm + , http://dbpedia.org/resource/Bounded-error_probabilistic_polynomial + , http://dbpedia.org/resource/Monte_Carlo + , http://dbpedia.org/resource/Category:Randomized_algorithms + , http://dbpedia.org/resource/Dual_%28mathematics%29 + , http://dbpedia.org/resource/Monte_Carlo_method + , http://dbpedia.org/resource/Decision_problem + , http://dbpedia.org/resource/Solovay%E2%80%93Strassen_primality_test + , http://dbpedia.org/resource/Randomized_algorithm + , http://dbpedia.org/resource/Probability + , http://dbpedia.org/resource/Minimum_feedback_arc_set + , http://dbpedia.org/resource/RP_%28complexity%29 + , http://dbpedia.org/resource/Computing + , http://dbpedia.org/resource/ZPP_%28complexity%29 + , http://dbpedia.org/resource/PP_%28complexity%29 + , http://dbpedia.org/resource/Complexity_class + , http://dbpedia.org/resource/Computational_statistics + , http://dbpedia.org/resource/Miller%E2%80%93Rabin_primality_test + , http://dbpedia.org/resource/Monte_Carlo_Casino + , http://dbpedia.org/resource/Computational_group_theory + , http://dbpedia.org/resource/Baillie%E2%80%93PSW_primality_test + , http://dbpedia.org/resource/Boston + , http://dbpedia.org/resource/Deterministic_algorithm + , http://dbpedia.org/resource/Karger%27s_algorithm + , http://dbpedia.org/resource/Majority_function +
http://dbpedia.org/property/wikiPageUsesTemplate http://dbpedia.org/resource/Template:More_footnotes + , http://dbpedia.org/resource/Template:Reflist + , http://dbpedia.org/resource/Template:Distinguish + , http://dbpedia.org/resource/Template:Refend + , http://dbpedia.org/resource/Template:Frac + , http://dbpedia.org/resource/Template:Refbegin + , http://dbpedia.org/resource/Template:Cite_book +
http://purl.org/dc/terms/subject http://dbpedia.org/resource/Category:Randomized_algorithms +
http://purl.org/linguistics/gold/hypernym http://dbpedia.org/resource/Algorithm +
http://www.w3.org/ns/prov#wasDerivedFrom http://en.wikipedia.org/wiki/Monte_Carlo_algorithm?oldid=1110192836&ns=0 +
http://xmlns.com/foaf/0.1/isPrimaryTopicOf http://en.wikipedia.org/wiki/Monte_Carlo_algorithm +
owl:differentFrom http://dbpedia.org/resource/Monte_Carlo_method +
owl:sameAs http://cs.dbpedia.org/resource/Algoritmus_typu_Monte_Carlo + , https://global.dbpedia.org/id/XbNn + , http://it.dbpedia.org/resource/Algoritmo_Monte_Carlo + , http://rdf.freebase.com/ns/m.04_1jm8 + , http://fr.dbpedia.org/resource/Algorithme_de_Monte-Carlo + , http://fa.dbpedia.org/resource/%D8%A7%D9%84%DA%AF%D9%88%D8%B1%DB%8C%D8%AA%D9%85_%D9%85%D9%88%D9%86%D8%AA_%DA%A9%D8%A7%D8%B1%D9%84%D9%88 + , http://he.dbpedia.org/resource/%D7%90%D7%9C%D7%92%D7%95%D7%A8%D7%99%D7%AA%D7%9D_%D7%9E%D7%95%D7%A0%D7%98%D7%94_%D7%A7%D7%A8%D7%9C%D7%95 + , http://ko.dbpedia.org/resource/%EB%AA%AC%ED%85%8C%EC%B9%B4%EB%A5%BC%EB%A1%9C_%EC%95%8C%EA%B3%A0%EB%A6%AC%EC%A6%98 + , http://dbpedia.org/resource/Monte_Carlo_algorithm + , http://de.dbpedia.org/resource/Monte-Carlo-Algorithmus + , http://yago-knowledge.org/resource/Monte_Carlo_algorithm + , http://www.wikidata.org/entity/Q15238499 +
rdf:type http://dbpedia.org/class/yago/PsychologicalFeature100023100 + , http://dbpedia.org/class/yago/Activity100407535 + , http://dbpedia.org/class/yago/Concept105835747 + , http://dbpedia.org/class/yago/Procedure101023820 + , http://dbpedia.org/class/yago/WikicatStochasticProcesses + , http://dbpedia.org/class/yago/WikicatMonteCarloMethods + , http://dbpedia.org/class/yago/Method105660268 + , http://dbpedia.org/class/yago/Abstraction100002137 + , http://dbpedia.org/class/yago/Know-how105616786 + , http://dbpedia.org/class/yago/YagoPermanentlyLocatedEntity + , http://dbpedia.org/class/yago/StochasticProcess113561896 + , http://dbpedia.org/ontology/Software + , http://dbpedia.org/class/yago/Cognition100023271 + , http://dbpedia.org/class/yago/Event100029378 + , http://dbpedia.org/class/yago/Algorithm105847438 + , http://dbpedia.org/class/yago/Model105890249 + , http://dbpedia.org/class/yago/WikicatAlgorithms + , http://dbpedia.org/class/yago/Rule105846932 + , http://dbpedia.org/class/yago/Idea105833840 + , http://dbpedia.org/class/yago/Ability105616246 + , http://dbpedia.org/class/yago/Hypothesis105888929 + , http://dbpedia.org/class/yago/Content105809192 + , http://dbpedia.org/class/yago/WikicatRandomizedAlgorithms + , http://dbpedia.org/class/yago/Act100030358 +
rdfs:comment Algoritmus typu Monte Carlo je v teoretickAlgoritmus typu Monte Carlo je v teoretické informatice označení pro takový pravděpodobnostní algoritmus, který může s malou pravděpodobností vrátit špatný výsledek. Tím se na první pohled liší od algoritmů typu Las Vegas, které vždy na konci vrátí správný výsledek, ovšem s malou pravděpodobností mohou běžet velmi dlouho, než skončí. Na algoritmus typu Las Vegas lze algoritmus typu Monte Carlo do jisté míry převést, pokud máme způsob, jak určit, zda je výsledek správný. V takovém případě lze algoritmus Monte Carlo pouštět opakovaně, dokud nevrátí správný výsledek.opakovaně, dokud nevrátí správný výsledek. , Monte-Carlo-Algorithmen sind randomisierteMonte-Carlo-Algorithmen sind randomisierte Algorithmen, die mit einer nichttrivial nach oben beschränkten Wahrscheinlichkeit ein falsches Ergebnis liefern. Dafür sind sie im Vergleich zu deterministischen Algorithmen häufig effizienter. Durch Wiederholen des Algorithmus mit unabhängigen Zufallszahlen kann jedoch die Fehlerwahrscheinlichkeit gesenkt werden (Probability Amplification, weitere Einzelheiten im Artikel Randomisierter Algorithmus). Im Gegensatz zu Monte-Carlo-Algorithmen dürfen Las-Vegas-Algorithmen nur korrekte Lösungen berechnen.gorithmen nur korrekte Lösungen berechnen. , Per algoritmo Monte Carlo si intende un alPer algoritmo Monte Carlo si intende un algoritmo randomizzato il cui output può essere sbagliato in un certo numero - solitamente ridotto - di casi. Il nome deriva dal quartiere di Monaco noto per l'elevato numero di casinò ed è stato usato per la prima volta nel 1974 da Nicholas Metropolis. Un loro sottinsieme, detto , produce sempre un risultato corretto ma può impiegare un tempo variabile per la verifica del risultato. Esempi noti di tali algoritmi, solitamente di complessità ZPP, sono vari test di primalità come il , il , il e, nel campo della teoria computazionale dei gruppi, l'.ella teoria computazionale dei gruppi, l'. , In computing, a Monte Carlo algorithm is aIn computing, a Monte Carlo algorithm is a randomized algorithm whose output may be incorrect with a certain (typically small) probability. Two examples of such algorithms are Karger–Stein algorithm and Monte Carlo algorithm for minimum Feedback arc set. The name refers to the grand casino in the Principality of Monaco at Monte Carlo, which is well-known around the world as an icon of gambling. The term "Monte Carlo" was first introduced in 1947 by Nicholas Metropolis.introduced in 1947 by Nicholas Metropolis. , En algorithmique, un algorithme de Monte-CEn algorithmique, un algorithme de Monte-Carlo est un algorithme randomisé dont le temps d'exécution est déterministe, mais dont le résultat peut être incorrect avec une certaine probabilité (généralement minime). Autrement dit un algorithme de Monte-Carlo est un algorithme qui utilise une source de hasard, dont le temps de calcul est connu dès le départ (pas de surprise sur la durée du calcul), cependant dont la sortie peut ne pas être la réponse au problème posé, mais c'est un cas très rare. L’intérêt de tels algorithmes est d'avoir une probabilité d'échec faible et d'être rapide.obabilité d'échec faible et d'être rapide. , ( 비슷한 이름의 몬테카를로 방법에 관해서는 해당 문서를 참조하십시오.) 컴( 비슷한 이름의 몬테카를로 방법에 관해서는 해당 문서를 참조하십시오.) 컴퓨팅에서 몬테카를로 알고리즘은 항상 유한한 시간 안에 멈추지만, 특정 확률(주로 낮은 확률)로 부정확할 수도 있는 결과를 도출하는 무작위 알고리즘이다. 이러한 알고리즘의 두 가지 예로 과 에 대한 몬테카를로 알고리즘이 있다. 몬테카를로(Monte Carlo)라는 용어는 1947년 가 제안한 이름이다. 그의 동료였던 폴란드 출신 수학자 스타니스와프 울람에게는 삼촌이 있었는데, 그는 모나코의 유명한 도박의 도시 몬테카를로에서 도박을 하기 위해 친척들의 돈을 종종 빌려갔다. 몬테카를로 알고리즘 또한 무작위성이 있으므로 이로부터 이름이 유래된 것이 지금까지 이어져 내려왔다. 은 부정확할 수도 있는 결과를 절대 반환하지 않는 몬테카를로 알고리즘의 듀얼이다. 이 때문에 은 몬테카를로 알고리즘과 다르게 무작위 선택을 하지 않는다고 오해할 수 있다. 그러나 또한 시행의 일부로 무작위 선택을 할 수 있다. 그 결과, 동일한 입력을 사용하더라도 실행 간에 소요되는 시간이 다를 수 있다.결과, 동일한 입력을 사용하더라도 실행 간에 소요되는 시간이 다를 수 있다.
rdfs:label Algorithme de Monte-Carlo , Monte Carlo algorithm , Monte-Carlo-Algorithmus , Algoritmo Monte Carlo , 몬테카를로 알고리즘 , Algoritmus typu Monte Carlo
hide properties that link here 
http://dbpedia.org/resource/Lawrence_L._Larmore + http://dbpedia.org/ontology/knownFor
http://dbpedia.org/resource/Monte_Carlo_%28disambiguation%29 + http://dbpedia.org/ontology/wikiPageDisambiguates
http://dbpedia.org/resource/One-sided_error + , http://dbpedia.org/resource/Two-sided_error + , http://dbpedia.org/resource/Monte_carlo_algorithm + , http://dbpedia.org/resource/Monte-Carlo_Algorithm + http://dbpedia.org/ontology/wikiPageRedirects
http://dbpedia.org/resource/Glauber_dynamics + , http://dbpedia.org/resource/Schreier%E2%80%93Sims_algorithm + , http://dbpedia.org/resource/Atlantic_City_algorithm + , http://dbpedia.org/resource/Aanderaa%E2%80%93Karp%E2%80%93Rosenberg_conjecture + , http://dbpedia.org/resource/One-sided_error + , http://dbpedia.org/resource/Two-sided_error + , http://dbpedia.org/resource/CMC + , http://dbpedia.org/resource/Fine_Art_%28software%29 + , http://dbpedia.org/resource/BPP_%28complexity%29 + , http://dbpedia.org/resource/Prime_number + , http://dbpedia.org/resource/Randomized_algorithm + , http://dbpedia.org/resource/Swarm_intelligence + , http://dbpedia.org/resource/Simulation + , http://dbpedia.org/resource/Primality_Testing_for_Beginners + , http://dbpedia.org/resource/Algorithm + , http://dbpedia.org/resource/Lawrence_L._Larmore + , http://dbpedia.org/resource/Computational_complexity_of_matrix_multiplication + , http://dbpedia.org/resource/Matrix_multiplication_algorithm + , http://dbpedia.org/resource/List_of_algorithm_general_topics + , http://dbpedia.org/resource/CP2K + , http://dbpedia.org/resource/Approximate_computing + , http://dbpedia.org/resource/Discrete_tomography + , http://dbpedia.org/resource/Decision_tree_model + , http://dbpedia.org/resource/Quantitative_comparative_linguistics + , http://dbpedia.org/resource/Emery_N._Brown + , http://dbpedia.org/resource/Las_Vegas_algorithm + , http://dbpedia.org/resource/Monte_Carlo_%28disambiguation%29 + , http://dbpedia.org/resource/Proth%27s_theorem + , http://dbpedia.org/resource/List_of_terms_relating_to_algorithms_and_data_structures + , http://dbpedia.org/resource/Sum_of_radicals + , http://dbpedia.org/resource/Materials_science + , http://dbpedia.org/resource/Lateral_computing + , http://dbpedia.org/resource/Gard_model + , http://dbpedia.org/resource/Monte_carlo_algorithm + , http://dbpedia.org/resource/Monte-Carlo_Algorithm + , http://dbpedia.org/resource/Nikolay_Prokof%27ev + , http://dbpedia.org/resource/FASTRAD + , http://dbpedia.org/resource/Hamiltonian_path_problem + , http://dbpedia.org/resource/Yao%27s_principle + http://dbpedia.org/ontology/wikiPageWikiLink
http://en.wikipedia.org/wiki/Monte_Carlo_algorithm + http://xmlns.com/foaf/0.1/primaryTopic
http://dbpedia.org/resource/Monte_Carlo_method + owl:differentFrom
http://dbpedia.org/resource/Monte_Carlo_algorithm + owl:sameAs
 

 

Enter the name of the page to start semantic browsing from.