Minimal PyTorch Library for Differential Evolution
Project description
Minimal PyTorch Library for Differential Evolution
Requirements
numpy
torch
Optional
mpi4py # If you want to run in parallel
gym # For examples
To install mpi4py
you need MPI
installed in the system.
Check: https://mpi4py.readthedocs.io/en/stable/install.html
A Dockerfile is provided for convenience.
Installation
pip install detorch --user
Source
git clone --recursive https://github.com/goktug97/de-torch
cd de-torch
python3 setup.py install --user
Usage
See https://github.com/goktug97/de-torch/blob/master/examples
Check https://github.com/goktug97/de-torch/blob/master/detorch/config.py for parameters.
You can run the example with
PYTHONPATH="$(pwd):$PYTHONPATH" python examples/example.py
or in parallel for faster training (requires mpi4py).
PYTHONPATH="$(pwd):$PYTHONPATH" mpirun -np 2 python examples/example.py
Another Evolution Library for PyTorch
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
detorch-1.2.4.tar.gz
(10.5 kB
view details)
File details
Details for the file detorch-1.2.4.tar.gz
.
File metadata
- Download URL: detorch-1.2.4.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.10.1 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4215e81df13ff13cb73996b01de1f3929fef4eb38013bee45ce2f2cd27aa7bd |
|
MD5 | ba1928c806c764b6e397aa238b7bc393 |
|
BLAKE2b-256 | a67ee7479188278bf3ca83aa5db6dcdd1a9aa81cb93b24f7dbea482a45254d94 |