• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 2331
  • 1076
  • 694
  • 186
  • 125
  • 119
  • 68
  • 57
  • 53
  • 53
  • 35
  • 33
  • 30
  • 24
  • 23
  • Tagged with
  • 5767
  • 5619
  • 1669
  • 1371
  • 572
  • 536
  • 533
  • 528
  • 427
  • 414
  • 395
  • 380
  • 334
  • 329
  • 311
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
111

Computer simulations of flux pinning in type II superconductors

Spencer, Steven Charles January 1996 (has links)
No description available.
112

Molecular similarity : alignment and advanced applications

Parretti, Martin Frank January 1999 (has links)
No description available.
113

A Bayesian approach to the job search model and its application to unemployment durations using MCMC methods

Walker, Neil Rawlinson January 1999 (has links)
No description available.
114

Multiple profile models

Rimmer, Martin John January 1999 (has links)
No description available.
115

Simulación Monte Carlo Cinético de la difusión atómica en la aleación FeA1

Manrique Castillo, Erich Víctor January 2014 (has links)
Las propiedades físicas de los materiales de importancia tecnológica se originan en las reacciones y procesos a los que han sido sometidos. En todos ellos la difusión atómica juega un rol clave, porque la difusión es relevante para la cinética de muchos cambios microestructurales que ocurren durante la preparación, procesamiento y tratamiento térmico de estos materiales. Las superaleaciones, como el FeAl, son materiales tecnológicamente importantes; pues, son resistentes a altas temperaturas, mantienen su estabilidad estructural, superficial y la estabilidad de sus propiedades físicas. Por todo esto profundizar el conocimiento científico acerca de la difusión es necesario. Por tal motivo en el presente trabajo la migración atómica, en la aleación binaria ordenada con estructura B2, es estudiada por medio de simulaciones Monte Carlo Cinético, en donde la migración atómica resulta del intercambio de posiciones de un átomo con una vacante en una red rígida. El modelo cinético atomístico usado se fundamenta en la teoría de la tasa de saltos y el algoritmo del tiempo de residencia. También, usamos interacciones de a par hasta segundos vecinos más próximo. Tomamos los valores que se usaron en simulaciones del diagrama de fases, el ordenamiento B2 y precipitación del FeAl[41]. Determinamos las constantes de difusión como función de la temperatura. Además, investigamos la movilidad de las fronteras antifase en las últimas etapas del proceso de ordenamiento. Finalmente, se calcula la función de autocorrelación, la cual nos revela que la vacante efectúa saltos altamente correlacionados en la red a bajas temperaturas y también que los átomos saltan a posiciones de su propia subred a temperaturas moderadas.
116

Evaluating Atlantic tropical cyclone track error distributions based on forecast confidence

Hauke, Matthew D. 06 1900 (has links)
A new Tropical Cyclone (TC) surface wind speed probability product from the National Hurricane Center (NHC) takes into account uncertainty in track, maximum wind speed, and wind radii. A Monte Carlo (MC) model is used that draws from probability distributions based on historic track errors. In this thesis, distributions of forecast track errors conditioned on forecast confidence are examined to determine if significant differences exist in distribution characteristics. Two predictors are used to define forecast confidence: the Goerss Predicted Consensus Error (GPCE) and the Global Forecast System (GFS) ensemble spread. The distributions of total-, along-, and crosstrack errors from NHC official forecasts are defined for low, average, and high forecast confidence. Also, distributions of the GFS ensemble mean total-track errors are defined based on similar confidence levels. Standard hypothesis testing methods are used to examine distribution characteristics. Using the GPCE values, significant differences in nearly all track error distributions existed for each level of forecast confidence. The GFS ensemble spread did not provide a basis for statistically different distributions. These results suggest that the NHC probability model would likely be improved if the MC model would draw from distributions of track errors based on the GPCE measures of forecast confidence / US Air Force (USAF) author.
117

Die toepasbaarheid van die Monte Carlo studies op empiriese data van die Suid-Afrikaanse ekonomie

