AUTHORS.rst
CONTRIBUTING.rst
DESCRIPTION.md
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
docs/conf.py
docs/index.rst
docs/quickstart.rst
docs/_modules/simulai.abstract.rst
docs/_modules/simulai.activations.rst
docs/_modules/simulai.batching.rst
docs/_modules/simulai.file.rst
docs/_modules/simulai.io.rst
docs/_modules/simulai.mesh.rst
docs/_modules/simulai.metrics.rst
docs/_modules/simulai.normalization.rst
docs/_modules/simulai.output.rst
docs/_modules/simulai.parallel.rst
docs/_modules/simulai.simulation.rst
docs/_modules/simulai.special.rst
docs/_modules/simulai.tokens.rst
docs/_package/simulai.math.rst
docs/_package/simulai.models.rst
docs/_package/simulai.optimization.rst
docs/_package/simulai.regression.rst
docs/_package/simulai.residuals.rst
docs/_package/simulai.rom.rst
docs/_package/simulai.sampling.rst
docs/_package/simulai.utilities.rst
docs/_templates/ISSUES_TEMPLATE.rst
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/optimization/__init__.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/simulai_toolkit.egg-info/PKG-INFO
simulai/simulai_toolkit.egg-info/SOURCES.txt
simulai/simulai_toolkit.egg-info/dependency_links.txt
simulai/simulai_toolkit.egg-info/requires.txt
simulai/simulai_toolkit.egg-info/top_level.txt
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/lorenz_solver.py
simulai/utilities/lotka_volterra_solver.py
simulai/utilities/opinf_deviation.py
simulai/utilities/oscillator_solver.py
simulai/utilities/problem_classes.py
simulai/workflows/__init__.py
simulai/workflows/_cloud_object_storage.py
simulai/workflows/_esn_modelpool_train.py
simulai/workflows/_extrapolation.py
simulai/workflows/_h5_comparison.py
simulai/workflows/_h5_ipod.py
simulai/workflows/_neural_net_timeint.py
simulai/workflows/_parametric_hyperopt.py
tests/README.md
tests/devices/test_network_devices.py
tests/math/test_LSODA.py
tests/math/test_RK4.py
tests/math/test_collocation_derivative.py
tests/math/test_metrics.py
tests/math/test_products.py
tests/metrics/test_mahalanobis.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_residual_cnn.py
tests/network/utils.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_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/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_mlp_autoencoder.py
tests/rom/test_pca_decomposition.py
tests/rom/test_qqm.py