paper-with-me

Papers

NIMS-OS: An automation software to implement a closed loop between artificial intelligence and robotic experiments in materials science

2023-04-27 · Ryo Tamura, Koji Tsuda, Shoichi Matsuda

NIMS-OS (NIMS Orchestration System) is a Python library created to realize a closed loop of robotic experiments and artificial intelligence (AI) without human intervention for automated materials exploration. It uses various combinations of modules to operate autonomously. Each module acts as an AI for materials exploration or a controller for a robotic experiments. As AI techniques, Bayesian optimization (PHYSBO), boundless objective-free exploration (BLOX), phase diagram construction (PDC), and random exploration (RE) methods can be used. Moreover, a system called NIMS automated robotic electrochemical experiments (NAREE) is available as a set of robotic experimental equipment. Visualization tools for the results are also included, which allows users to check the optimization results in real time. Newly created modules for AI and robotic experiments can be added easily to extend the functionality of the system. In addition, we developed a GUI application to control NIMS-OS.To demonstrate the operation of NIMS-OS, we consider an automated exploration for new electrolytes. NIMS-OS is available at https://github.com/nimsos-dev/nimsos.

📄 PDF Abstract BibTeX arXiv:2304.13927

Code (1)

nimsos-dev/nimsos 공식 구현

Tasks

Bayesian Optimization

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

NIMO: A Software Platform for Closed-Loop Materials Exploration with Diverse AI Algorithms

2026-06-14 · Ryo Tamura, Naruki Yoshikawa, Koji Tsuda, Shoichi Matsuda arxiv

Self-driving laboratories (SDLs), where artificial intelligence proposes subsequent experiments and robotic systems execute them, are rapidly becoming the vanguard of materials discovery. A critical bottleneck, however, …

Closed-Loop Autonomous Software Development via Jira-Integrated Backlog Orchestration: A Case Study in Deterministic Control and Safety-Constrained Automation

2026-04-05 · Elias Calboreanu arxiv

This paper presents a closed-loop system for software lifecycle management framed as a control architecture rather than a code-generation tool. The system manages a backlog of approximately 1,602 rows across seven task f…

Performance Quantification of a Nonlinear Model Predictive Controller by Parallel Monte Carlo Simulations of a Closed-loop System

2022-12-05 · Morten Wahlgreen Kaysfeld, Mario Zanon, John Bagterp Jørgensen

This paper presents a parallel Monte Carlo simulation based performance quantification method for nonlinear model predictive control (NMPC) in closed-loop. The method provides distributions for the controller performance…

CPUModel Predictive Control

Closed-Loop Koopman Operator Approximation

2023-03-27 · Steven Dahdah, James Richard Forbes

This paper proposes a method to identify a Koopman model of a feedback-controlled system given a known controller. The Koopman operator allows a nonlinear system to be rewritten as an infinite-dimensional linear system b…

regression

The Rise of Agentic Testing: Multi-Agent Systems for Robust Software Quality Assurance

2026-01-05 · Saba Naqvi, Mohammad Baqar, Nawaz Ali Mohammad arxiv

Software testing has progressed toward intelligent automation, yet current AI-based test generators still suffer from static, single-shot outputs that frequently produce invalid, redundant, or non-executable tests due to…