Metadata-Version: 2.1
Name: FFEAT
Version: 1.0.0
Summary: Framework for Evolutionary Algorithms in Torch
Home-page: https://github.com/PatrikValkovic/FEAT
Author: Patrik Valkovic
License: GNU LGPLv3
Download-URL: https://github.com/PatrikValkovic/FEAT/archive/v1.0.0.tar.gz
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
        
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
