High Performance Computing Tabu Search Framework
Project description
fastTabou/ │ ├── fastTabou/ │ ├── init.py │ ├── sequential/ │ │ ├── init.py │ │ ├── tabou_search.py │ │ └── utils.py │ ├── parallel/ │ │ ├── init.py │ │ ├── parallel_tabou.py │ │ └── utils.py │ └── common/ │ ├── init.py │ ├── solution.py │ └── neighborhood.py │ ├── examples/ │ ├── sequential_example.py │ └── parallel_example.py │ ├── tests/ │ ├── test_sequential.py │ └── test_parallel.py │ ├── setup.py ├── README.md └── requirements.txt
fastTabou
Framework for Tabu Search algorithms with sequential and parallel implementations.
Installation
pip install fastTabou
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hpc_tabu-0.2.25.tar.gz.
File metadata
- Download URL: hpc_tabu-0.2.25.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eca7c411452a8b7090c6be4238c966505e5b7501fa7ba446bc485f23a27388a9
|
|
| MD5 |
7b7e052178acae63f31ee02d7110974e
|
|
| BLAKE2b-256 |
8291ec6c24d98f7a4f5706e567a652a02893db7a3ae33e45ca8d3de03d957416
|
File details
Details for the file hpc_tabu-0.2.25-py3-none-any.whl.
File metadata
- Download URL: hpc_tabu-0.2.25-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20744b7b8414b2dd8e373a7e037d6d1cd79a129d5b008dc40a7c415df171aaf3
|
|
| MD5 |
0eb32a57a37093c4eca70c408206c0d0
|
|
| BLAKE2b-256 |
016c0e4644431188500e016e98999e7a469981c9dc93ea1e647c8fe38a43acf2
|