29 July 2014 (has links)
M.Com.(Econometrics) / The objective of this study is to evaluate different estimation techniques that can be used to estimate the coefficients of a model. The estimation techniques were applied to empirical data drawn from the South African economy. The Monte Carlo studies are unique in that data was statistically generated for the experiments. This approach was due to the fact that actual observations on economic variables contain several econometric problems, such as autocorrelation and MUlticollinearity, simultaneously. However, the approach in this study differs in that empirical data is used to evaluate the estimation techniques. The estimation techniques evaluated are : • Ordinary least squares method • Two stage least squares method • Limited information maximum likelihood method • Three stage least squares method • Full information maximum likelihood method. The estimates of the different coefficients are evaluated on the following criteria : • The bias of the estimates • The variance of the estimates • t-values of the estimates • The root mean square error. The ranking of the estimation techniques on the bias criterion is as follows : 1 Full information maximum likelihood method. 2 Ordinary least squares method 3 Three stage least squares method 4 Two stage least squares method 5 Limited information maximum likelihood method The ranking of the estimation techniques on the variance criterion is as follows : 1 Full information maximum likelihood method. 2 Ordinary least squares method 3 Three stage least squares method 4 Two stage least squares method 5 Limited information maximum.likelihood method All the estimation techniques performed poorly with regard to the statistical significance of the estimates. The ranking of the estimation techniques on the t-values of the estimates is thus as follows 1 Three stage least squares method 2 ordinary least squares method 3 Two stage least squares method and the limited information maximum likelihood method 4 Full information maximum likelihood method. The ranking of the estimation techniques on the root mean square error criterion is as follows : 1 Full information maximum likelihood method and the ordinary least squares method 2 Two stage least squares method 3 Limited information maximum likelihood method and the three stage least squares method The results achieved in this study are very similar to those of the Monte Carlo studies. The only exception is the ordinary least squares method that performed better on every criteria dealt with in this study. Though the full information maximum likelihood method performed the best on two of the criteria, its performance was extremely poor on the t-value criterion. The ordinary least squares method is shown, in this study, to be the most constant performer.
118

The effect of simulation bias on action selection in Monte Carlo Tree Search

James, Steven Doron January 2016 (has links)
A dissertation submitted to the Faculty of Science, University of the Witwatersrand, in fulfilment of the requirements for the degree of Master of Science. August 2016. / Monte Carlo Tree Search (MCTS) is a family of directed search algorithms that has gained widespread attention in recent years. It combines a traditional tree-search approach with Monte Carlo simulations, using the outcome of these simulations (also known as playouts or rollouts) to evaluate states in a look-ahead tree. That MCTS does not require an evaluation function makes it particularly well-suited to the game of Go — seen by many to be chess’s successor as a grand challenge of artificial intelligence — with MCTS-based agents recently able to achieve expert-level play on 19×19 boards. Furthermore, its domain-independent nature also makes it a focus in a variety of other fields, such as Bayesian reinforcement learning and general game-playing. Despite the vast amount of research into MCTS, the dynamics of the algorithm are still not yet fully understood. In particular, the effect of using knowledge-heavy or biased simulations in MCTS still remains unknown, with interesting results indicating that better-informed rollouts do not necessarily result in stronger agents. This research provides support for the notion that MCTS is well-suited to a class of domain possessing a smoothness property. In these domains, biased rollouts are more likely to produce strong agents. Conversely, any error due to incorrect bias is compounded in non-smooth domains, and in particular for low-variance simulations. This is demonstrated empirically in a number of single-agent domains. / LG2017
119

quantum Monte Carlo studies on highly correlated system. / 強關聯系統的量子蒙地卡羅方法研究 / The quantum Monte Carlo studies on highly correlated system. / Qiang guan lian xi tong de liang zi Mengdi Kaluo fang fa yan jiu

