Skip to main content

Logo pdm-managed Python version Copier PyPI build docs tests Code Coverage Algorithm description

Efficient framework for building surrogates of multidisciplinary systems using the adaptive multi-index stochastic collocation (AMISC) technique.

⚙️ Installation

Ensure you are using Python 3.11 or later. You can install the package from PyPI using pip:

pip install amisc

If you are using pdm in your own project, then you can use:

pdm add amisc

# Or in editable mode from a local clone...
pdm add -e ./amisc --dev

📍 Quickstart

import numpy as np

from amisc import System

def fun1(x):
    y = x * np.sin(np.pi * x)
    return y

def fun2(y):
    z = 1 / (1 + 25 * y ** 2)
    return z

system = System(fun1, fun2)

system.inputs()['x'].domain = (0, 1)   # set domain of surrogate for `x`
system.outputs()['y'].domain = (0, 1)  # set domain of surrogate for `y`

system.fit()

x_test = system.sample_inputs(10)
y_test = system.predict(x_test)

🏗️ Contributing

See the contribution guidelines.

📖 Reference

AMISC paper [1].

Made with the copier-numpy template.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

amisc-0.8.1.tar.gz (140.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

amisc-0.8.1-py3-none-any.whl (113.5 kB view details)

Uploaded Python 3

File details

Details for the file amisc-0.8.1.tar.gz.

File metadata

  • Download URL: amisc-0.8.1.tar.gz
  • Upload date:
  • Size: 140.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for amisc-0.8.1.tar.gz
Algorithm Hash digest
SHA256 0f8eb8403e0017aa56e08cca6b7a46f71321dce5c35b45416145934ae828b471
MD5 db77541204090a54d6b6445db29378e5
BLAKE2b-256 823ab04a2a3cbabb32e82d2b2abda9981a220381b22cb15a916b0e7960890241

See more details on using hashes here.

Provenance

The following attestation bundles were made for amisc-0.8.1.tar.gz:

Publisher: deploy.yml on eckelsjd/amisc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file amisc-0.8.1-py3-none-any.whl.

File metadata

  • Download URL: amisc-0.8.1-py3-none-any.whl
  • Upload date:
  • Size: 113.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for amisc-0.8.1-py3-none-any.whl
Algorithm Hash digest
SHA256 64af8d5dee928fd43455db94aac15ae188ee63a2aca2beb0b9bc4cd1a7218416
MD5 abc8114d523931bf333f370d82a09dd9
BLAKE2b-256 d4d6492343041a9ceff18e5d63af391f92cf0570458da881bfb71f313895e837

See more details on using hashes here.

Provenance

The following attestation bundles were made for amisc-0.8.1-py3-none-any.whl:

Publisher: deploy.yml on eckelsjd/amisc

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.8.1 This release

2 files

0.8.0

2 files

0.7.3

2 files

0.7.2

2 files

0.7.1

2 files

0.7.0

2 files

0.6.0

2 files

0.5.2

2 files

0.5.1

2 files

0.5.0

2 files

0.4.0

2 files

0.3.0

2 files

0.2.1

2 files

0.2.0

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

0.0.8

2 files

0.0.7

2 files

0.0.5

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page