.gitignore
LICENSE
README.md
mkdocs.yml
pyproject.toml
uv.lock
.github/dependabot.yml
.github/workflows/build-docs.yml
.github/workflows/release.yml
.github/workflows/static-checks.yml
.github/workflows/tests.yml
docs/index.md
docs/javascripts/mathjax.js
docs/reference/backend.md
docs/reference/basic_optimizer.md
docs/reference/config.md
docs/reference/context.md
docs/reference/core.md
docs/reference/default_plugins.md
docs/reference/enums.md
docs/reference/evaluation.md
docs/reference/events.md
docs/reference/exceptions.md
docs/reference/exit_info.md
docs/reference/function_estimator.md
docs/reference/plugin_bases.md
docs/reference/plugin_manager.md
docs/reference/realization_filter.md
docs/reference/results.md
docs/reference/sampler.md
docs/reference/transforms.md
docs/reference/workflow_compute_steps.md
docs/reference/workflow_evaluators.md
docs/reference/workflow_event_handlers.md
docs/reference/workflow_servers.md
docs/reference/workflow_utils.md
docs/snippets/scipy.md
docs/stylesheets/extra.css
docs/tutorials/constrained.md
docs/tutorials/deterministic.md
docs/tutorials/ensemble.md
docs/tutorials/function_evaluator.md
docs/tutorials/index.md
docs/tutorials/workflow.md
docs/usage/background.md
docs/usage/basic.md
docs/usage/configuration.md
docs/usage/evaluation_callbacks.md
docs/usage/exit_info.md
docs/usage/function_estimators.md
docs/usage/gradients.md
docs/usage/installation.md
docs/usage/logging.md
docs/usage/parallel.md
docs/usage/quickstart.md
docs/usage/realization_filters.md
docs/usage/results.md
docs/usage/transforms.md
docs/usage/workflows.md
examples/async_evaluator.py
examples/constrained.py
examples/deterministic.py
examples/differential_evolution.py
examples/discrete.py
examples/ensemble.py
examples/function_evaluator.py
examples/hpc.py
examples/nested.py
examples/nested_hpc.py
examples/nested_multiprocess.py
examples/workflow.py
src/ropt/__init__.py
src/ropt/_logging.py
src/ropt/_utils.py
src/ropt/enums.py
src/ropt/evaluation.py
src/ropt/events.py
src/ropt/exceptions.py
src/ropt/exit_info.py
src/ropt/py.typed
src/ropt/version.py
src/ropt.egg-info/PKG-INFO
src/ropt.egg-info/SOURCES.txt
src/ropt.egg-info/dependency_links.txt
src/ropt.egg-info/requires.txt
src/ropt.egg-info/scm_file_list.json
src/ropt.egg-info/scm_version.json
src/ropt.egg-info/top_level.txt
src/ropt/backend/__init__.py
src/ropt/backend/_base.py
src/ropt/backend/external.py
src/ropt/backend/scipy.py
src/ropt/backend/utils.py
src/ropt/config/__init__.py
src/ropt/config/_backend_config.py
src/ropt/config/_function_estimator_config.py
src/ropt/config/_gradient_config.py
src/ropt/config/_linear_constraints_config.py
src/ropt/config/_nonlinear_constraints_config.py
src/ropt/config/_objective_functions_config.py
src/ropt/config/_optimizer_config.py
src/ropt/config/_realization_filter_config.py
src/ropt/config/_realizations_config.py
src/ropt/config/_sampler_config.py
src/ropt/config/_transform_config.py
src/ropt/config/_validated_types.py
src/ropt/config/_variables_config.py
src/ropt/config/constants.py
src/ropt/config/options.py
src/ropt/context/__init__.py
src/ropt/context/_enopt_context.py
src/ropt/context/_validated_types.py
src/ropt/core/__init__.py
src/ropt/core/_callback.py
src/ropt/core/_evaluator.py
src/ropt/core/_function.py
src/ropt/core/_gradient.py
src/ropt/core/_optimizer.py
src/ropt/core/_results.py
src/ropt/function_estimator/__init__.py
src/ropt/function_estimator/_base.py
src/ropt/function_estimator/default.py
src/ropt/plugins/__init__.py
src/ropt/plugins/base.py
src/ropt/plugins/manager.py
src/ropt/plugins/backend/__init__.py
src/ropt/plugins/backend/_base.py
src/ropt/plugins/backend/external.py
src/ropt/plugins/backend/scipy.py
src/ropt/plugins/function_estimator/__init__.py
src/ropt/plugins/function_estimator/_base.py
src/ropt/plugins/function_estimator/default.py
src/ropt/plugins/realization_filter/__init__.py
src/ropt/plugins/realization_filter/_base.py
src/ropt/plugins/realization_filter/default.py
src/ropt/plugins/sampler/__init__.py
src/ropt/plugins/sampler/_base.py
src/ropt/plugins/sampler/scipy.py
src/ropt/plugins/transforms/__init__.py
src/ropt/plugins/transforms/_base.py
src/ropt/plugins/transforms/default.py
src/ropt/realization_filter/__init__.py
src/ropt/realization_filter/_base.py
src/ropt/realization_filter/default.py
src/ropt/results/__init__.py
src/ropt/results/_constraint_info.py
src/ropt/results/_data_frame.py
src/ropt/results/_function_evaluations.py
src/ropt/results/_function_results.py
src/ropt/results/_functions.py
src/ropt/results/_gradient_evaluations.py
src/ropt/results/_gradient_results.py
src/ropt/results/_gradients.py
src/ropt/results/_pandas.py
src/ropt/results/_realizations.py
src/ropt/results/_result_field.py
src/ropt/results/_results.py
src/ropt/results/_utils.py
src/ropt/sampler/__init__.py
src/ropt/sampler/_base.py
src/ropt/sampler/scipy.py
src/ropt/transforms/__init__.py
src/ropt/transforms/base.py
src/ropt/transforms/default.py
src/ropt/workflow/__init__.py
src/ropt/workflow/_basic_optimizer.py
src/ropt/workflow/_dispatch_tasks.py
src/ropt/workflow/_utils.py
src/ropt/workflow/compute_steps/__init__.py
src/ropt/workflow/compute_steps/_evaluator.py
src/ropt/workflow/compute_steps/_optimizer.py
src/ropt/workflow/compute_steps/base.py
src/ropt/workflow/evaluators/__init__.py
src/ropt/workflow/evaluators/_async_evaluator.py
src/ropt/workflow/evaluators/_batch_evaluator.py
src/ropt/workflow/evaluators/_cached_evaluator.py
src/ropt/workflow/evaluators/_counter.py
src/ropt/workflow/evaluators/_function_evaluator.py
src/ropt/workflow/evaluators/base.py
src/ropt/workflow/event_handlers/__init__.py
src/ropt/workflow/event_handlers/_callback_handler.py
src/ropt/workflow/event_handlers/_forward_handler.py
src/ropt/workflow/event_handlers/_history_handler.py
src/ropt/workflow/event_handlers/_results_handler.py
src/ropt/workflow/event_handlers/_table_handler.py
src/ropt/workflow/event_handlers/base.py
src/ropt/workflow/servers/__init__.py
src/ropt/workflow/servers/__main__.py
src/ropt/workflow/servers/_event_server.py
src/ropt/workflow/servers/_hpc_server.py
src/ropt/workflow/servers/_multiprocessing_server.py
src/ropt/workflow/servers/_threading_server.py
src/ropt/workflow/servers/base.py
tests/__init__.py
tests/conftest.py
tests/test_backend_external.py
tests/test_config.py
tests/test_doc.py
tests/test_ensemble_gradient.py
tests/test_evaluation_servers.py
tests/test_event_server.py
tests/test_examples.py
tests/test_exit_info.py
tests/test_function_estimators.py
tests/test_logging.py
tests/test_optimizer.py
tests/test_pandas.py
tests/test_plugins.py
tests/test_realization_failures.py
tests/test_realization_filters.py
tests/test_results_data_frame.py
tests/test_samplers.py
tests/test_scipy_optimizers.py
tests/test_scipy_optimizers_de.py
tests/test_scipy_samplers.py
tests/test_table_handler.py
tests/test_workflows.py