A NOMAD plugin for the ropt robust optimization package
Project description
A NOMAD optimizer plugin for ropt
This package installs a plugin for the ropt ensemble optimizer package, giving access to algorithms from the NOMAD optimization package.
Dependencies
This code has been tested with Python versions 3.8-3.11 on linux.
The backend requires the NOMAD optimizer, which will be installed as a dependency from PyPI.
Installation
From PyPI:
pip install ropt-nomad
Usage
An optimization by ropt using the plugin works mostly as any other optimization run (see also the ropt documentation). However, there are a few things to consider:
- Gradients are not used, any specifications relating to gradient calculations in ropt are ignored.
- Some standard optimization parameters that can be specified in the
optimization section are ignored, specifically:
algorithm
tolerance
- Only inequality constraints are supported by
NOMAD
. - Linear and non-linear constraints are both supported. Linear constraints are not supported directly, but are internally converted to non-linear constraints.
- Additional options can be passed as a list of strings via the
options
field in the optimizer configuration. You can use any option that is supported by theNOMAD
python interface, with the following exceptions:- The
DIMENSION
and cannot be overridden. - The
MAX_ITERATIONS
keyword can only be used if themax_iterations
field is not set in the optimizer configuration. BB_OUTPUT_TYPE
can be overridden, which is useful to change the type of constraint handling.
- The
Developement
The ropt-nomad
source distribution can be found on
GitHub. To install from source, enter
the ropt-pymoo
distribution directory and execute:
pip install .
Running the tests
To run the test suite, install the necessary dependencies and execute pytest
:
pip install .[test]
pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ropt_nomad-0.5.1.tar.gz
.
File metadata
- Download URL: ropt_nomad-0.5.1.tar.gz
- Upload date:
- Size: 23.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3be54e6b62b120334622939873fb3167c1467d1336cbd5b6d759cc801475179a |
|
MD5 | b7c38109a5810019f2dc5870c9f412bd |
|
BLAKE2b-256 | 1448346006fb14a67ef7b87981513db78b7df97601d20579f7a08286c47c50e3 |
File details
Details for the file ropt_nomad-0.5.1-py3-none-any.whl
.
File metadata
- Download URL: ropt_nomad-0.5.1-py3-none-any.whl
- Upload date:
- Size: 18.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 704e032b7cd787ef72ba00d02597be984c25e40c3ce735d39a8f10fcda081b54 |
|
MD5 | 4088c31b73ddda64aea74a402625a670 |
|
BLAKE2b-256 | c446a26c5ea6937572e0bffc5b407f851e8c5acbb0b38281d5d0444db989ee33 |