AUTHORS.rst
CONTRIBUTING.rst
DESCRIPTION.md
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
docs/conf.py
docs/index.rst
docs/make.bat
docs/generated/simulai.rst
docs/source/api.rst
docs/source/index.rst
docs/source/quickstart.rst
docs/source/_modules/simulai.abstract.rst
docs/source/_modules/simulai.activations.rst
docs/source/_modules/simulai.batching.rst
docs/source/_modules/simulai.file.rst
docs/source/_modules/simulai.io.rst
docs/source/_modules/simulai.mesh.rst
docs/source/_modules/simulai.metrics.rst
docs/source/_modules/simulai.normalization.rst
docs/source/_modules/simulai.parallel.rst
docs/source/_modules/simulai.simulation.rst
docs/source/_modules/simulai.special.rst
docs/source/_modules/simulai.tokens.rst
docs/source/_package/simulai.math.rst
docs/source/_package/simulai.models.rst
docs/source/_package/simulai.optimization.rst
docs/source/_package/simulai.regression.rst
docs/source/_package/simulai.residuals.rst
docs/source/_package/simulai.rom.rst
docs/source/_package/simulai.sampling.rst
docs/source/_package/simulai.utilities.rst
docs/source/generated/simulai.rst
simulai/__init__.py
simulai/abstract.py
simulai/activations.py
simulai/batching.py
simulai/file.py
simulai/io.py
simulai/mesh.py
simulai/metrics.py
simulai/normalization.py
simulai/parallel.py
simulai/simulation.py
simulai/special.py
simulai/tokens.py
simulai/math/__init__.py
simulai/math/differentiation.py
simulai/math/expressions.py
simulai/math/filtering.py
simulai/math/integration.py
simulai/math/kansas.py
simulai/math/products.py
simulai/math/progression.py
simulai/math/quadratures.py
simulai/math/spaces.py
simulai/models/__init__.py
simulai/models/_models.py
simulai/models/_pytorch_models/__init__.py
simulai/models/_pytorch_models/_autoencoder.py
simulai/models/_pytorch_models/_deeponet.py
simulai/models/_pytorch_models/_miscellaneous.py
simulai/models/_pytorch_models/_transformer.py
simulai/models/_pytorch_models/_unet.py
simulai/optimization/__init__.py
simulai/optimization/_adjusters.py
simulai/optimization/_builtin.py
simulai/optimization/_builtin_pytorch.py
simulai/optimization/_losses.py
simulai/optimization/_optimization.py
simulai/regression/__init__.py
simulai/regression/_affine.py
simulai/regression/_elm.py
simulai/regression/_esn.py
simulai/regression/_extended_opinf.py
simulai/regression/_opinf.py
simulai/regression/_pinv.py
simulai/regression/_pytorch/__init__.py
simulai/regression/_pytorch/_conv.py
simulai/regression/_pytorch/_dense.py
simulai/regression/_pytorch/_koopman.py
simulai/regression/_pytorch/_numpy.py
simulai/regression/_pytorch/_opinf.py
simulai/regression/_pytorch/_rbf.py
simulai/residuals/__init__.py
simulai/residuals/_pytorch_residuals.py
simulai/rom/__init__.py
simulai/rom/_rom.py
simulai/sampling/__init__.py
simulai/sampling/_hamiltonian_sampling.py
simulai/templates/__init__.py
simulai/templates/_pytorch_network.py
simulai/templates/_templates.py
simulai/utilities/__init__.py
simulai/utilities/_makedirs_to_file.py
simulai/utilities/_tmp_dir.py
simulai/utilities/_visualization.py
simulai/utilities/opinf_deviation.py
simulai/workflows/__init__.py
simulai/workflows/_cloud_object_storage.py
simulai/workflows/_deeponet_workflows.py
simulai/workflows/_esn_modelpool_train.py
simulai/workflows/_extrapolation.py
simulai/workflows/_h5_comparison.py
simulai/workflows/_h5_ipod.py
simulai/workflows/_parametric_hyperopt.py
simulai_toolkit.egg-info/PKG-INFO
simulai_toolkit.egg-info/SOURCES.txt
simulai_toolkit.egg-info/dependency_links.txt
simulai_toolkit.egg-info/requires.txt
simulai_toolkit.egg-info/top_level.txt
tests/README.md
tests/config.py
tests/PINN/test_deep_operator_pinn.py
tests/PINN/test_vanilla_pinn.py
tests/devices/test_network_devices.py
tests/file/test_spfile.py
tests/math/test_LSODA.py
tests/math/test_RK4.py
tests/math/test_RKF78.py
tests/math/test_collocation_derivative.py
tests/math/test_kansas.py
tests/math/test_metrics.py
tests/math/test_products.py
tests/math/test_spaces.py
tests/metrics/test_mahalanobis.py
tests/metrics/test_pointwise.py
tests/metrics/test_rosenstein_kantz.py
tests/network/test_conv_1d.py
tests/network/test_conv_2d.py
tests/network/test_deeponet.py
tests/network/test_dense.py
tests/network/test_elm.py
tests/network/test_flexible_deeponet.py
tests/network/test_improved_deeponet.py
tests/network/test_moe_pool.py
tests/network/test_residual_cnn.py
tests/network/test_split_pool.py
tests/network/test_template_gen.py
tests/network/test_transformer.py
tests/network/test_unet.py
tests/network/utils.py
tests/normalization/test_normalization.py
tests/opinf/test_extended_opinf_operators_construction.py
tests/opinf/test_opinf_operators_construction.py
tests/parallelism/test_modelpool_affinemapping.py
tests/parallelism/test_modelpool_esn.py
tests/postprocessing/test_batchwise_extrapolation.py
tests/preprocessing/test_batch_copy.py
tests/preprocessing/test_batching.py
tests/preprocessing/test_kmeans.py
tests/preprocessing/test_mapvalid.py
tests/preprocessing/test_meanevaluation.py
tests/preprocessing/test_minmax.py
tests/preprocessing/test_moving_window.py
tests/preprocessing/test_reshaper.py
tests/preprocessing/test_sampler.py
tests/preprocessing/test_tokenizer.py
tests/rbf/test_rbf.py
tests/residuals/test_symbolicoperator.py
tests/rom/test_cnn_autoencoder.py
tests/rom/test_dmd_decomposition.py
tests/rom/test_gappy_pca_decomposition.py
tests/rom/test_hosvd.py
tests/rom/test_ipca_datapreparer.py
tests/rom/test_ipca_decomposition.py
tests/rom/test_koopman_autoencoder.py
tests/rom/test_mlp_autoencoder.py
tests/rom/test_pca_decomposition.py
tests/rom/test_qqm.py