.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.secrets.baseline
AUTHORS.md
CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE
Makefile
README.md
SECURITY.md
pyproject.toml
uv.lock
.github/workflows/main.yml
.github/workflows/quality.yml
.github/workflows/release.yml
.github/workflows/security.yml
benchmarks/README.md
benchmarks/__init__.py
benchmarks/benchmark_suite.py
benchmarks/profile_trf.py
benchmarks/run_benchmarks.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
benchmarks/ci/__init__.py
benchmarks/ci/test_regression.py
benchmarks/common/__init__.py
benchmarks/common/constants.py
benchmarks/common/models.py
benchmarks/components/__init__.py
benchmarks/components/cache_benchmark.py
benchmarks/components/jacobian_benchmark.py
benchmarks/components/memory_benchmark.py
benchmarks/components/precision_benchmark.py
benchmarks/components/sparse_benchmark.py
benchmarks/components/stability_benchmark.py
benchmarks/components/transfer_benchmark.py
benchmarks/microbench/__init__.py
benchmarks/microbench/test_condition.py
benchmarks/microbench/test_import.py
benchmarks/microbench/test_optimizations.py
benchmarks/microbench/test_sparse.py
docs/CHANGELOG.md
docs/Makefile
docs/advanced_guide.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/routine_guide.rst
docs/_static/.gitkeep
docs/_static/NLSQ_logo.png
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.adapters.rst
docs/api/nlsq.core.factories.rst
docs/api/nlsq.core.orchestration.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.facades.rst
docs/api/nlsq.fallback.rst
docs/api/nlsq.functions.rst
docs/api/nlsq.global_optimization.config.rst
docs/api/nlsq.global_optimization.rst
docs/api/nlsq.global_optimization.sampling.rst
docs/api/nlsq.gui_qt.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.phases.rst
docs/api/nlsq.streaming.telemetry.rst
docs/api/nlsq.streaming.validators.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/developer/architecture.rst
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/migration.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/reference/cli.rst
docs/reference/configuration.rst
docs/reference/core_api.rst
docs/reference/facades.rst
docs/reference/functions.rst
docs/reference/global_optimization.rst
docs/reference/index.rst
docs/reference/large_data.rst
docs/reference/orchestration.rst
docs/reference/visualization.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
docs/tutorials/advanced/index.rst
docs/tutorials/advanced/architecture/index.rst
docs/tutorials/advanced/architecture/jax_patterns.rst
docs/tutorials/advanced/architecture/optimization_pipeline.rst
docs/tutorials/advanced/architecture/overview.rst
docs/tutorials/advanced/core_apis/curve_fit_class.rst
docs/tutorials/advanced/core_apis/index.rst
docs/tutorials/advanced/core_apis/least_squares.rst
docs/tutorials/advanced/core_apis/result_types.rst
docs/tutorials/advanced/core_apis/trf_optimizer.rst
docs/tutorials/advanced/custom_workflows/index.rst
docs/tutorials/advanced/extension/index.rst
docs/tutorials/advanced/factories_di/adapters.rst
docs/tutorials/advanced/factories_di/dependency_injection.rst
docs/tutorials/advanced/factories_di/factory_functions.rst
docs/tutorials/advanced/factories_di/index.rst
docs/tutorials/advanced/factories_di/protocols.rst
docs/tutorials/advanced/orchestration/covariance_computer.rst
docs/tutorials/advanced/orchestration/data_preprocessor.rst
docs/tutorials/advanced/orchestration/facades.rst
docs/tutorials/advanced/orchestration/index.rst
docs/tutorials/advanced/orchestration/optimization_selector.rst
docs/tutorials/advanced/orchestration/overview.rst
docs/tutorials/advanced/orchestration/streaming_coordinator.rst
docs/tutorials/advanced/performance/index.rst
docs/tutorials/advanced/stability/index.rst
docs/tutorials/routine/index.rst
docs/tutorials/routine/data_handling/basic_data.rst
docs/tutorials/routine/data_handling/bounds.rst
docs/tutorials/routine/data_handling/index.rst
docs/tutorials/routine/data_handling/large_datasets.rst
docs/tutorials/routine/data_handling/uncertainties.rst
docs/tutorials/routine/getting_started/first_fit.rst
docs/tutorials/routine/getting_started/index.rst
docs/tutorials/routine/getting_started/installation.rst
docs/tutorials/routine/getting_started/understanding_results.rst
docs/tutorials/routine/gpu_acceleration/gpu_setup.rst
docs/tutorials/routine/gpu_acceleration/gpu_usage.rst
docs/tutorials/routine/gpu_acceleration/index.rst
docs/tutorials/routine/gpu_acceleration/multi_gpu.rst
docs/tutorials/routine/gui_desktop/index.rst
docs/tutorials/routine/gui_desktop/launching.rst
docs/tutorials/routine/gui_desktop/presets.rst
docs/tutorials/routine/gui_desktop/workflow_pages.rst
docs/tutorials/routine/model_selection/built_in_models.rst
docs/tutorials/routine/model_selection/custom_models.rst
docs/tutorials/routine/model_selection/index.rst
docs/tutorials/routine/model_selection/model_validation.rst
docs/tutorials/routine/three_workflows/auto_global_workflow.rst
docs/tutorials/routine/three_workflows/auto_workflow.rst
docs/tutorials/routine/three_workflows/hpc_workflow.rst
docs/tutorials/routine/three_workflows/index.rst
docs/tutorials/routine/troubleshooting/common_issues.rst
docs/tutorials/routine/troubleshooting/getting_help.rst
docs/tutorials/routine/troubleshooting/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/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_cmaes_configuration.ipynb
examples/notebooks/07_global_optimization/04_multistart_integration.ipynb
examples/notebooks/07_global_optimization/05_cmaes_basic.ipynb
examples/notebooks/07_global_optimization/06_cmaes_multiscale.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_auto_selection.ipynb
examples/notebooks/08_workflow_system/04_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/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_cmaes_configuration.py
examples/scripts/07_global_optimization/04_multistart_integration.py
examples/scripts/07_global_optimization/05_cmaes_basic.py
examples/scripts/07_global_optimization/06_cmaes_multiscale.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_auto_selection.py
examples/scripts/08_workflow_system/04_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/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/model_validation.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/core/__init__.py
nlsq/core/factories.py
nlsq/core/feature_flags.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/core/adapters/__init__.py
nlsq/core/adapters/curve_fit_adapter.py
nlsq/core/orchestration/__init__.py
nlsq/core/orchestration/covariance_computer.py
nlsq/core/orchestration/data_preprocessor.py
nlsq/core/orchestration/entities.py
nlsq/core/orchestration/optimization_selector.py
nlsq/core/orchestration/streaming_coordinator.py
nlsq/diagnostics/__init__.py
nlsq/diagnostics/gradient_health.py
nlsq/diagnostics/health_report.py
nlsq/diagnostics/identifiability.py
nlsq/diagnostics/parameter_sensitivity.py
nlsq/diagnostics/plugin.py
nlsq/diagnostics/recommendations.py
nlsq/diagnostics/types.py
nlsq/facades/__init__.py
nlsq/facades/diagnostics_facade.py
nlsq/facades/optimization_facade.py
nlsq/facades/stability_facade.py
nlsq/global_optimization/__init__.py
nlsq/global_optimization/bipop.py
nlsq/global_optimization/bounds_transform.py
nlsq/global_optimization/cmaes_config.py
nlsq/global_optimization/cmaes_diagnostics.py
nlsq/global_optimization/cmaes_optimizer.py
nlsq/global_optimization/config.py
nlsq/global_optimization/method_selector.py
nlsq/global_optimization/multi_start.py
nlsq/global_optimization/sampling.py
nlsq/global_optimization/tournament.py
nlsq/gui_qt/__init__.py
nlsq/gui_qt/__main__.py
nlsq/gui_qt/app_state.py
nlsq/gui_qt/autosave.py
nlsq/gui_qt/main_window.py
nlsq/gui_qt/presets.py
nlsq/gui_qt/session_state.py
nlsq/gui_qt/theme.py
nlsq/gui_qt/adapters/__init__.py
nlsq/gui_qt/adapters/config_adapter.py
nlsq/gui_qt/adapters/data_adapter.py
nlsq/gui_qt/adapters/export_adapter.py
nlsq/gui_qt/adapters/fit_adapter.py
nlsq/gui_qt/adapters/model_adapter.py
nlsq/gui_qt/pages/__init__.py
nlsq/gui_qt/pages/data_loading.py
nlsq/gui_qt/pages/export.py
nlsq/gui_qt/pages/fitting_options.py
nlsq/gui_qt/pages/model_selection.py
nlsq/gui_qt/pages/results.py
nlsq/gui_qt/plots/__init__.py
nlsq/gui_qt/plots/base_plot.py
nlsq/gui_qt/plots/fit_plot.py
nlsq/gui_qt/plots/histogram_plot.py
nlsq/gui_qt/plots/live_cost_plot.py
nlsq/gui_qt/plots/residuals_plot.py
nlsq/gui_qt/widgets/__init__.py
nlsq/gui_qt/widgets/advanced_options.py
nlsq/gui_qt/widgets/code_editor.py
nlsq/gui_qt/widgets/column_selector.py
nlsq/gui_qt/widgets/fit_statistics.py
nlsq/gui_qt/widgets/iteration_table.py
nlsq/gui_qt/widgets/param_config.py
nlsq/gui_qt/widgets/param_results.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/orchestration_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/result/__init__.py
nlsq/result/curve_fit_result.py
nlsq/result/optimize_result.py
nlsq/result/optimize_warning.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/hybrid_config.py
nlsq/streaming/large_dataset.py
nlsq/streaming/telemetry.py
nlsq/streaming/validators.py
nlsq/streaming/phases/__init__.py
nlsq/streaming/phases/checkpoint.py
nlsq/streaming/phases/gauss_newton.py
nlsq/streaming/phases/orchestrator.py
nlsq/streaming/phases/warmup.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/safe_serialize.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/io_patch.py
scripts/notebooks/regenerate_notebooks.py
scripts/notebooks/run_notebooks.py
scripts/notebooks/run_scripts.py
scripts/notebooks/script_runner.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/test_domain_agnostic_docs.py
tests/test_test_file_structure.py
tests/architecture/__init__.py
tests/architecture/test_no_circular_deps.py
tests/architecture/utils.py
tests/benchmarks/__init__.py
tests/benchmarks/test_benchmark_cache.py
tests/benchmarks/test_benchmark_core.py
tests/benchmarks/test_benchmark_memory.py
tests/benchmarks/test_decomposition_memory.py
tests/benchmarks/test_decomposition_performance.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_model_validation.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_curvefit_golden_master.py
tests/core/test_device.py
tests/core/test_distributed.py
tests/core/test_factories.py
tests/core/test_feature_flags.py
tests/core/test_final_coverage.py
tests/core/test_fit.py
tests/core/test_fit_param_inference.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_profiler.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_dataclasses.py
tests/core/test_trf_helpers.py
tests/core/test_trf_internal_helpers.py
tests/core/test_trf_jit.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/adapters/__init__.py
tests/core/adapters/test_curve_fit_adapter.py
tests/core/orchestration/__init__.py
tests/core/orchestration/test_covariance_computer.py
tests/core/orchestration/test_data_preprocessor.py
tests/core/orchestration/test_optimization_selector.py
tests/core/orchestration/test_streaming_coordinator.py
tests/diagnostics/__init__.py
tests/diagnostics/conftest.py
tests/diagnostics/test_edge_cases.py
tests/diagnostics/test_gradient_health.py
tests/diagnostics/test_health_report.py
tests/diagnostics/test_identifiability.py
tests/diagnostics/test_integration.py
tests/diagnostics/test_parameter_sensitivity.py
tests/diagnostics/test_plugin.py
tests/diagnostics/test_types.py
tests/facades/__init__.py
tests/facades/test_diagnostics_facade.py
tests/facades/test_optimization_facade.py
tests/facades/test_stability_facade.py
tests/global_optimization/__init__.py
tests/global_optimization/test_auto_selection.py
tests/global_optimization/test_bipop.py
tests/global_optimization/test_bounds_transform.py
tests/global_optimization/test_cmaes_batching.py
tests/global_optimization/test_cmaes_config.py
tests/global_optimization/test_cmaes_integration.py
tests/global_optimization/test_cmaes_optimizer.py
tests/global_optimization/test_cmaes_streaming.py
tests/global_optimization/test_global_optimization_sampling.py
tests/global_optimization/test_method_selector.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_qt/__init__.py
tests/gui_qt/conftest.py
tests/gui_qt/test_fit_adapter_fallback.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/integration/test_memory_strategy.py
tests/interfaces/__init__.py
tests/interfaces/test_cache_protocol.py
tests/interfaces/test_data_source_protocol.py
tests/interfaces/test_jacobian_protocol.py
tests/interfaces/test_optimizer_protocol.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_cg_solver.py
tests/streaming/test_hybrid_config.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_phases.py
tests/streaming/test_phases_extended.py
tests/streaming/test_validators.py
tests/streaming/test_warmup_defense_layers.py
tests/streaming/test_workflow_presets.py
tests/utils/__init__.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_safe_serialize.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