.readthedocs.yaml
CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
docs/api.md
docs/applications.md
docs/architecture.md
docs/conf.py
docs/custom-problems.md
docs/getting-started.md
docs/index.rst
docs/project.md
docs/reliability.md
docs/reproducibility.md
examples/applications/README.md
examples/applications/material_stacking.py
examples/applications/ris_beamforming.py
examples/applications/algorithms/material_stacking_alg_star.json
examples/applications/algorithms/ris_beamforming_alg_star.json
examples/reproducibility/README.md
examples/reproducibility/application-smoke.json
examples/reproducibility/application_benchmarks.py
examples/reproducibility/algorithms/cec2013_f13_alg_star.json
examples/reproducibility/algorithms/cec2013_f21_alg_star.json
examples/reproducibility/algorithms/cec2013_f6_alg_star.json
scripts/smoke_all_problems.py
src/autooptlib/__init__.py
src/autooptlib/_version.py
src/autooptlib/autoopt.py
src/autooptlib/serialization.py
src/autooptlib.egg-info/PKG-INFO
src/autooptlib.egg-info/SOURCES.txt
src/autooptlib.egg-info/dependency_links.txt
src/autooptlib.egg-info/requires.txt
src/autooptlib.egg-info/top_level.txt
src/autooptlib/aldes/__init__.py
src/autooptlib/aldes/codec.py
src/autooptlib/aldes/evaluator.py
src/autooptlib/aldes/features.py
src/autooptlib/aldes/model.py
src/autooptlib/aldes/problems.py
src/autooptlib/aldes/training.py
src/autooptlib/aldes/vocabulary.py
src/autooptlib/aldes/workflow.py
src/autooptlib/applications/__init__.py
src/autooptlib/applications/beamforming.py
src/autooptlib/applications/stacking.py
src/autooptlib/components/__init__.py
src/autooptlib/components/_utils.py
src/autooptlib/components/archive_best.py
src/autooptlib/components/archive_diversity.py
src/autooptlib/components/archive_statistic.py
src/autooptlib/components/archive_tabu.py
src/autooptlib/components/choose_brainstorm.py
src/autooptlib/components/choose_ica.py
src/autooptlib/components/choose_nich.py
src/autooptlib/components/choose_roulette_wheel.py
src/autooptlib/components/choose_tournament.py
src/autooptlib/components/choose_traverse.py
src/autooptlib/components/cross_arithmetic.py
src/autooptlib/components/cross_order_n.py
src/autooptlib/components/cross_order_two.py
src/autooptlib/components/cross_point_n.py
src/autooptlib/components/cross_point_one.py
src/autooptlib/components/cross_point_two.py
src/autooptlib/components/cross_point_uniform.py
src/autooptlib/components/cross_sim_binary.py
src/autooptlib/components/para_cma.py
src/autooptlib/components/para_cmaes.py
src/autooptlib/components/para_pso.py
src/autooptlib/components/reinit_continuous.py
src/autooptlib/components/reinit_discrete.py
src/autooptlib/components/reinit_permutation.py
src/autooptlib/components/search_cma.py
src/autooptlib/components/search_de_current.py
src/autooptlib/components/search_de_current_best.py
src/autooptlib/components/search_de_random.py
src/autooptlib/components/search_eda.py
src/autooptlib/components/search_ica.py
src/autooptlib/components/search_insert.py
src/autooptlib/components/search_mu_cauchy.py
src/autooptlib/components/search_mu_gaussian.py
src/autooptlib/components/search_mu_polynomial.py
src/autooptlib/components/search_mu_uniform.py
src/autooptlib/components/search_pso.py
src/autooptlib/components/search_reset_creep.py
src/autooptlib/components/search_reset_n.py
src/autooptlib/components/search_reset_one.py
src/autooptlib/components/search_reset_rand.py
src/autooptlib/components/search_scramble.py
src/autooptlib/components/search_swap.py
src/autooptlib/components/search_swap_multi.py
src/autooptlib/components/update_always.py
src/autooptlib/components/update_greedy.py
src/autooptlib/components/update_pairwise.py
src/autooptlib/components/update_round_robin.py
src/autooptlib/components/update_simulated_annealing.py
src/autooptlib/problems/__init__.py
src/autooptlib/problems/base.py
src/autooptlib/problems/cec2013.py
src/autooptlib/problems/data/README.md
src/autooptlib/problems/data/__init__.py
src/autooptlib/problems/data/cec2013.npz
src/autooptlib/utils/__init__.py
src/autooptlib/utils/select.py
src/autooptlib/utils/space.py
src/autooptlib/utils/design/__init__.py
src/autooptlib/utils/design/_approximate.py
src/autooptlib/utils/design/_decode.py
src/autooptlib/utils/design/_disturb.py
src/autooptlib/utils/design/_embedding.py
src/autooptlib/utils/design/_estimate.py
src/autooptlib/utils/design/_evaluate.py
src/autooptlib/utils/design/_helpers.py
src/autooptlib/utils/design/_initialize.py
src/autooptlib/utils/design/_repair.py
src/autooptlib/utils/general/__init__.py
src/autooptlib/utils/general/improve_rate.py
src/autooptlib/utils/general/input.py
src/autooptlib/utils/general/output.py
src/autooptlib/utils/general/process.py
src/autooptlib/utils/general/select_stats.py
src/autooptlib/utils/solve/__init__.py
tests/conftest.py
tests/system/test_workflow.py
tests/unit/test_aldes.py
tests/unit/test_applications.py
tests/unit/test_cli.py
tests/unit/test_component_contracts.py
tests/unit/test_components.py
tests/unit/test_evaluation_modes.py
tests/unit/test_helper_contracts.py
tests/unit/test_input_validation.py
tests/unit/test_matlab_parity.py
tests/unit/test_problem_contract.py
tests/unit/test_public_api.py
tests/unit/test_reliability.py
tests/unit/test_selection_and_improvement.py
tests/unit/test_serialization_contracts.py
tests/unit/test_solve_contracts.py
tests/unit/test_utils.py