.gitattributes
.gitignore
LICENSE.txt
MANIFEST.in
README.md
install_all.py
pyproject.toml
requirements.txt
setup.cfg
setup.py
test_all.py
test_ref.py
workflow.md
demo/base_agent.py
demo/base_func.py
demo/opti_agent.py
demo/opti_agents.py
demo/opti_base.py
teneva_bm/__init__.py
teneva_bm/bm.py
teneva_bm.egg-info/PKG-INFO
teneva_bm.egg-info/SOURCES.txt
teneva_bm.egg-info/dependency_links.txt
teneva_bm.egg-info/requires.txt
teneva_bm.egg-info/top_level.txt
teneva_bm/agent/__init__.py
teneva_bm/agent/agent.py
teneva_bm/agent/bm_agent_ant.py
teneva_bm/agent/bm_agent_cheetah.py
teneva_bm/agent/bm_agent_human.py
teneva_bm/agent/bm_agent_human_stand.py
teneva_bm/agent/bm_agent_lake.py
teneva_bm/agent/bm_agent_lander.py
teneva_bm/agent/bm_agent_pend_inv.py
teneva_bm/agent/bm_agent_pend_inv_double.py
teneva_bm/agent/bm_agent_reacher.py
teneva_bm/agent/bm_agent_swimmer.py
teneva_bm/agent/policy.py
teneva_bm/decomp/__init__.py
teneva_bm/decomp/bm_decomp_peps.py
teneva_bm/func/__init__.py
teneva_bm/func/bm_func_ackley.py
teneva_bm/func/bm_func_alpine.py
teneva_bm/func/bm_func_chung.py
teneva_bm/func/bm_func_dixon.py
teneva_bm/func/bm_func_exp.py
teneva_bm/func/bm_func_griewank.py
teneva_bm/func/bm_func_michalewicz.py
teneva_bm/func/bm_func_pathological.py
teneva_bm/func/bm_func_pinter.py
teneva_bm/func/bm_func_powell.py
teneva_bm/func/bm_func_qing.py
teneva_bm/func/bm_func_rastrigin.py
teneva_bm/func/bm_func_rosenbrock.py
teneva_bm/func/bm_func_salomon.py
teneva_bm/func/bm_func_schaffer.py
teneva_bm/func/bm_func_schwefel.py
teneva_bm/func/bm_func_sphere.py
teneva_bm/func/bm_func_squares.py
teneva_bm/func/bm_func_trid.py
teneva_bm/func/bm_func_trigonometric.py
teneva_bm/func/bm_func_wavy.py
teneva_bm/func/bm_func_yang.py
teneva_bm/func/func.py
teneva_bm/func_fix/__init__.py
teneva_bm/func_fix/bm_func_fix_biggs.py
teneva_bm/func_fix/bm_func_fix_cantrell.py
teneva_bm/func_fix/bm_func_fix_colville.py
teneva_bm/func_fix/bm_func_fix_dolan.py
teneva_bm/func_fix/bm_func_fix_piston.py
teneva_bm/func_fix/func_fix.py
teneva_bm/hs/__init__.py
teneva_bm/hs/bm_hs_func001.py
teneva_bm/hs/bm_hs_func006.py
teneva_bm/hs/draft_constrained_functions/__init__.py
teneva_bm/hs/draft_constrained_functions/bm_hs007.py
teneva_bm/hs/draft_constrained_functions/bm_hs008.py
teneva_bm/hs/draft_constrained_functions/bm_hs009.py
teneva_bm/hs/draft_constrained_functions/bm_hs010.py
teneva_bm/hs/draft_constrained_functions/bm_hs011.py
teneva_bm/hs/draft_constrained_functions/bm_hs012.py
teneva_bm/hs/draft_unconstrained_functions/__init__.py
teneva_bm/hs/draft_unconstrained_functions/bm_hs002.py
teneva_bm/hs/draft_unconstrained_functions/bm_hs003.py
teneva_bm/hs/draft_unconstrained_functions/bm_hs004.py
teneva_bm/hs/draft_unconstrained_functions/bm_hs005.py
teneva_bm/hs/draft_unconstrained_functions/bm_hs038.py
teneva_bm/hs/draft_unconstrained_functions/bm_hs045.py
teneva_bm/odeoc/__init__.py
teneva_bm/odeoc/bm_odeoc_simple.py
teneva_bm/odeoc/bm_odeoc_simple_constr.py
teneva_bm/qubo/__init__.py
teneva_bm/qubo/bm_qubo_knap_quad.py
teneva_bm/qubo/bm_qubo_maxcut.py
teneva_bm/qubo/bm_qubo_mvc.py
teneva_bm/qubo_fix/__init__.py
teneva_bm/qubo_fix/bm_qubo_fix_knap10.py
teneva_bm/qubo_fix/bm_qubo_fix_knap100.py
teneva_bm/qubo_fix/bm_qubo_fix_knap20.py
teneva_bm/qubo_fix/bm_qubo_fix_knap50.py
teneva_bm/qubo_fix/bm_qubo_fix_knap80.py
teneva_bm/various/__init__.py
teneva_bm/various/bm_matmul.py
teneva_bm/various/bm_topopt.py
teneva_bm/various/bm_wall_simple.py