This release is a pre-release and may not be stable for production use.
This package provides the calculation engine for the Brightway2 life cycle assessment framework. Online documentation is available, and the source code is hosted on Bitucket.
The emphasis here has been on speed of solving the linear systems, for normal LCA calculations, graph traversal, or Monte Carlo uncertainty analysis.
The Monte Carlo LCA class can do about 30 iterations a second (on a 2011 MacBook Pro). Instead of doing LU factorization, it uses an initial guess and the conjugant gradient squared algorithm.
The multiprocessing Monte Carlo class (ParallelMonteCarlo) can do about 100 iterations a second, using 7 virtual cores. The MultiMonteCarlo class, which does Monte Carlo for many processes (and hence can re-use the factorized technosphere matrix), can do about 500 iterations a second, using 7 virtual cores. Both these algorithms perform best when the initial setup for each worker job is minimized, e.g. by dispatching big chunks.
Release files for bw2calc 0.9.0-alpha
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bw2calc-0.9.0-alpha.tar.gz | 13.0 kB | Details |
Release files / bw2calc-0.9.0-alpha.tar.gz
| Download URL | bw2calc-0.9.0-alpha.tar.gz |
|---|---|
| Size | 13.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
458d18e4d800bf5a9b6a0fa924793ce34769b3acf860391951bd19c309c7ac9c
|
|
BLAKE2b-256 checksum How to use checksums |
6c23718a98e931278389f9569c9383e423ef0b04ef2b6fdfcb8d99f938b4c5f1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |