Package: umbridge 1.0
umbridge: Integration for the UM-Bridge Protocol
A convenient wrapper for the UM-Bridge protocol. UM-Bridge is a protocol designed for coupling uncertainty quantification (or statistical / optimization) software to numerical models. A model is represented as a mathematical function with optional support for derivatives via Jacobian actions etc.
Authors:
umbridge_1.0.tar.gz
umbridge_1.0.zip(r-4.7)umbridge_1.0.zip(r-4.6)umbridge_1.0.zip(r-4.5)
umbridge_1.0.tgz(r-4.6-any)umbridge_1.0.tgz(r-4.5-any)
umbridge_1.0.tar.gz(r-4.7-any)umbridge_1.0.tar.gz(r-4.6-any)
umbridge_1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
umbridge/json (API)
| # Install 'umbridge' in R: |
| install.packages('umbridge', repos = c('https://linusseelinger.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:92670aeec9. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 119 | ||
| source / vignettes | OK | 154 | ||
| linux-release-x86_64 | OK | 122 | ||
| macos-release-arm64 | OK | 144 | ||
| macos-oldrel-arm64 | OK | 201 | ||
| windows-devel | OK | 76 | ||
| windows-release | OK | 67 | ||
| windows-oldrel | OK | 61 | ||
| wasm-release | OK | 113 |
Exports:apply_hessianapply_jacobianevaluateget_modelsgradientmodel_input_sizesmodel_output_sizesprotocol_version_supportedsupports_apply_hessiansupports_apply_jacobiansupports_evaluatesupports_gradient
Dependencies:askpassclicurlgluehttr2jsonlitelifecyclemagrittropensslR6rappdirsrlangsysvctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Evaluate Hessian of model. | apply_hessian |
| Evaluate Jacobian of model. | apply_jacobian |
| Evaluate model. | evaluate |
| Get models supported by server. | get_models |
| Evaluate gradient of target functional depending on model. | gradient |
| Retrieve model's input dimensions. | model_input_sizes |
| Retrieve model's output dimensions. | model_output_sizes |
| Check if model's protocol version is supported by this client. | protocol_version_supported |
| Check if model supports Hessian action. | supports_apply_hessian |
| Check if model supports Jacobian action. | supports_apply_jacobian |
| Check if model supports evaluation. | supports_evaluate |
| Check if model supports gradient evaluation. | supports_gradient |
