Skip to main content

Optimization algorithm combining genetic algorithms and multi-armed bandits for stochastic problems

Project description

EvoBandits

EvoBandits is a cutting-edge optimization algorithm that merges genetic algorithms and multi-armed bandit strategies to efficiently solve stochastic problems.

Build & Test


EvoBandits (Evolutionary Multi-Armed Bandits) is an innovative optimization algorithm designed to tackle stochastic problems efficiently. EvoBandits offers a reinforcement learning-based approach to solving complex, large-scale optimization issues by combining genetic algorithms with multi-armed bandit mechanisms. Whether you're working in operations research, machine learning, or data science, EvoBandits provides a robust, scalable solution for optimizing your stochastic models.

Usage

To install EvoBandits:

pip install evobandits
from evobandits import GMAB

def test_function(number: list) -> float:
    # your function here

if __name__ == '__main__':
    bounds = [(-5, 10), (-5, 10)]
    algorithm = GMAB(test_function, bounds)
    n_trials = 10000
    result = algorithm.optimize(n_trials)
    print(result)

Contributing

Pull requests are welcome. For major changes, please open a discussion first to talk about what you'd like to change.

License

EvoBandits is licensed under the Apache-2.0 license (LICENSE or https://opensource.org/licenses/apache-2-0).

Credit

Deniz Preil wrote the initial EvoBandits prototype in C++, which Timo Kühne and Jonathan Laib rewrote. Timo Kühne ported to Rust, which is now the backend. Felix Würmseher added the Python frontend.

Citing EvoBandits

If you use EvoBandits in your research, please cite the following paper:

Preil, D., & Krapp, M. (2024). Genetic Multi-Armed Bandits: A Reinforcement Learning Inspired Approach for Simulation Optimization. IEEE Transactions on Evolutionary Computation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

evobandits-0.0.6.tar.gz (95.7 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

evobandits-0.0.6-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (515.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

evobandits-0.0.6-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (611.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

evobandits-0.0.6-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (520.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

evobandits-0.0.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (345.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

evobandits-0.0.6-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (348.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

evobandits-0.0.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (341.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

evobandits-0.0.6-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (515.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

evobandits-0.0.6-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (611.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

evobandits-0.0.6-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (520.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

evobandits-0.0.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (345.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

evobandits-0.0.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (348.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

evobandits-0.0.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (341.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

evobandits-0.0.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (344.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

evobandits-0.0.6-cp313-cp313t-musllinux_1_2_x86_64.whl (514.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

evobandits-0.0.6-cp313-cp313t-musllinux_1_2_armv7l.whl (609.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

evobandits-0.0.6-cp313-cp313t-musllinux_1_2_aarch64.whl (519.0 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

evobandits-0.0.6-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (347.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

evobandits-0.0.6-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (340.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

evobandits-0.0.6-cp313-cp313-win_amd64.whl (199.3 kB view details)

Uploaded CPython 3.13Windows x86-64

evobandits-0.0.6-cp313-cp313-musllinux_1_2_x86_64.whl (514.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

evobandits-0.0.6-cp313-cp313-musllinux_1_2_armv7l.whl (611.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

evobandits-0.0.6-cp313-cp313-musllinux_1_2_aarch64.whl (519.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

evobandits-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (344.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

evobandits-0.0.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (348.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

evobandits-0.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (341.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

evobandits-0.0.6-cp313-cp313-macosx_11_0_arm64.whl (308.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

evobandits-0.0.6-cp313-cp313-macosx_10_12_x86_64.whl (313.0 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

evobandits-0.0.6-cp312-cp312-win_amd64.whl (199.4 kB view details)

Uploaded CPython 3.12Windows x86-64

evobandits-0.0.6-cp312-cp312-musllinux_1_2_x86_64.whl (514.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

evobandits-0.0.6-cp312-cp312-musllinux_1_2_armv7l.whl (611.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

evobandits-0.0.6-cp312-cp312-musllinux_1_2_aarch64.whl (520.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

evobandits-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (344.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

evobandits-0.0.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (348.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

evobandits-0.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (341.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

evobandits-0.0.6-cp312-cp312-macosx_11_0_arm64.whl (308.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

evobandits-0.0.6-cp312-cp312-macosx_10_12_x86_64.whl (313.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

evobandits-0.0.6-cp311-cp311-win_amd64.whl (199.7 kB view details)

Uploaded CPython 3.11Windows x86-64

evobandits-0.0.6-cp311-cp311-musllinux_1_2_x86_64.whl (515.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

evobandits-0.0.6-cp311-cp311-musllinux_1_2_armv7l.whl (612.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

evobandits-0.0.6-cp311-cp311-musllinux_1_2_aarch64.whl (520.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

evobandits-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (344.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

evobandits-0.0.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (349.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

evobandits-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (341.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

evobandits-0.0.6-cp311-cp311-macosx_11_0_arm64.whl (312.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

evobandits-0.0.6-cp311-cp311-macosx_10_12_x86_64.whl (317.1 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

evobandits-0.0.6-cp310-cp310-win_amd64.whl (199.2 kB view details)

Uploaded CPython 3.10Windows x86-64

evobandits-0.0.6-cp310-cp310-musllinux_1_2_x86_64.whl (515.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

evobandits-0.0.6-cp310-cp310-musllinux_1_2_armv7l.whl (612.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

evobandits-0.0.6-cp310-cp310-musllinux_1_2_aarch64.whl (520.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

evobandits-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (344.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

evobandits-0.0.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (349.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

evobandits-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (341.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

File details

Details for the file evobandits-0.0.6.tar.gz.

File metadata

  • Download URL: evobandits-0.0.6.tar.gz
  • Upload date:
  • Size: 95.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.0

File hashes

Hashes for evobandits-0.0.6.tar.gz
Algorithm Hash digest
SHA256 9df2041919143804e9ab1dafa1dfb965544371365b18957a1924dfe54995af78
MD5 92af8133634bc37c1db698d1848f87b5
BLAKE2b-256 5ba104270d789ac4e386413e351bd67a7f1f3f93da0fd7deb23ca42c20ad355a

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 478835b8785a3e65158469bf160a92124178b17f2a9ebb8b7cd8df2cb54a32ee
MD5 4f7a098d0f24ca014d56649e5fe15910
BLAKE2b-256 eefbed71b915b9e2cf5653700aef53661c1c9dc1d3869679075f73e6f5c72143

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 82a4f47f39e11961221d7980bd71eadfcad13b6cacc89a5c53dc5e7ee339da3e
MD5 d0cefa7520bde51f7f31d1a203548bda
BLAKE2b-256 0ca1994ce84c1f8e0529eb008f075a55218a4c36a611c79d0939c065e2c8eb39

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4007750840577c45528cf08d55f90d0bea65372406a2ce2e52d4093f0d89cfb1
MD5 0e7b0879ff8cc7bf595bb7dfae78ddfe
BLAKE2b-256 14801c705956c3c00cafd72d4745602f2a154d015e6fd3c380482762b6776c69

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c86803102a6f57e22f07ccfd7d505dd578aa1a752999c205bc460459498515e
MD5 a5a4e904111acf22c4cba7028d8e992a
BLAKE2b-256 f4c392d376beb63d759d7aff66edcedd0ceaad4d2c2c1319c08b637f9dfb6c1d

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e9aefc39310aa705a6eed3ca92e30959a920c9ec98f0ccb956c4cee79eb7c464
MD5 144dd30e85bef19af675d51f44783828
BLAKE2b-256 542caae83a465c3b58974815628b900fa97af6ff9b9ecfe87e11712b6de21c0d

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 82a841cb91589472f3d82b4793996269b12670d61f518149182cfd78cec94e03
MD5 3ccb1805c6b24f8acd3d7c3a497a54ae
BLAKE2b-256 b56bcdbbceec28b8f55c9f8301113cbc01620b19fee5ae02acee9b31bded07e7

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 17436e9362a9a8b42331cc9d0a00a8687b1e1a6cd3f844e3f2ebcbeb3c7b5e29
MD5 9ffd842f557c136773ec13d18f69593b
BLAKE2b-256 1acaf9b89c590660ceb3e814636eaf7a3f6c020c391f75829ad7249466b014df

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 442d227baca4b72ce3cd79ca4ce73f87bdd4e0a239e647780d4094c056f823aa
MD5 9f9675e5618dcb18c187e1c88bbe6cea
BLAKE2b-256 15a52023704d5e9772a019fa5b6de62c11b522cba20825906dd2fc5a594c23ca

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9a92ecb0a89ec8de68bfb72298a001f5d6d0eaa027533cf5fc88e3724fcb576d
MD5 dce39dc8cf7bef24a261338df66b0ab1
BLAKE2b-256 340c86c68a3301bc6403d05f4267d7f7eacf55f1f8f7f6264199d020a6d2fe3d

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0e5cd4bf056726108c39b8879fc7d461dac2b9cdd58f84ef7908d0f94addf89c
MD5 f37d041fb8556e3adf34ac2439070fb4
BLAKE2b-256 954b88d009bca00d78abd45b04c9fcc64591c56ffbd2c7b7b5c95a94b7e59266

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a38393f3726897a9531458c14dac8f53207eed4da70b73ee23e5a528e8ef64dc
MD5 1ccd84a78cb24e1f757ee824f2e94d00
BLAKE2b-256 72e606f72c50dc3815ed762a2f0f6a4e69adda6a9ec3ff1652eeb3bc9ddf48b6

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1683bc07318ce2f77342a9155e3a52e1500fe1cf9b17b3e39404565c43bdd084
MD5 cde261cb2adceadbf195f58c2d9ac70e
BLAKE2b-256 b896bdc43a46c8d895aef8fe53a8bf16350b9ce178a17e86c0a0ab5a9c6658e1

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f94e3af909212a74bd6cfc9a28da85803478d9f57ff866bc00125325f65df65d
MD5 0ff0c0d7b4a84de1fedba95b1f24d1c0
BLAKE2b-256 556f7360ba4f3e1afa4332abba57a3e292f73d9aa710ba9722d38a1f3109dadf

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fa80f4097c3485690b772c051ff6dbc053db0199b3f5a5268edf479cba7a208c
MD5 5eb54b7195b55ea29730e14fcde67e27
BLAKE2b-256 b04bcd23dcf87ff8743d40c75e6608ede88e0e9090f78fe5e7d55628bbabba0a

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ebee99c0b0912153138bebd2c2ba2e0a8ab9f2249a9662c448aa56378225e95b
MD5 c75842fe7e8f5dd80eeda0ea0c32332f
BLAKE2b-256 371cc94b5cfc6ca51b56ace7830274b7ebb07e3accd740dc750394c9833adc00

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ad723d647137c57a3634438d7c5056baa0b13fe35928f2df6b8399d3a386cb5a
MD5 b65fc8f81862ae52788609886ea6caae
BLAKE2b-256 7db6086bef05bc0628ac8bacb4c187c425a5bb9a5a4685f0b35898052ababfad

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0442b814b166b2146b425ca3acb79d2ea70f0a62427fc691b5eb5a34aca37f23
MD5 3fda126975c852b50160c1e6df557941
BLAKE2b-256 685719819aa4eeb39138d2ae4ac9a47c2eea253fe4f106919c2464a2707e90f7

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 57eb4350e552b175861436b0d82f3fe49bc2bfdf01499c8ba1adf128b8741541
MD5 d32993ae320ee653839f24e2b85d90a7
BLAKE2b-256 dd7e7bcc0d366d2904f85e9b423a37ce419927f7cc1e73eb52a44122b0cb9c89

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1618436c923e521e9bfc37b10ce6455634587a8e2bcd7e0d20de1495d5d1fc95
MD5 84d9c0a290553a7018fee5d9cdd74ba6
BLAKE2b-256 de73c7747286e6898f15f946fe9ca4496c8add2e3028260108e6873148a6f5d4

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a2447a1250a7153cb6b37990e5a19b664f8849dff7ceca818cc10b1a11306ed
MD5 38a39e93a607da3f0fa490d93b28a7c2
BLAKE2b-256 31c658d59ddfc414a8fea5a383a25a4d433278c42c191ce2550bd27329adf632

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0b7bb4d366aed90c633c7df4a14c4a544f3ffc7063e275b1c393406318be056f
MD5 3f6215546bba6941065223161d5a1c6b
BLAKE2b-256 033f8977a278df2e2468c06d17f95926eee381d940705d2b3f2666d89dc892ac

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ddbd287fe73bacca4a5ff9174f514210713f1a06f8c0ac08025a45dac9f80c1a
MD5 fcb6dc90817fe9deacd41d56e1657666
BLAKE2b-256 a44f4b52d54afb93289b7347905d825824f906def2ce68bcad7425c9ce61f44a

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa3cf83236beeb57c95f6b2d43e59fc30bc1ac60482e145c0a3693440d266444
MD5 f60dc6a21983cd48a22083cb77cea1eb
BLAKE2b-256 45a425cfaa23b0fb8e2846011a430c8894109a20133e1301d332dd0f1c2dd732

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6ad06d5778371ecf03da21b022580c4fb4efd4ec688a0f60c86937f7d5909686
MD5 bcb949e59c4bcef6a3817f2651c36a4d
BLAKE2b-256 be543e17b755c0725fd8d39f72165bc08a844e2533fdc8a8dcaae438f89fd5d0

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7d72eef6737f27cdef15f4827bcbf8cc6766991d22aad5c0cc3c43a31eb6c79b
MD5 925b9f0d7305d9d1070cf61765456735
BLAKE2b-256 9674e8903c577d52c32b413da829f5b7668d6c6997bd14a02d89d693c10fe659

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 57dd7fce889cb6f42895c2fe9aaa88b7b16873d456bf3a0541092ee64b8c83ea
MD5 536c6ee3e5e97f09edb8dfc41153313e
BLAKE2b-256 8e5f0d447f6a148f60349a4ee7bdedf14b0cf434f1a78bd429522457febd66ee

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 352dae67e759230e604f2d8762e8ae0e645b81266c3a166d792f0e9048da62e1
MD5 680c5b56c771ffa2d1720e3087302df5
BLAKE2b-256 978b550e20e2c4f33133185de86176a1886dd1b3d292ed8df9f51ec4724c8309

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1deaab971e221a33281354428d48abfcab4892032e0f385311e54149a5ab3ea7
MD5 3d19cd04280556c3520124058c0d17c5
BLAKE2b-256 fdc72a5ad8575fbc7006ae255e97e8c3a81ec1b75d6e0ee5bd66e0c468e284ae

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bbf463b499feebed5f06d28d8529b95db70f28d8966b8d7a1749801403e00448
MD5 0eb13f260ecf617856d97d7fcad9776d
BLAKE2b-256 188ce2b28eb99a00e77d0156b67ca342d2f2f65de03104b154ec2d412e6387d4

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 12cc912380b3b8b804521c1e0c15122794343f1472e8b5b42af507b50a325a7a
MD5 ecff5db9818577e7eab922ff740939a5
BLAKE2b-256 8b31e0613ef420eb7c9e3d6297318f9886bed35535bed2bf10eab53a3953bf4a

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 959f2708db60831f560b8d4c7fc1c31552ef569f1e18e1c5eca97d37e9564504
MD5 b4b5d8ba13559711a6296c2b92943830
BLAKE2b-256 4b4115bcf154294541cc738fae0e633e516d6270aeffe98ec4ed7b46c7d7e3df

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce689b97b48613595ece31a91f54178626aacb472f82fafd419b9c9d83ca079a
MD5 332113b589c2a4a8d7f8c76447523253
BLAKE2b-256 40a147c29ab27d6c700f25302e7a5d94e2f2cfe7ab8d9a76d1e6de79bfd3f35b

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 eeb704b3be236efe51da448dd3a41294c10f4734799a5eb4369d5e2b661f0217
MD5 502978ab1800f7ac48a5d1f8e0381596
BLAKE2b-256 5e983b615d6655a72c9a6759bd5366049ab08aa6aa5a3eb3cebbb57c8901b034

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e979d96f08d34037a32c475ab5c817c7c515128a3f4e45ec7eff4135b876350f
MD5 86ceb65ca2d31a60184dded180154793
BLAKE2b-256 b2c8845a21ee2fc18d86267ad9958ef307dc3ef7f7bf0406ac154d42fe8406f6

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c1ab96dbf0a26d1432e6e09c9a6618bcdc7a8d7adabecc90c6ff2a2b1781b9dd
MD5 b8e2a23193fe8a978886d6efd06ae8ea
BLAKE2b-256 7485f85742a63a657b08321ecb10cf552a530db2708e5b314d74507d86f82459

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 05f8eeeddaed523b692629e3579b657f8c4169519cde294931c8eef628c2ff73
MD5 dd41651848d0bae714e12ea1ccc6f8e4
BLAKE2b-256 257d8b21ac5aab796936e59ce48b96e38e8dd8da7802ee01c803adc1b8a8263f

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 aca9c2f4a45a3872c7a7d2a297f35f6b7a074668052c8a371e717c5b53daf70b
MD5 3a0bf4ef3d7a34a42c937359f163f9a3
BLAKE2b-256 0f10636a94dc7647c81ac03b1faaf5fde3303755b674f77a7ac06e991f822b10

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 18bd472c996c16e3e35d32169a39b9ab6e5bcc36e0679aa8367bfe79dbcdc233
MD5 19681711a8b6e1d79fd7e088388b29cb
BLAKE2b-256 3cea91a8715737f9f7d966cbe0b66d8f3ca025ca956248b69f3bf401aeaf186e

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ae84d72cd4aaff52959f8d02488639743296b18b78876147244817523aa8a803
MD5 c390efd2777ed061c17d9fb2ac88a693
BLAKE2b-256 30c4f9fb4c0f58c273bfe6fb4ca6796a88f47f525f203e9748d1e1eb236caea4

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a4b3da76c3a5048434cffc38809bce0721242dff30a6fe66c3a3f46128472596
MD5 e55fb9879b6fa19c75ae54ed29ea271f
BLAKE2b-256 ae89f4226fa5ada5f63cd1e10f8327df2b9f4ea5c257d98d5347593ca9ce0247

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9c7ab6e0f5ba3f75a7321998f3b73dfa8d42c73fa959545e45ecd3b4b9fb960f
MD5 cab7ae534308e54ed5c3223e7add1f71
BLAKE2b-256 2bc4ad68b08e569561813cfe6122ac7cac3a38e7f0cd9a2e4e85e4006482500a

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2a3283ee12733967a42ea218f0ddffa41f302bd942406722f1ef49880a3b29b9
MD5 86b910cd28d6e040cf173f2cafb3a084
BLAKE2b-256 650e44904b005ff300af8041a3aecebb6ce049363c3fe4e569e83b12c070a472

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0c581661a2616bfa6271184494dc44e8ddfdb8287a7143dda94e96f15c712ecc
MD5 3cadaefb5a1944073c641a3716574811
BLAKE2b-256 3c002046b7aa766165cdc06dc99ff8f205163f8af6369acb695157c4de09fa6f

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a2e1ba4302b0f40eef7e1b0cea96a5042f1927a84470c4c649df87cb5e53b3cc
MD5 0f7793856067e60184e132b51b3e7382
BLAKE2b-256 4c7e949ea7e7e9b4812214980013419c59bd2bdd01e63b5df6504db0b4b533fc

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 516c50611e27ae8ea2c741569d73a4ab8307dc815b111613d5dcaa553bea2e92
MD5 4023d4e8f26e3a41fb369a84d6d8dd1d
BLAKE2b-256 cf778cf52ea43752060e578dd8fe3b71e80e3bbfb0933fcad9208e7c6a9997ca

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ede0ee7ec36082e1949ddf490941d3e444bc4e1121316d3f47ec5bb4aecfee09
MD5 845c5b0645e8ce5937bd830a263ea7e8
BLAKE2b-256 64383860fb79e79d568febb60dfaed976bf15b371104aa58949e6473be8ec980

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cd8a8ed9a78914a6ad273b82a9d201e38667ab78cf9efddc31045b5491abce13
MD5 e53a8bff2d052a0717d6e8e0f2448972
BLAKE2b-256 b362f9251715f3e81f69a7a4bc337288814c11c488b7ae1f4bf1fd4f5c3573fd

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1cd57248669211f592c44f94adb0e3ae53bb87eb2c0a0ee6ac5dcd855af4d739
MD5 01194c8c70e27e1c96045981dc94914e
BLAKE2b-256 43686c8f04308731d9920e73a77a0287339629f624bb908e9b90fd63621bdae9

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fd478953ba8cb4a066ecf10ae65fcee68748ae557d2fe6d9726465bc2440ddba
MD5 a9872b6be2f398a338b7a04bba550c47
BLAKE2b-256 1add84b5a0ef65f4cf893b647e4bd4d5747141bd62584d56723cd7d0dcfb3804

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f636c682608508cc26de42f961bba2f7f38e7897baa13b0240fdfede41771ad2
MD5 f593e19ace8433b895da0826adb5f892
BLAKE2b-256 1028de4702c6c30d8f159ada8e2543546903bee700e1ba961b468a12909ae44f

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8bac23b2337f48c01339303c6de47b414aec736340237bbc6b3194ff7ae34147
MD5 0dba9b51b67f39efff958cb6ec235f57
BLAKE2b-256 93146da6e217c71227b9b920f3badfddb24a4341387b17f4dd28002ec747e492

See more details on using hashes here.

File details

Details for the file evobandits-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for evobandits-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e500ef1b075025f5a256576353f2352e5e5591fe079900830caf71953369877f
MD5 701884daa82838852c31586e30b175bf
BLAKE2b-256 f91e9f0bec6c454fcb6a7c3d672131c132b011cc7afbaadff8bd816c114d1a52

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page