January 2012 (has links)
本論文主要包括三種量子蒙地卡羅(QMC)方法的介紹及將其應用到不同的強關聯系統的結果。當中所涉及的強關聯系統主要是兩個不同的量子液體系統--自旋液體及玻色液體。 / 第二章將詳細介紹三個QMC方法,包括針對非零溫巨正則系統的行列式蒙地卡羅方法(DQMC),針對零溫正則系絶並解決部分負值問題的限制線軌蒙地卡羅方法(CPMC),及主要應用在非零溫雜質系統上的Hirsch-Fye蒙地卡羅方法(HFQMC)。 / 自發現高溫起導體以後,其奇異特性如具有非費米液體特性的贗能隙(Pseudogap)引起科學界爭論,由此提出很多不同的理論嘗試解釋。RVB是其中一個具代表性的理論,當中把高溫超導體理解成輕度摻雜的莫特絶緣體(Mott insulator)及引入自旋-電荷分離(charge-spin separation)把系統兩個自由度分開處理,具費米特性的自旋子(spinon)及具玻色特性的空穴子(holon)因而產生。這兩種準粒子的特性在解釋高溫超導的奇異性中最為關鍵。 / 第三章將應用DQMC及CPMC研究擁有各向及各自旋相異費米面的吸引勢赫伯德模型。模型的起源在於有理論[1]提出玻色子的基態有可能因阻挫作用而不發生愛因斯坦-玻色凝聚,這種非凝聚的基態稱為d-波玻色液體。在本研究所採用的模型中,將由庫柏電子對取代原先的正則玻色子。模型在準一准雙排梯子晶格的特性最近已被密度矩阵重整化群(DMRG)方法詳細研究[2],而本研究將率先使用QMC方法研究模型在準一維雙排、四排梯子及二維正方晶格的特性。QMC有部分證據顯示電子對液體確實在二維存在,在本論文中會作出交代。 / 第四章將應用CPMC研究阻挫作用(frustration)下的排斥勢赫伯德模型,而其具體晶格情況為在正方格子上加上單向斜線躍遷項,稱為t-t'-TH模型。有證據提出在此模型中有可能存自旋液體的基態,並可有效解釋最近在實驗中所觀察到的有機超導體超低溫自旋無序的特性[3]。t-t'-TH模型的導帶半滿情況被曾各種方法詳細研究,本項研究將採用不同 的導帶填充情況及阻挫作用強度,用其比較以觀察阻挫作用對模型基態自旋作用的影響。研究發現阻挫作用將對不同的長程自旋序作出不同程度的影響。 / 第五章則會說明HFQMC的可能應用,在雜質系統如安德遜模型中,HFQMC是研究其非零溫特性的有效方法。此外,這章亦會交代未來在這方面可能進行的研究,而最後一章則會總結全文。 / In this thesis, three quantum Monte Carlo(QMC) algorithms would be reviewed, including determinant Quantum Monte Carlo (DQMC), constraint path Quantum Monte Carlo(CPMC) and Hirsch-Fye Quantum Monte Carlo (HFQMC). These QMC methods would be used to study strongly correlated system. In chapter 3 and 4, DQMC and CPMC methods would be used to study two kinds of quantum liquid, Bose liquid and spin liquid. In chapter 5, the possible application of HFQMC would be discussed. / After the discovery of high T{U+ABB1} cuprate, intensive effort has been paid to construct its theoretical explanation. One of the most puzzling features in cuprate is the pseudogap(strange-metal) phase with non-Fermi liquid behaviour. To search for an non-Fermi liquid to represent this phase, resonating valence bond(RVB) theory proposed a picture of lightly doped spin liquid. Fermionic spinon and bosonic holon arise from the spin-charge separation, and the behaviors of these quasi-particle are important for explanation for high T{U+ABB1} superconductivity. / In chapter 3, we study possible Bose liquid. Motrunich and Fisher [1] proposed a possible uncondensed bosonic phase d-wave Bose liquid(DBL) which will not undergo BEC at ground state. A prior studies[2] has shown that Cooper pairs can be used to replace bosons and N-leg ladder lattice could be used to approach behaviour of 2D lattice. Inspired by them, determinant quantum Monte Carlo(DQMC) and constraint path Monte Carlo(CPMC) techniques are used to study the fermionic attractive Hubbard Model with spin-independent anisotropic Fermi surface. The probable (Local) Cooper Pair Bose metal is detected in 2-leg, 4-leg ladder and 2D lattice. / In chapter 4, we study possible spin liquid. The Hubbard model on an anisotropic triangular lattice called t - t¹ - TH model has been proposed to possess a non-magnetic insulating(spin liquid) state, induced by geometrical frustration. The effect of filling and degree of frustration on magnetic property is investigated by CPMC in the studies. / Chapter 5 is devoted to introducing the usages and possible research projects related to HFQMC. HFQMC is a quantum Monte Carlo method based on path integral formalism, and it is an efficient way to study impurity model at low temperature. A physical background of impurity model is also reviewed. In the last chapter, we would summarize this thesis by comparing the QMC methods used and discussing the result obtained. / Detailed summary in vernacular field only. / Detailed summary in vernacular field only. / Detailed summary in vernacular field only. / Detailed summary in vernacular field only. / Detailed summary in vernacular field only. / Detailed summary in vernacular field only. / Tang, Ho Kin = 強關聯系統的量子蒙地卡羅方法研究 / 鄧皓鍵. / Thesis (M.Phil.)--Chinese University of Hong Kong, 2012. / Includes bibliographical references (leaves 83-88). / Abstracts also in Chinese. / Tang, Ho Kin = Qiang guan lian xi tong de liang zi Mengdi Kaluo fang fa yan jiu / Deng Haojian. / Chapter 1 --- Introduction to Strongly Correlated System: High T{U+ABB1} superconductivity and Quantum Liquid --- p.1 / Chapter 1.1 --- Types of strongly correlated electron systems --- p.1 / Chapter 1.2 --- High T{U+ABB1} superconductivity --- p.3 / Chapter 1.2.1 --- Phase diagram --- p.4 / Chapter 1.2.2 --- Mott insulator and Anti-ferromagnetic(AFM) order --- p.6 / Chapter 1.2.3 --- Spin-glass --- p.7 / Chapter 1.2.4 --- Pseudogap --- p.7 / Chapter 1.2.5 --- Superconducting --- p.7 / Chapter 1.2.6 --- The complexity and related theory --- p.7 / Chapter 1.3 --- Importance of quantum liquids in high T{U+ABB1} superconductivity --- p.10 / Chapter 1.3.1 --- Spin liquid --- p.10 / Chapter 1.3.2 --- Bose Liquid --- p.11 / Chapter 2 --- Methods --- p.12 / Chapter 2.1 --- Introduction to Quantum Monte Carlo --- p.12 / Chapter 2.2 --- Determinant Quantum Monte Carlo(DQMC) --- p.13 / Chapter 2.2.1 --- Purpose of DQMC --- p.13 / Chapter 2.2.2 --- Overall information of DQMC --- p.14 / Chapter 2.2.3 --- Green function in DQMC --- p.20 / Chapter 2.2.4 --- Observable measurement --- p.21 / Chapter 2.2.5 --- Numerical Implementation --- p.24 / Chapter 2.2.6 --- Limitation --- p.26 / Chapter 2.3 --- Constraint Path Quantum Monte Carlo(CPMC) --- p.26 / Chapter 2.3.1 --- Purpose of CPMC --- p.26 / Chapter 2.3.2 --- Algorithm discussion --- p.28 / Chapter 2.3.3 --- Implementation Issues --- p.32 / Chapter 2.4 --- Hirsch-Fye Quantum Monte Carlo(HFQMC) --- p.35 / Chapter 2.4.1 --- Algorithm outline --- p.35 / Chapter 2.4.2 --- Program Structure --- p.38 / Chapter 3 --- A Possible Realization of Bose Liquid: Attractive Hubbard Model with Spin-dependent Anisotropic Hopping --- p.41 / Chapter 3.1 --- Idea of Bose metal --- p.41 / Chapter 3.2 --- Model Hamiltonian --- p.44 / Chapter 3.3 --- Phases and its detection --- p.45 / Chapter 3.3.1 --- Measurement --- p.45 / Chapter 3.3.2 --- Phases --- p.46 / Chapter 3.4 --- Multi-leg ladder Lattice --- p.47 / Chapter 3.4.1 --- Band structure --- p.47 / Chapter 3.4.2 --- Two-leg ladder: Cooper-pair Bose Metal Phase --- p.51 / Chapter 3.4.3 --- Four-leg ladder: Cooper-pair Bose Metal Phase --- p.55 / Chapter 3.5 --- 2D Lattice --- p.56 / Chapter 3.5.1 --- Band structure --- p.56 / Chapter 3.5.2 --- 2D Lattice: Local Cooper-pair Bose Metal(LCPBM) Phase --- p.60 / Chapter 3.6 --- Summary --- p.61 / Chapter 4 --- A Possible Realization of Spin Liquid: Square Lattice Hubbard Model with Geometrical Frustration --- p.65 / Chapter 4.1 --- Frustration and Spin Liquid --- p.65 / Chapter 4.1.1 --- Physical systems --- p.66 / Chapter 4.1.2 --- Recent developments of t-t’-TH model --- p.67 / Chapter 4.2 --- Model Hamiltonian --- p.67 / Chapter 4.3 --- Band structure --- p.68 / Chapter 4.4 --- Frustration Effect on Magnetism --- p.70 / Chapter 4.5 --- Summary --- p.73 / Chapter 5 --- Possible Application of HFQMC --- p.75 / Chapter 5.1 --- Anderson Model --- p.75 / Chapter 5.1.1 --- Physical Issues --- p.75 / Chapter 5.1.2 --- Model proposal and mean field result --- p.76 / Chapter 5.1.3 --- Properties of model with quantum degree of freedom --- p.77 / Chapter 5.2 --- The application cases --- p.78 / Chapter 6 --- Summary --- p.80 / Chapter 6.1 --- Three QMC methods --- p.80 / Chapter 6.2 --- Two practical models --- p.80 / Bibliography --- p.83
120

Financial modeling and forecasting using Monte Carlo covariance simulation.

January 1974 (has links)
Summary in Chinese. / Thesis (M.B.A.)--Chinese University of Hong Kong. / Bibliography: leaves 65-67.

Page generated in 0.0521 seconds