LICENSE
README.md
pyproject.toml
src/f3dasm/__init__.py
src/f3dasm/design.py
src/f3dasm/hydra_tools.py
src/f3dasm/optimization.py
src/f3dasm.egg-info/PKG-INFO
src/f3dasm.egg-info/SOURCES.txt
src/f3dasm.egg-info/dependency_links.txt
src/f3dasm.egg-info/requires.txt
src/f3dasm.egg-info/top_level.txt
src/f3dasm/_src/__init__.py
src/f3dasm/_src/_io.py
src/f3dasm/_src/core.py
src/f3dasm/_src/datagenerator.py
src/f3dasm/_src/errors.py
src/f3dasm/_src/experimentdata.py
src/f3dasm/_src/experimentsample.py
src/f3dasm/_src/hydra_utils.py
src/f3dasm/_src/mpi_utils.py
src/f3dasm/_src/samplers.py
src/f3dasm/_src/datageneration/__init__.py
src/f3dasm/_src/datageneration/benchmarkfunctions.py
src/f3dasm/_src/datageneration/datagenerator_factory.py
src/f3dasm/_src/design/__init__.py
src/f3dasm/_src/design/domain.py
src/f3dasm/_src/design/parameter.py
src/f3dasm/_src/optimization/__init__.py
src/f3dasm/_src/optimization/_imports.py
src/f3dasm/_src/optimization/errors.py
src/f3dasm/_src/optimization/optimizer_factory.py
src/f3dasm/_src/optimization/optuna_implementations.py
src/f3dasm/_src/optimization/scipy_implementations.py
src/f3dasm/_src/pipeline/__init__.py
src/f3dasm/_src/pipeline/blocks.py
src/f3dasm/_src/pipeline/count_open.py
src/f3dasm/_src/pipeline/loop.py
src/f3dasm/_src/pipeline/pipeline.py
src/f3dasm/_src/pipeline/resources.py
src/f3dasm/_src/pipeline/run_step.py
src/f3dasm/_src/pipeline/executors/__init__.py
src/f3dasm/_src/pipeline/executors/base.py
src/f3dasm/_src/pipeline/executors/local.py
src/f3dasm/_src/pipeline/executors/slurm.py
src/f3dasm/datageneration/__init__.py
src/f3dasm/datageneration/functions.py
src/f3dasm/pipeline/__init__.py
src/f3dasm/pipeline/count_open.py
src/f3dasm/pipeline/run_step.py
tests/test_core.py
tests/test_errors.py
tests/test_hydra_utils.py
tests/test_mpi_utils.py
tests/test_optional_deps.py
tests/test_public_imports.py