Skip to content

nimsos-dev/nimsos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nimsos (Update was stopped from April 2024)

New version is released as nimo (https://github.com/NIMS-DA/nimo)

NIMS-OS (NIMS Orchestration System) is a Python library to realize a closed loop of robotic experiments and artificial intelligence without human intervention for automated materials exploration. NIMS-OS can perform automated materials exploration in various combinations by considering artificial intelligence and robotic experiments as modules (see the figure below). As artificial intelligence technique for materials science, Bayesian optimization method (PHYSBO), boundLess objective-free exploration method (BLOX), phase diagram construction method (PDC), and random exploration (RE) can be used. NIMS Automated Robotic Electrochemical Experiments (NAREE) system is available as robotic experiments. Visualization tools for the results are also included, allowing users to check optimization results in real time. Newly created modules for artificial intelligence and robotic experiments can be added and used. More modules will be added in the future.

Document

Required Packages

  • Python >= 3.6
  • Cython
  • matplotlib
  • numpy
  • physbo
  • scikit-learn
  • scipy

Install

  • From PyPI (recommended)

    pip install nimsos
  • From source

    1. Download or clone the github repository
    git clone https://github.com/nimsos-dev/nimsos
    
    1. Install via pip in the nimsos-main folder
    pip install .

Uninstall

pip uninstall nimsos

License

The program package and the complete source code of this software are distributed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages