mraggi / DifferentialEvolutionPytorch

Differential evolution in pytorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DifferentialEvolutionPytorch

Differential evolution in pytorch.

Install

To install, you first need to install pytorch and fastprogress. It is recommended to use a separate conda environment.

For example, with anaconda:

conda activate [my_env_name]
conda install pytorch torchvision cudatoolkit=10.2 -c pytorch
conda install fastprogress -c fastai

Make sure cudatoolkit version matches your own cuda instalation.

Alternatively, install with pip:

pip install --user torch torchvision
pip install --user fastprogress 

Usage

TODO

About

Differential evolution in pytorch.

License:MIT License


Languages

Language:Jupyter Notebook 50.3%Language:Python 49.7%