Framework for Evolutionary Algorithms in Torch
Project description
FFEAT
Framework For Evolutionary Algorithms in Torch
This library implements various evolutionary algorithms, specifically
- Genetic Algorithms in
ffeat.genetic
module. - Real-Coded Evolutionary Algorithms in
ffeat.strategies
module. - Evolution Strategies in
ffeat.strategies
module. - Particle Swarm Optimisation in
ffeat.pso
module.
The algorithms are fully vectorized and can run on GPU.
Each module consists of selection
, crossover
, and mutation
submodule implementing relevant operators
(with the exception of PSO algorithm).
The operators may be arbitrarily combined.
See examples for more information on how to use the library.
This library was developed as part of my master thesis: https://github.com/PatrikValkovic/MasterThesis. You can find more information about the implementation there.
Author: Patrik Valkovič
License: MIT
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
File details
Details for the file FFEAT-1.0.0.tar.gz
.
File metadata
- Download URL: FFEAT-1.0.0.tar.gz
- Upload date:
- Size: 47.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37bd9fc68180e584f195ed3d673f282be0da59a70e07674ed0bd75795556dc82 |
|
MD5 | d79d1d0a528f72a4e3eceab27bf7a164 |
|
BLAKE2b-256 | 0d700d99e2429a3811147e044d8d6b4e9b8d7d7967b2f91cbd27e47468e8278b |
File details
Details for the file FFEAT-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: FFEAT-1.0.0-py3-none-any.whl
- Upload date:
- Size: 77.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f9c846e88cd60183ae55acb8321d73cad0769bc1bfda1962b625e2265a42ccd |
|
MD5 | b1164106faa13eb875c89e048859e9fc |
|
BLAKE2b-256 | 909082661fb013081fd3eba6e9590695bea33dcdf6b38143389631cb7018b9c7 |