optzer is a python package for parameter optimization that can be used for any external program and for any target value obtained with the external program.
- Ryo KOBAYASHI
- Associate Professor at Department of Physical Science and Engineering, Nagoya Institute of Technology.
The optzer requires the following:
- python3
- docopt
- numpy
- scipy
It can be installed via pip as,
pip install optzer
You can install as a develop mode installation as,
git clone https://github.com/ryo.kbys/optzer.git ./optzer
cd optzer
python -m build
pip install -e .
If you can find optzer
command in your system via which optzer
, the installation should be successful.
Please see optzer documentation and examples included in this repository.
Please leave questions and requests on issues in the github repository page.
This software is released under the MIT License, see the LICENSE.
This software was developed at Nagoya Institute of Technology, and supported by JSPS KAKENHI Grand Numbers 21K04650, JP20H05290 and 22H04613 (Grant-in-Aid for Scientific Research on Innovative Areas Interface Ionics).