No project description provided
Project description
Parallel aBUS
Table of Contents
Introduction
This code is a Python implementation of the parallelized adaptive Bayesian Updating with Structural reliabilty methods. The methods were described in:
Simon, P., Schneider, R., Baeßler, M., Morgenthal, G., 2024. Parallelized adaptive Bayesian Updating with Structural reliability methods for inference of large engineering models (submitted for publication).
It is based upon the original Python implementation of the original adaptive Bayesian Updating with Structural reliability methods with Subset Simulation (aBUS-SuS) by the Engineering Risk Analysis (ERA) Group of Technische Universität München.
Installation
The package is installable from the Python Package Index (PyPI) using pip:
pip install parallel-abus
Usage
Usage is exemplified in the corresponding GitHub project of this package.
Examples using this package are documented in the ./tests/ folder. The number of processes can be specified as a command line parameter, for example:
python ./tests/test_main_example_3_2DOF.py 5
runs inference with parallel aBUS on 5 processes.
A more comprehensive example is presented in ./example/bayesian_inference.py. Here, an engineering model of a reinforced concrete beam including an OpenSees finite element model is updated. Details on this example are found in this contribution:
Simon, P., Schneider, R., Baeßler, M., Morgenthal, G., 2024. A Bayesian probabilistic framework for building models for structural health monitoring of structures subject to environmental variability. (submitted for publication).
This example requires amongst others the python package for OpenSees.
An easy way to get this example running is to install its dependencies via Poetry:
poetry install
License
parallel-abus is distributed under the terms of the MIT license.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file parallel_abus-0.1.5.tar.gz.
File metadata
- Download URL: parallel_abus-0.1.5.tar.gz
- Upload date:
- Size: 34.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.8 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f7efcdf24053fe02f7f7e72851a2c3814bcaaf7a7edd048144bc36ddded2ac2
|
|
| MD5 |
80baa88d4556102c5e96df9f844a4728
|
|
| BLAKE2b-256 |
5dc1ff59a822edd38f224b74f0016b87f5b1885ee9e6a804037a72081291c0c2
|
File details
Details for the file parallel_abus-0.1.5-py3-none-any.whl.
File metadata
- Download URL: parallel_abus-0.1.5-py3-none-any.whl
- Upload date:
- Size: 43.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.8 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3ed96e8e3571ce5029245bda340fb99bb1213214e55cbef9175f6eeca006a00
|
|
| MD5 |
ff98b517cec547fc0413cb51bd29840d
|
|
| BLAKE2b-256 |
839d1bce2e3f4f921d9eb8f51ee357a3d0b43b12cd4b075b67637112690200d6
|