.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS.md
CHANGELOG.md
CITATION.cff
CLAUDE.md
CONTRIBUTING.md
LEGACY LICENSE.txt
LICENSE
Makefile
README.md
SECURITY.md
pyproject.toml
uv.lock
.github/workflows/main.yml
.github/workflows/release.yml
.github/workflows/security.yml
benchmarks/README.md
benchmarks/__init__.py
benchmarks/benchmark_cache_unification.py
benchmarks/benchmark_jacobian_autoswitch.py
benchmarks/benchmark_jacobian_simple.py
benchmarks/benchmark_memory_reuse.py
benchmarks/benchmark_mixed_precision.py
benchmarks/benchmark_partial_batches.py
benchmarks/benchmark_sparse_activation.py
benchmarks/benchmark_stability_overhead.py
benchmarks/benchmark_streaming_overhead.py
benchmarks/benchmark_suite.py
benchmarks/host_device_transfer_benchmark.py
benchmarks/profile_trf.py
benchmarks/quick_cache_benchmark.py
benchmarks/run_benchmarks.py
benchmarks/test_condition_benchmark.py
benchmarks/test_import_time.py
benchmarks/test_performance_optimizations.py
benchmarks/test_performance_regression.py
benchmarks/test_sparse_jacobian_benchmark.py
benchmarks/baselines/cache_unification.json
benchmarks/baselines/create_baseline.py
benchmarks/baselines/import_baseline.txt
benchmarks/baselines/jacobian_autoswitch.json
benchmarks/baselines/memory_reuse.json
benchmarks/baselines/sparse_activation.json
benchmarks/baselines/streaming_overhead.json
benchmarks/baselines/streaming_partial_batch_overhead.json
benchmarks/baselines/v0.3.0-beta.3-linux.json
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/_static/.gitkeep
docs/api/index.rst
docs/api/large_datasets_api.rst
docs/api/modules.rst
docs/api/nlsq.adaptive_hybrid_streaming.rst
docs/api/nlsq.algorithm_selector.rst
docs/api/nlsq.async_logger.rst
docs/api/nlsq.bound_inference.rst
docs/api/nlsq.caching.rst
docs/api/nlsq.callbacks.rst
docs/api/nlsq.cli.rst
docs/api/nlsq.common_jax.rst
docs/api/nlsq.common_scipy.rst
docs/api/nlsq.compilation_cache.rst
docs/api/nlsq.config.rst
docs/api/nlsq.constants.rst
docs/api/nlsq.core.profiler.rst
docs/api/nlsq.core.trf_jit.rst
docs/api/nlsq.device.rst
docs/api/nlsq.diagnostics.rst
docs/api/nlsq.error_messages.rst
docs/api/nlsq.fallback.rst
docs/api/nlsq.functions.rst
docs/api/nlsq.global_optimization.rst
docs/api/nlsq.gui.rst
docs/api/nlsq.hybrid_streaming_config.rst
docs/api/nlsq.interfaces.rst
docs/api/nlsq.large_dataset.rst
docs/api/nlsq.least_squares.rst
docs/api/nlsq.logging.rst
docs/api/nlsq.loss_functions.rst
docs/api/nlsq.memory_manager.rst
docs/api/nlsq.memory_pool.rst
docs/api/nlsq.minpack.rst
docs/api/nlsq.mixed_precision.rst
docs/api/nlsq.optimizer_base.rst
docs/api/nlsq.parameter_estimation.rst
docs/api/nlsq.parameter_normalizer.rst
docs/api/nlsq.profiler.rst
docs/api/nlsq.profiler_visualization.rst
docs/api/nlsq.profiling.rst
docs/api/nlsq.recovery.rst
docs/api/nlsq.result.rst
docs/api/nlsq.robust_decomposition.rst
docs/api/nlsq.rst
docs/api/nlsq.smart_cache.rst
docs/api/nlsq.sparse_jacobian.rst
docs/api/nlsq.stability.rst
docs/api/nlsq.streaming.telemetry.rst
docs/api/nlsq.streaming.validators.rst
docs/api/nlsq.streaming_config.rst
docs/api/nlsq.streaming_optimizer.rst
docs/api/nlsq.svd_fallback.rst
docs/api/nlsq.trf.rst
docs/api/nlsq.types.rst
docs/api/nlsq.unified_cache.rst
docs/api/nlsq.validators.rst
docs/api/nlsq.workflow.rst
docs/api/notebook_utils.rst
docs/api/performance_benchmarks.rst
docs/architecture/ARCHITECTURE_ANALYSIS_INDEX.md
docs/architecture/ARCHITECTURE_DEPENDENCY_ANALYSIS.md
docs/architecture/ARCHITECTURE_QUICK_REFERENCE.md
docs/architecture/ARCHITECTURE_REFACTORED_PROPOSAL.md
docs/architecture/architecture_data_flow.dot
docs/architecture/architecture_dependency_graph.dot
docs/architecture/architecture_streaming_flow.dot
docs/developer/documentation_quality.md
docs/developer/gui_development_guide.md
docs/developer/index.rst
docs/developer/notebook_utilities.rst
docs/developer/optimization_case_study.md
docs/developer/performance_tuning_guide.md
docs/developer/pypi_setup.md
docs/developer/svd_removal_technical_note.md
docs/developer/adr/003-streaming-over-subsampling.md
docs/developer/adr/004-parameter-unpacking-simplification.md
docs/developer/adr/005-jax-autodiff-gradients.md
docs/developer/adr/README.md
docs/developer/ci_cd/github_actions_guide.md
docs/developer/ci_cd/index.rst
docs/explanation/gpu_architecture.rst
docs/explanation/how_fitting_works.rst
docs/explanation/index.rst
docs/explanation/jax_autodiff.rst
docs/explanation/numerical_stability.rst
docs/explanation/regularization.rst
docs/explanation/streaming.rst
docs/explanation/trust_region.rst
docs/explanation/workflows.rst
docs/gui/index.rst
docs/gui/user_guide.rst
docs/howto/advanced_api.rst
docs/howto/choose_model.rst
docs/howto/common_workflows.rst
docs/howto/configure_yaml.rst
docs/howto/debug_bad_fits.rst
docs/howto/handle_large_data.rst
docs/howto/index.rst
docs/howto/migrate_from_scipy.rst
docs/howto/optimize_performance.rst
docs/howto/streaming_checkpoints.rst
docs/howto/troubleshooting.rst
docs/howto/domain_applications/imaging.rst
docs/howto/domain_applications/index.rst
docs/howto/domain_applications/kinetics.rst
docs/howto/domain_applications/materials.rst
docs/howto/domain_applications/spectroscopy.rst
docs/images/NLSQ_logo.png
docs/images/NLSQ_logo_original.png
docs/reference/cli.rst
docs/reference/configuration.rst
docs/reference/core_api.rst
docs/reference/functions.rst
docs/reference/index.rst
docs/reference/large_data.rst
docs/tutorials/01_first_fit.rst
docs/tutorials/02_understanding_results.rst
docs/tutorials/03_fitting_with_bounds.rst
docs/tutorials/04_multiple_parameters.rst
docs/tutorials/05_large_datasets.rst
docs/tutorials/06_gpu_acceleration.rst
docs/tutorials/index.rst
examples/README.md
examples/_templates/00_UNIVERSAL_TEMPLATE.md
examples/_templates/01_GETTING_STARTED_TEMPLATE.md
examples/_templates/02_CORE_TUTORIALS_TEMPLATE.md
examples/_templates/03_GALLERY_TEMPLATE.md
examples/_templates/04_ADVANCED_TEMPLATE.md
examples/_templates/05_FEATURE_DEMOS_TEMPLATE.md
examples/_templates/06_STREAMING_TEMPLATE.md
examples/_templates/README.md
examples/notebooks/00_learning_map.ipynb
examples/notebooks/01_getting_started/nlsq_interactive_tutorial.ipynb
examples/notebooks/01_getting_started/nlsq_quickstart.ipynb
examples/notebooks/02_core_tutorials/advanced_features_demo.ipynb
examples/notebooks/02_core_tutorials/large_dataset_demo.ipynb
examples/notebooks/02_core_tutorials/nlsq_2d_gaussian_demo.ipynb
examples/notebooks/02_core_tutorials/performance_optimization_demo.ipynb
examples/notebooks/03_advanced/custom_algorithms_advanced.ipynb
examples/notebooks/03_advanced/gpu_optimization_deep_dive.ipynb
examples/notebooks/03_advanced/ml_integration_tutorial.ipynb
examples/notebooks/03_advanced/nlsq_challenges.ipynb
examples/notebooks/03_advanced/research_workflow_case_study.ipynb
examples/notebooks/03_advanced/time_series_analysis.ipynb
examples/notebooks/03_advanced/troubleshooting_guide.ipynb
examples/notebooks/04_gallery/biology/dose_response.ipynb
examples/notebooks/04_gallery/biology/enzyme_kinetics.ipynb
examples/notebooks/04_gallery/biology/growth_curves.ipynb
examples/notebooks/04_gallery/chemistry/reaction_kinetics.ipynb
examples/notebooks/04_gallery/chemistry/titration_curves.ipynb
examples/notebooks/04_gallery/engineering/materials_characterization.ipynb
examples/notebooks/04_gallery/engineering/sensor_calibration.ipynb
examples/notebooks/04_gallery/engineering/system_identification.ipynb
examples/notebooks/04_gallery/physics/damped_oscillation.ipynb
examples/notebooks/04_gallery/physics/radioactive_decay.ipynb
examples/notebooks/04_gallery/physics/spectroscopy_peaks.ipynb
examples/notebooks/04_gallery/physics/surface_fitting_2d.ipynb
examples/notebooks/05_feature_demos/callbacks_demo.ipynb
examples/notebooks/05_feature_demos/defense_layers_demo.ipynb
examples/notebooks/05_feature_demos/enhanced_error_messages_demo.ipynb
examples/notebooks/05_feature_demos/function_library_demo.ipynb
examples/notebooks/05_feature_demos/result_enhancements_demo.ipynb
examples/notebooks/06_streaming/01_basic_fault_tolerance.ipynb
examples/notebooks/06_streaming/02_checkpoint_resume.ipynb
examples/notebooks/06_streaming/03_custom_retry_settings.ipynb
examples/notebooks/06_streaming/04_interpreting_diagnostics.ipynb
examples/notebooks/06_streaming/05_hybrid_streaming_api.ipynb
examples/notebooks/07_global_optimization/01_multistart_basics.ipynb
examples/notebooks/07_global_optimization/02_sampling_strategies.ipynb
examples/notebooks/07_global_optimization/03_presets_and_config.ipynb
examples/notebooks/07_global_optimization/04_tournament_selection.ipynb
examples/notebooks/07_global_optimization/05_multistart_integration.ipynb
examples/notebooks/07_global_optimization/README.md
examples/notebooks/08_workflow_system/01_fit_quickstart.ipynb
examples/notebooks/08_workflow_system/02_workflow_tiers.ipynb
examples/notebooks/08_workflow_system/03_optimization_goals.ipynb
examples/notebooks/08_workflow_system/04_workflow_presets.ipynb
examples/notebooks/08_workflow_system/05_yaml_configuration.ipynb
examples/notebooks/08_workflow_system/06_auto_selection.ipynb
examples/notebooks/08_workflow_system/07_hpc_and_checkpointing.ipynb
examples/notebooks/08_workflow_system/README.md
examples/notebooks/09_gallery_advanced/README.md
examples/notebooks/09_gallery_advanced/biology/dose_response.ipynb
examples/notebooks/09_gallery_advanced/biology/enzyme_kinetics.ipynb
examples/notebooks/09_gallery_advanced/biology/growth_curves.ipynb
examples/notebooks/09_gallery_advanced/chemistry/reaction_kinetics.ipynb
examples/notebooks/09_gallery_advanced/chemistry/titration_curves.ipynb
examples/notebooks/09_gallery_advanced/engineering/materials_characterization.ipynb
examples/notebooks/09_gallery_advanced/engineering/sensor_calibration.ipynb
examples/notebooks/09_gallery_advanced/engineering/system_identification.ipynb
examples/notebooks/09_gallery_advanced/physics/damped_oscillation.ipynb
examples/notebooks/09_gallery_advanced/physics/radioactive_decay.ipynb
examples/notebooks/09_gallery_advanced/physics/spectroscopy_peaks.ipynb
examples/notebooks/09_gallery_advanced/physics/surface_fitting_2d.ipynb
examples/scripts/01_getting_started/nlsq_interactive_tutorial.py
examples/scripts/01_getting_started/nlsq_quickstart.py
examples/scripts/02_core_tutorials/advanced_features_demo.py
examples/scripts/02_core_tutorials/large_dataset_demo.py
examples/scripts/02_core_tutorials/nlsq_2d_gaussian_demo.py
examples/scripts/02_core_tutorials/performance_optimization_demo.py
examples/scripts/03_advanced/custom_algorithms_advanced.py
examples/scripts/03_advanced/gpu_optimization_deep_dive.py
examples/scripts/03_advanced/ml_integration_tutorial.py
examples/scripts/03_advanced/nlsq_challenges.py
examples/scripts/03_advanced/research_workflow_case_study.py
examples/scripts/03_advanced/time_series_analysis.py
examples/scripts/03_advanced/troubleshooting_guide.py
examples/scripts/04_gallery/biology/dose_response.py
examples/scripts/04_gallery/biology/enzyme_kinetics.py
examples/scripts/04_gallery/biology/growth_curves.py
examples/scripts/04_gallery/chemistry/reaction_kinetics.py
examples/scripts/04_gallery/chemistry/titration_curves.py
examples/scripts/04_gallery/engineering/materials_characterization.py
examples/scripts/04_gallery/engineering/sensor_calibration.py
examples/scripts/04_gallery/engineering/system_identification.py
examples/scripts/04_gallery/physics/damped_oscillation.py
examples/scripts/04_gallery/physics/radioactive_decay.py
examples/scripts/04_gallery/physics/spectroscopy_peaks.py
examples/scripts/04_gallery/physics/surface_fitting_2d.py
examples/scripts/05_feature_demos/callbacks_demo.py
examples/scripts/05_feature_demos/defense_layers_demo.py
examples/scripts/05_feature_demos/enhanced_error_messages_demo.py
examples/scripts/05_feature_demos/function_library_demo.py
examples/scripts/05_feature_demos/result_enhancements_demo.py
examples/scripts/06_streaming/01_basic_fault_tolerance.py
examples/scripts/06_streaming/02_checkpoint_resume.py
examples/scripts/06_streaming/03_custom_retry_settings.py
examples/scripts/06_streaming/04_interpreting_diagnostics.py
examples/scripts/06_streaming/05_hybrid_streaming_api.py
examples/scripts/07_global_optimization/01_multistart_basics.py
examples/scripts/07_global_optimization/02_sampling_strategies.py
examples/scripts/07_global_optimization/03_presets_and_config.py
examples/scripts/07_global_optimization/04_tournament_selection.py
examples/scripts/07_global_optimization/05_multistart_integration.py
examples/scripts/07_global_optimization/README.md
examples/scripts/08_workflow_system/01_fit_quickstart.py
examples/scripts/08_workflow_system/02_workflow_tiers.py
examples/scripts/08_workflow_system/03_optimization_goals.py
examples/scripts/08_workflow_system/04_workflow_presets.py
examples/scripts/08_workflow_system/05_yaml_configuration.py
examples/scripts/08_workflow_system/06_auto_selection.py
examples/scripts/08_workflow_system/07_hpc_and_checkpointing.py
examples/scripts/08_workflow_system/README.md
examples/scripts/08_workflow_system/nlsq_fit.pbs
examples/scripts/09_gallery_advanced/README.md
examples/scripts/09_gallery_advanced/biology/dose_response.py
examples/scripts/09_gallery_advanced/biology/enzyme_kinetics.py
examples/scripts/09_gallery_advanced/biology/growth_curves.py
examples/scripts/09_gallery_advanced/chemistry/reaction_kinetics.py
examples/scripts/09_gallery_advanced/chemistry/titration_curves.py
examples/scripts/09_gallery_advanced/engineering/materials_characterization.py
examples/scripts/09_gallery_advanced/engineering/sensor_calibration.py
examples/scripts/09_gallery_advanced/engineering/system_identification.py
examples/scripts/09_gallery_advanced/physics/damped_oscillation.py
examples/scripts/09_gallery_advanced/physics/radioactive_decay.py
examples/scripts/09_gallery_advanced/physics/spectroscopy_peaks.py
examples/scripts/09_gallery_advanced/physics/surface_fitting_2d.py
examples/scripts/10_cli-commands/README.md
examples/scripts/10_cli-commands/run_all_demos.sh
examples/scripts/10_cli-commands/data/batch_data_1.csv
examples/scripts/10_cli-commands/data/batch_data_2.csv
examples/scripts/10_cli-commands/data/batch_data_3.csv
examples/scripts/10_cli-commands/data/damped_oscillation.csv
examples/scripts/10_cli-commands/data/enzyme_kinetics.csv
examples/scripts/10_cli-commands/data/exponential_decay.csv
examples/scripts/10_cli-commands/data/gaussian_peak.txt
examples/scripts/10_cli-commands/data/generate_sample_data.py
examples/scripts/10_cli-commands/data/radioactive_decay.csv
examples/scripts/10_cli-commands/data/reaction_kinetics.csv
examples/scripts/10_cli-commands/data/surface_2d.txt
examples/scripts/10_cli-commands/models/biology_models.py
examples/scripts/10_cli-commands/models/custom_models.py
examples/scripts/10_cli-commands/models/engineering_models.py
examples/scripts/10_cli-commands/models/physics_models.py
examples/scripts/10_cli-commands/output/.gitkeep
examples/scripts/10_cli-commands/workflows/01_basic_fit.yaml
examples/scripts/10_cli-commands/workflows/02_builtin_models.yaml
examples/scripts/10_cli-commands/workflows/03_custom_model.yaml
examples/scripts/10_cli-commands/workflows/04_polynomial_fit.yaml
examples/scripts/10_cli-commands/workflows/05_weighted_fit.yaml
examples/scripts/10_cli-commands/workflows/06_global_optimization.yaml
examples/scripts/10_cli-commands/workflows/07_2d_surface_fit.yaml
examples/scripts/10_cli-commands/workflows/08_hdf5_data.yaml
examples/scripts/10_cli-commands/workflows/batch_example/batch_workflow_1.yaml
examples/scripts/10_cli-commands/workflows/batch_example/batch_workflow_2.yaml
examples/scripts/10_cli-commands/workflows/batch_example/batch_workflow_3.yaml
nlsq/__init__.py
nlsq/_version.py
nlsq/callbacks.py
nlsq/common_jax.py
nlsq/common_scipy.py
nlsq/config.py
nlsq/constants.py
nlsq/device.py
nlsq/py.typed
nlsq/result.py
nlsq/types.py
nlsq.egg-info/PKG-INFO
nlsq.egg-info/SOURCES.txt
nlsq.egg-info/dependency_links.txt
nlsq.egg-info/entry_points.txt
nlsq.egg-info/not-zip-safe
nlsq.egg-info/requires.txt
nlsq.egg-info/top_level.txt
nlsq/caching/__init__.py
nlsq/caching/compilation_cache.py
nlsq/caching/core.py
nlsq/caching/memory_manager.py
nlsq/caching/memory_pool.py
nlsq/caching/smart_cache.py
nlsq/caching/unified_cache.py
nlsq/cli/__init__.py
nlsq/cli/data_loaders.py
nlsq/cli/errors.py
nlsq/cli/main.py
nlsq/cli/model_registry.py
nlsq/cli/result_exporter.py
nlsq/cli/visualization.py
nlsq/cli/workflow_runner.py
nlsq/cli/commands/__init__.py
nlsq/cli/commands/batch.py
nlsq/cli/commands/config.py
nlsq/cli/commands/fit.py
nlsq/cli/commands/info.py
nlsq/cli/templates/__init__.py
nlsq/cli/templates/custom_model_template.py
nlsq/cli/templates/workflow_config_template.yaml
nlsq/compat/__init__.py
nlsq/core/__init__.py
nlsq/core/_optimize.py
nlsq/core/functions.py
nlsq/core/least_squares.py
nlsq/core/loss_functions.py
nlsq/core/minpack.py
nlsq/core/optimizer_base.py
nlsq/core/profiler.py
nlsq/core/sparse_jacobian.py
nlsq/core/trf.py
nlsq/core/trf_jit.py
nlsq/core/workflow.py
nlsq/global_optimization/__init__.py
nlsq/global_optimization/config.py
nlsq/global_optimization/multi_start.py
nlsq/global_optimization/sampling.py
nlsq/global_optimization/tournament.py
nlsq/gui/__init__.py
nlsq/gui/app.py
nlsq/gui/desktop_config.py
nlsq/gui/presets.py
nlsq/gui/run_desktop.py
nlsq/gui/state.py
nlsq/gui/.streamlit/config.toml
nlsq/gui/adapters/__init__.py
nlsq/gui/adapters/config_adapter.py
nlsq/gui/adapters/data_adapter.py
nlsq/gui/adapters/export_adapter.py
nlsq/gui/adapters/fit_adapter.py
nlsq/gui/adapters/model_adapter.py
nlsq/gui/assets/README.md
nlsq/gui/assets/icon.svg
nlsq/gui/components/__init__.py
nlsq/gui/components/advanced_options.py
nlsq/gui/components/code_editor.py
nlsq/gui/components/column_selector.py
nlsq/gui/components/fit_statistics.py
nlsq/gui/components/iteration_table.py
nlsq/gui/components/live_cost_plot.py
nlsq/gui/components/model_preview.py
nlsq/gui/components/param_config.py
nlsq/gui/components/param_results.py
nlsq/gui/components/plotly_fit_plot.py
nlsq/gui/components/plotly_histogram.py
nlsq/gui/components/plotly_residuals.py
nlsq/gui/pages/1_Data_Loading.py
nlsq/gui/pages/2_Model_Selection.py
nlsq/gui/pages/3_Fitting_Options.py
nlsq/gui/pages/4_Results.py
nlsq/gui/pages/5_Export.py
nlsq/gui/pages/__init__.py
nlsq/gui/utils/__init__.py
nlsq/gui/utils/code_generator.py
nlsq/gui/utils/theme.py
nlsq/interfaces/__init__.py
nlsq/interfaces/cache_protocol.py
nlsq/interfaces/data_source_protocol.py
nlsq/interfaces/jacobian_protocol.py
nlsq/interfaces/optimizer_protocol.py
nlsq/interfaces/result_protocol.py
nlsq/precision/__init__.py
nlsq/precision/algorithm_selector.py
nlsq/precision/bound_inference.py
nlsq/precision/mixed_precision.py
nlsq/precision/parameter_estimation.py
nlsq/precision/parameter_normalizer.py
nlsq/stability/__init__.py
nlsq/stability/fallback.py
nlsq/stability/guard.py
nlsq/stability/recovery.py
nlsq/stability/robust_decomposition.py
nlsq/stability/svd_fallback.py
nlsq/streaming/__init__.py
nlsq/streaming/adaptive_hybrid.py
nlsq/streaming/config.py
nlsq/streaming/hybrid_config.py
nlsq/streaming/large_dataset.py
nlsq/streaming/optimizer.py
nlsq/streaming/telemetry.py
nlsq/streaming/validators.py
nlsq/utils/__init__.py
nlsq/utils/async_logger.py
nlsq/utils/diagnostics.py
nlsq/utils/error_messages.py
nlsq/utils/logging.py
nlsq/utils/profiler.py
nlsq/utils/profiler_visualization.py
nlsq/utils/profiling.py
nlsq/utils/validators.py
scripts/README.md
scripts/benchmarks/benchmark_baseline.py
scripts/benchmarks/benchmark_us1.py
scripts/benchmarks/benchmark_us2.py
scripts/notebook_sitecustomize/sitecustomize.py
scripts/notebook_utils/__init__.py
scripts/notebook_utils/cells.py
scripts/notebook_utils/core.py
scripts/notebook_utils/pipeline.py
scripts/notebook_utils/tracking.py
scripts/notebook_utils/types.py
scripts/notebook_utils/transformations/__init__.py
scripts/notebook_utils/transformations/base.py
scripts/notebook_utils/transformations/imports.py
scripts/notebook_utils/transformations/matplotlib.py
scripts/notebook_utils/transformations/plt_show.py
scripts/notebooks/configure_notebooks.py
scripts/notebooks/convert_examples.py
scripts/notebooks/run_notebooks.py
scripts/notebooks/run_scripts.py
scripts/quick_sitecustomize/sitecustomize.py
scripts/visualization/visualize_stability_performance.py
templates/custom_model_template.py
templates/workflow_config_template.yaml
tests/README.md
tests/__init__.py
tests/conftest.py
tests/benchmarks/__init__.py
tests/benchmarks/test_benchmark_cache.py
tests/benchmarks/test_benchmark_checkpoints.py
tests/benchmarks/test_benchmark_memory.py
tests/benchmarks/test_benchmark_streaming.py
tests/benchmarks/test_benchmark_validation.py
tests/caching/__init__.py
tests/caching/test_adaptive_memory_ttl.py
tests/caching/test_compilation_cache.py
tests/caching/test_core.py
tests/caching/test_memory_detection.py
tests/caching/test_memory_manager.py
tests/caching/test_memory_pool.py
tests/caching/test_memory_reuse.py
tests/caching/test_smart_cache_additional.py
tests/caching/test_unified_cache.py
tests/caching/test_unified_cache_additional.py
tests/cli/__init__.py
tests/cli/test_commands.py
tests/cli/test_config_command.py
tests/cli/test_data_loaders.py
tests/cli/test_errors.py
tests/cli/test_info_fast.py
tests/cli/test_integration.py
tests/cli/test_main_paths.py
tests/cli/test_main_smoke.py
tests/cli/test_model_registry.py
tests/cli/test_result_exporter.py
tests/cli/test_templates_paths.py
tests/cli/test_templates_smoke.py
tests/cli/test_visualization.py
tests/cli/fixtures/gaussian_2d_model.py
tests/cli/fixtures/results.json
tests/cli/fixtures/sample_ascii.txt
tests/cli/fixtures/sample_custom_keys.npz
tests/cli/fixtures/sample_custom_model.py
tests/cli/fixtures/sample_data.csv
tests/cli/fixtures/sample_data.h5
tests/cli/fixtures/sample_data.npz
tests/cli/fixtures/sample_data_missing.csv
tests/cli/fixtures/sample_data_with_nan.txt
tests/cli/fixtures/sample_flat.hdf5
tests/cli/fixtures/sample_surface.csv
tests/cli/fixtures/sample_surface.h5
tests/cli/fixtures/sample_surface.npz
tests/cli/fixtures/sample_surface_ascii.txt
tests/cli/fixtures/sample_tab_delimited.dat
tests/cli/fixtures/sample_workflow.yaml
tests/cli/fixtures/sample_workflow_visualization.yaml
tests/cli/fixtures/workflow_2d_surface.yaml
tests/core/__init__.py
tests/core/test_additional_coverage.py
tests/core/test_callbacks.py
tests/core/test_common_scipy.py
tests/core/test_common_scipy_edge_cases.py
tests/core/test_comprehensive_coverage.py
tests/core/test_config.py
tests/core/test_config_coverage.py
tests/core/test_coverage_improvement.py
tests/core/test_deprecation_warnings.py
tests/core/test_device.py
tests/core/test_distributed.py
tests/core/test_final_coverage.py
tests/core/test_fit.py
tests/core/test_functions.py
tests/core/test_functions_edge_cases.py
tests/core/test_hash_collision_fix.py
tests/core/test_host_device_transfers.py
tests/core/test_init.py
tests/core/test_init_module.py
tests/core/test_lazy_imports.py
tests/core/test_least_squares.py
tests/core/test_least_squares_comprehensive.py
tests/core/test_loss_functions.py
tests/core/test_minpack.py
tests/core/test_minpack_coverage.py
tests/core/test_minpack_prepare_inputs_comprehensive.py
tests/core/test_numerical_validation_task2.py
tests/core/test_optimize.py
tests/core/test_optimizer_base.py
tests/core/test_performance_instrumentation.py
tests/core/test_result.py
tests/core/test_sparse_activation.py
tests/core/test_sparse_jacobian.py
tests/core/test_sparse_jacobian_edges.py
tests/core/test_sparse_jacobian_fallback.py
tests/core/test_sparse_jacobian_vectorized.py
tests/core/test_sprint3_coverage.py
tests/core/test_target_coverage.py
tests/core/test_trf_additional_branches.py
tests/core/test_trf_helpers.py
tests/core/test_trf_internal_helpers.py
tests/core/test_trf_light_branches.py
tests/core/test_trf_loss_function_edges.py
tests/core/test_trf_refactoring_validation.py
tests/core/test_trf_select_step.py
tests/core/test_trf_simple.py
tests/core/test_trf_step_rejection.py
tests/core/test_workflow.py
tests/core/test_workflow_integration.py
tests/global_optimization/__init__.py
tests/global_optimization/test_global_optimization_sampling.py
tests/global_optimization/test_multi_start_orchestrator.py
tests/global_optimization/test_multistart_api.py
tests/global_optimization/test_multistart_integration.py
tests/global_optimization/test_tournament_selector.py
tests/gui/__init__.py
tests/gui/test_advanced_mode.py
tests/gui/test_app_integration.py
tests/gui/test_app_navigation.py
tests/gui/test_app_run_desktop_fast.py
tests/gui/test_component_helpers_fast.py
tests/gui/test_components_advanced_fast.py
tests/gui/test_data_adapter.py
tests/gui/test_data_page.py
tests/gui/test_export_adapter.py
tests/gui/test_export_page.py
tests/gui/test_fit_adapter.py
tests/gui/test_fit_page.py
tests/gui/test_fit_statistics_component.py
tests/gui/test_fitting_options_fast.py
tests/gui/test_guided_mode.py
tests/gui/test_iteration_table_render_fast.py
tests/gui/test_model_adapter.py
tests/gui/test_model_page.py
tests/gui/test_page_helpers_more.py
tests/gui/test_pages_import_smoke.py
tests/gui/test_pages_logic.py
tests/gui/test_pages_render_fast.py
tests/gui/test_param_config.py
tests/gui/test_param_config_render_fast.py
tests/gui/test_plotly_viz.py
tests/gui/test_results_components.py
tests/gui/test_results_export_no_results.py
tests/gui/test_run_desktop_smoke.py
tests/gui/test_session_state.py
tests/gui/test_theme.py
tests/gui/test_workflow_integration.py
tests/integration/__init__.py
tests/integration/test_condition_1norm.py
tests/integration/test_integration.py
tests/integration/test_integration_beta1.py
tests/integration/test_jacobian_autoswitch.py
tests/precision/__init__.py
tests/precision/test_algorithm_selector.py
tests/precision/test_bound_inference.py
tests/precision/test_mixed_precision.py
tests/precision/test_parameter_estimation.py
tests/precision/test_parameter_normalizer.py
tests/regression/__init__.py
tests/regression/test_benchmark_suite.py
tests/regression/test_examples_scripts.py
tests/regression/test_notebook_transformations.py
tests/regression/test_notebooks.py
tests/regression/test_performance_regression.py
tests/regression/test_phase2_memory_validation_optimizations.py
tests/regression/test_phase3_integration.py
tests/regression/test_phase3_optimizations.py
tests/regression/test_readme_examples.py
tests/scientific/__init__.py
tests/scientific/test_numerical_correctness.py
tests/stability/__init__.py
tests/stability/test_checks.py
tests/stability/test_extended.py
tests/stability/test_fallback.py
tests/stability/test_fallback_integration.py
tests/stability/test_guard.py
tests/stability/test_guard_edge_cases.py
tests/stability/test_integration.py
tests/stability/test_recovery.py
tests/stability/test_robust_decomposition_fast.py
tests/stability/test_svd_fallback_fast.py
tests/stability/test_svd_regression.py
tests/streaming/__init__.py
tests/streaming/test_adaptive_hybrid_fault_tolerance.py
tests/streaming/test_adaptive_hybrid_integration.py
tests/streaming/test_adaptive_hybrid_streaming.py
tests/streaming/test_algorithm_efficiency.py
tests/streaming/test_api_contracts.py
tests/streaming/test_async_checkpoint_queue.py
tests/streaming/test_batch_padding_timing.py
tests/streaming/test_batch_statistics.py
tests/streaming/test_best_params.py
tests/streaming/test_cg_solver.py
tests/streaming/test_checkpoint_resume.py
tests/streaming/test_compatibility.py
tests/streaming/test_diagnostics.py
tests/streaming/test_fast_mode.py
tests/streaming/test_fault_tolerance.py
tests/streaming/test_hybrid_streaming_config.py
tests/streaming/test_large_dataset.py
tests/streaming/test_large_dataset_diagnostics.py
tests/streaming/test_large_dataset_multistart.py
tests/streaming/test_lbfgs_config.py
tests/streaming/test_lbfgs_warmup.py
tests/streaming/test_nan_inf_validation.py
tests/streaming/test_optimizer.py
tests/streaming/test_overhead.py
tests/streaming/test_performance_regression.py
tests/streaming/test_retry_strategies.py
tests/streaming/test_stress.py
tests/streaming/test_success_rate.py
tests/streaming/test_warmup_defense_layers.py
tests/utils/__init__.py
tests/utils/test_compat.py
tests/utils/test_diagnostics.py
tests/utils/test_error_messages.py
tests/utils/test_logging.py
tests/utils/test_profiler.py
tests/utils/test_profiler_visualization.py
tests/utils/test_validators.py
tests/utils/test_validators_comprehensive.py
tests/utils/test_validators_edge_cases.py
tests/utils/test_validators_simple.py