中文
相关论文

相关论文: Effective 1.0: An Analytic Effective Action Analys…

200 篇论文

The in-out formalism is a systematic and powerful method for finding the effective actions in an electromagnetic field and a curved spacetime provided that the field equation has explicitly known solutions. The effective action becomes…

高能物理 - 理论 · 物理学 2017-04-05 Sang Pyo Kim

Classical field theories coupled to stochastic noise provide an extremely powerful tool for modeling phenomena as diverse as turbulence, pattern-formation, and the structural development of the universe itself. In this Letter we sketch a…

统计力学 · 物理学 2007-05-23 David Hochberg , Carmen Molina-Paris , Juan Perez-Mercader , Matt Visser

Mapping UV theories onto low energy effective descriptions is a procedure known as matching. The last decade has seen tremendous progress in the development of new tools for efficiently performing matching calculations, by relying on…

高能物理 - 唯象学 · 物理学 2022-03-15 Timothy Cohen , Xiaochuan Lu , Zhengkang Zhang

We introduce a new framework for sample-efficient model evaluation that we call active testing. While approaches like active learning reduce the number of labels needed for model training, existing literature largely ignores the cost of…

机器学习 · 统计学 2021-06-15 Jannik Kossen , Sebastian Farquhar , Yarin Gal , Tom Rainforth

Effective field theory is the ideal framework for discussing top and weak boson properties. We discuss the application of this framework to top physics at both tree level and one loop. We consider weak boson pair production within an…

高能物理 - 唯象学 · 物理学 2015-06-05 Scott Willenbrock

This paper presents Warrior1, a tool that detects performance anti-patterns in C++ libraries. Many programs are slowed down by many small inefficiencies. Large-scale C++ applications are large, complex, and developed by large groups of…

软件工程 · 计算机科学 2020-10-20 Nadav Rotem , Lee Howes , David Goldblatt

Motivated by bubble nucleation in first order phase transitions, we question the validity of the effective potential for inhomogeneous configurations. In an attempt to get some insight into the importance of derivative terms, we analyze a…

高能物理 - 唯象学 · 物理学 2014-11-17 Scott Dodelson , Ben-Ami Gradwohl

We present the CAPD::DynSys library for rigorous numerical analysis of dynamical systems. The basic interface is described together with several interesting case studies illustrating how it can be used for computer-assisted proofs in…

数值分析 · 数学 2021-07-28 Tomasz Kapela , Marian Mrozek , Daniel Wilczak , Piotr Zgliczyński

Automatic differentiation is a set of techniques to efficiently and accurately compute the derivative of a function represented by a computer program. Existing C++ libraries for automatic differentiation (e.g. Adept, Stan Math Library),…

数学软件 · 计算机科学 2021-02-09 James Yang

In this paper we present DYNAMIC, an open-source C++ library implementing dynamic compressed data structures for string manipulation. Our framework includes useful tools such as searchable partial sums, succinct/gap-encoded bitvectors, and…

数据结构与算法 · 计算机科学 2017-01-26 Nicola Prezza

We present a generic C++ design to perform efficient and exact geometric computations using lazy evaluations. Exact geometric computations are critical for the robustness of geometric algorithms. Their efficiency is also critical for most…

计算几何 · 计算机科学 2007-05-23 Sylvain Pion , Andreas Fabri

In reinforcement learning (RL), agents often operate in partially observed and uncertain environments. Model-based RL suggests that this is best achieved by learning and exploiting a probabilistic model of the world. 'Active inference' is…

机器学习 · 计算机科学 2019-11-26 Alexander Tschantz , Manuel Baltieri , Anil. K. Seth , Christopher L. Buckley

The theoretical properties of active inference agents are impressive, but how do we realize effective agents in working hardware and software on edge devices? This is an interesting problem because the computational load for policy…

机器学习 · 统计学 2023-07-27 Bert de Vries

Effective field theory provides a way of parameterizing strong-field deviations from General Relativity that might be observable in the gravitational waves emitted in a black hole merger. To perform numerical simulations of mergers in such…

广义相对论与量子宇宙学 · 物理学 2020-07-01 Aron D. Kovacs , Harvey S. Reall

We present a collection of modular open source C++ libraries for the development of logic synthesis applications. These libraries can be used to develop applications for the design of classical and emerging technologies, as well as for the…

Inspired by the concept of active learning, we propose active inference$\unicode{x2013}$a methodology for statistical inference with machine-learning-assisted data collection. Assuming a budget on the number of labels that can be collected,…

机器学习 · 统计学 2026-04-09 Tijana Zrnic , Emmanuel J. Candès

We study the one loop effective action for a class of higher spin fields by using a first-quantized description. The latter is obtained by considering spinning particles, characterized by an extended local supersymmetry on the worldline,…

高能物理 - 理论 · 物理学 2015-04-10 Fiorenzo Bastianelli , Roberto Bonezzi , Olindo Corradini , Emanuele Latini

We present the C++ library CppSs (C++ super-scalar), which provides efficient task-parallelism without the need for special compilers or other software. Any C++ compiler that supports C++11 is sufficient. CppSs features different…

分布式、并行与集群计算 · 计算机科学 2015-02-27 Steffen Brinkmann , Jose Gracia

Despite the importance of sparse matrices in numerous fields of science, software implementations remain difficult to use for non-expert users, generally requiring the understanding of underlying details of the chosen sparse matrix storage…

数学软件 · 计算机科学 2019-07-23 Conrad Sanderson , Ryan Curtin

Active learning is a machine learning method aiming at optimal design for model training. At variance with supervised learning, which labels all samples, active learning provides an improved model by labeling samples with maximal…