https://github.com/ahmed-bayoumy/nobm
Benchmarking suite for DFO algorithms
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.5%) to scientific vocabulary
Repository
Benchmarking suite for DFO algorithms
Basic Info
- Host: GitHub
- Owner: Ahmed-Bayoumy
- License: lgpl-2.1
- Language: Python
- Default Branch: DEV
- Size: 925 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
NOBM
Benchmarking suite for non-linear optimization algorithms
Version 1.0.1
Testing suite aims to benchmark derivative-free optimization (DFO) algorithms mainly 'OMADS.py' and multidisciplinary design optimization (MDO) algorithms
License & copyright
© Ahmed H. Bayoumy
Installation
```commandline $ pip install NOBM
```
How to use
After installing the libraries listed in the requirements.txt, NOBM can be imported in the optimization solver code.
For benchmarking OMADS, the path of the JSON template, which contains the problem setup, should be entered as an
input argument to the OMADS.py call.
commandline
python BMDFO.py uncon .\tests
commandline
from NOBM.toy import *
Owner
- Name: Ahmed Bayoumy
- Login: Ahmed-Bayoumy
- Kind: user
- Location: Montreal, QC, Canada
- Company: McGill University
- Repositories: 4
- Profile: https://github.com/Ahmed-Bayoumy
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 5
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 5
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- Ahmed-Bayoumy (5)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 33 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 5
- Total maintainers: 1
pypi.org: nobm
Python package that benchmark DFO algorithms mainly OMADS.
- Homepage: https://github.com/Ahmed-Bayoumy/NOBM
- Documentation: https://nobm.readthedocs.io/
- License: GNU Lesser General Public License v3 (LGPLv3)
-
Latest release: 1.0.1
published about 4 years ago
Rankings
Maintainers (1)
Dependencies
- numpy *
- pandas *
- setuptools >=58.1.0