Distributed Multidisciplinary Design Optimization (DMDO)
Project description
DMDO
DMDO is a python implementation for the distributed multidisciplinary design optimization method called nonhierarchical analytical target cascading (NHATC)
For technical and code documentation, please visit DMDO Webpage.
Version 1.3.0
License & copyright
© Ahmed H. Bayoumy
Citation
If you use this code, please cite it as shown below.
@software{DMDO_AB,
author = {Bayoumy, A.},
title = {DMDO},
year = 2022,
publisher = {Github},
version = {1.3.0},
url = {https://github.com/Ahmed-Bayoumy/DMDO}
}
How to use DMDO package
After installing the DMDO
package using the pip
command, the functions and classes of DMDO
module can be imported directly to the python script as follows:
from DMDO import *
How to run DMDO from terminal
After installing the libraries listed in the requirements.txt
, DMDO/DMDO.py
can be called directly from a
terminal window under the src directory. The path of the JSON template, which contains the problem input parameters, should be entered as an input argument to the DMDO.py
call.
python ./src/DMDO/DMDO.py ./tests/test_files/Basic_MDO.yaml
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file DMDO-2404-py3-none-any.whl
.
File metadata
- Download URL: DMDO-2404-py3-none-any.whl
- Upload date:
- Size: 44.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1f369db1823ebe810fcda095766a0eb18bb306113888dc9c867d8d6a2566d2b |
|
MD5 | fcbba71aa9e5077eb47104385420c383 |
|
BLAKE2b-256 | fa1a293d1d0cce5f664449f008f3b5939b6b0ae79303d2a31e55337cd9cf9917 |