中文
相关论文

相关论文: MiMeS, the Misalignment Mechanism Solver

200 篇论文

We present ensmallen, a fast and flexible C++ library for mathematical optimization of arbitrary user-supplied functions, which can be applied to many machine learning problems. Several types of optimizations are supported, including…

数学软件 · 计算机科学 2018-12-11 Shikhar Bhardwaj , Ryan R. Curtin , Marcus Edel , Yannis Mentekidis , Conrad Sanderson

MITNS (Multiple-Ion Transport Numerical Solver) is a new numerical tool designed to perform 1D simulations of classical cross-field transport in magnetized plasmas. Its detailed treatment of multi-species effects makes it a unique tool in…

等离子体物理 · 物理学 2020-08-21 E. J. Kolmes , I. E. Ochs , N. J. Fisch

This article presents updates to lifex [Africa, SoftwareX (2022)], a C++ library for high-performance finite element simulations of multiphysics, multiscale and multidomain problems. In this release, we introduce an additional intergrid…

数值分析 · 数学 2024-12-02 Michele Bucelli

This article introduces a benchmark application for seismic modeling using finite difference method, which is namedMiniMod, a mini application for seismic modeling. The purpose is to provide a benchmark suite that is, on one hand easy to…

分布式、并行与集群计算 · 计算机科学 2020-07-14 Jie Meng , Andreas Atle , Henri Calandra , Mauricio Araya-Polo

A new open source tool for fluid simulation of multi-component plasmas is presented, based on a flexible software design that is applicable to scientific simulations in a wide range of fields. This design enables the same code to be…

等离子体物理 · 物理学 2023-06-21 Ben Dudson , Mike Kryjak , Hasan Muhammed , Peter Hill , John Omotani

We present a multiway fusion algorithm capable of directly processing uncertain pairwise affinities. In contrast to existing works that require initial pairwise associations, our MIXER algorithm improves accuracy by leveraging the…

计算机视觉与模式识别 · 计算机科学 2023-05-04 Parker C. Lusk , Kaveh Fathian , Jonathan P. How

FEniCS Mechanics is a Python package to facilitate computational mechanics simulations. The Python library dolfin, from the FEniCS Project, is used to formulate and numerically solve the problem in variational form. The general balance laws…

计算工程、金融与科学 · 计算机科学 2019-01-30 Miguel A. Rodriguez , Christoph M. Augustin , Shawn C. Shadden

The covariance matrix adaptation evolution strategy (CMA-ES) has been highly effective in black-box continuous optimization, as demonstrated by its success in both benchmark problems and various real-world applications. To address the need…

神经与进化计算 · 计算机科学 2026-02-10 Masahiro Nomura , Masashi Shibata , Ryoki Hamano

This publication introduces A State Space Exploration Tool that is based on representing the model under verification as a piece of C++ code that obeys certain conventions. Its name is ASSET. Model checking takes place by compiling the…

软件工程 · 计算机科学 2016-05-23 Antti Valmari

Medusa, a novel library for implementation of strong form mesh-free methods, is described. We identify and present common parts and patterns among many such methods reported in the literature, such as node positioning, stencil selection and…

数学软件 · 计算机科学 2021-07-07 Jure Slak , Gregor Kosec

XMDS2 is a cross-platform, GPL-licensed, open source package for numerically integrating initial value problems that range from a single ordinary differential equation up to systems of coupled stochastic partial differential equations. The…

计算物理 · 物理学 2012-11-22 Graham R. Dennis , Joseph J. Hope , Mattias T. Johnsson

We present mechanoChemML, a machine learning software library for computational materials physics. mechanoChemML is designed to function as an interface between platforms that are widely used for machine learning on one hand, and others for…

计算工程、金融与科学 · 计算机科学 2022-05-03 X. Zhang , G. H. Teichert , Z. Wang , M. Duschenes , S. Srivastava , E. Livingston , J. Holber , M. Faghih Shojaei , A. Sundararajan , K. Garikipati

In this paper, we describe a comprehensive algorithmic framework for solving mixed integer bilevel linear optimization problems (MIBLPs) using a generalized branch-and-cut approach. The framework presented merges features from existing…

最优化与控制 · 数学 2021-04-20 Sahar Tahernejad , Ted K. Ralphs , Scott T. DeNegre

We present the open source Astrophysical Multi-purpose Software Environment (AMUSE, www.amusecode.org), a component library for performing astrophysical simulations involving different physical domains and scales. It couples existing codes…

天体物理仪器与方法 · 物理学 2015-06-16 F. I. Pelupessy , A. van Elteren , N. de Vries , S. L. W. McMillan , N. Drost , S. F. Portegies Zwart

This paper introduces PolyDiM, an open-source C++ library tailored for the development and implementation of polytopal discretization methods for partial differential equations. The library provides robust and modular tools to support…

数值分析 · 数学 2025-05-21 Stefano Berrone , Andrea Borio , Gioana Teora , Fabio Vicini

Many assembly lines related optimization problems have been tackled by researchers in the last decades due to its relevance for the decision makers within manufacturing industry. Many of theses problems, more specifically Assembly Lines…

Real world combinatorial optimization problems such as scheduling are typically too complex to solve with exact methods. Additionally, the problems often have to observe vaguely specified constraints of different importance, the available…

人工智能 · 计算机科学 2007-05-23 Andreas Raggl , Wolfgang Slany

QUESO stands for Quantification of Uncertainty for Estimation, Simulation and Optimization and consists of algorithms and C++ classes intended for research in uncertainty quantification, including the solution of statistical inverse problem…

We have developed a new programming framework, called Sieve, to support parallel numerical PDE algorithms operating over distributed meshes. We have also developed a reference implementation of Sieve in C++ as a library of generic…

计算工程、金融与科学 · 计算机科学 2010-09-02 Matthew G. Knepley , Dmitry A. Karpeev

Machine Learning (ML), particularly deep learning, has seen vast advancements, leading to the rise of Machine Learning-Enabled Systems (MLS). However, numerous software engineering challenges persist in propelling these MLS into production,…

软件工程 · 计算机科学 2023-08-22 Shubham Kulkarni , Arya Marda , Karthik Vaidhyanathan