Metadata-Version: 2.1
Name: natural_selection
Version: 0.0.9
Summary: Tools for running evolutionary algorithm experiments
Home-page: UNKNOWN
Author: Zipfian Science
Author-email: about@zipfian.science
License: Apache 2.0
Download-URL: https://github.com/Zipfian-Science/natural-selection/archive/v_01.tar.gz
Description: # Natural Selection
        ```
              ,(*                                         
                   @@                                     
        *@       @@% *@                                   
        *@     @@   %@ @                                  
         @@/ @@   @@   @@                                 
           @@@(,@(   @/ @@@@@@@&@@@@@                     
                         @ @&  @@  /@@@#                  
                         /@  @@  ,@@   @@                 
                          ,@@   @@   @@  @                
                            %@@@   @@    @@@@@@@@@@@@@    
                                  ,,      @  @@  @@  &@@@ 
                                          %@@  @@  &@@  @@
                                           @%@@  &@@     @
                                            ,@,%@@        
                                               @@@@@@     
                     _                   _ 
         _ __   __ _| |_ _   _ _ __ __ _| |
        | '_ \ / _` | __| | | | '__/ _` | |
        | | | | (_| | |_| |_| | | | (_| | |
        |_| |_|\__,_|\__|\__,_|_|  \__,_|_|                                   
                  _           _   _             
         ___  ___| | ___  ___| |_(_) ___  _ __  
        / __|/ _ \ |/ _ \/ __| __| |/ _ \| '_ \ 
        \__ \  __/ |  __/ (__| |_| | (_) | | | |
        |___/\___|_|\___|\___|\__|_|\___/|_| |_|
                                                
        by Zipfian Science                               
        ```
        Python tools for creating and running Evolutionary Algorithm (EA) experiments by [Zipfian Science](https://zipfian.science/).
        
        For more information, see [project](https://zipfian.science/natural-selection.html) page.
        
        For documentation, see [docs](http://docs.zipfian.science/natural-selection.html).
        
        Source on [GitHub](https://github.com/Zipfian-Science/natural-selection).
        ## Install
        
        ```shell script
        $ pip install natural-selection
        ```
        
        ## And use
        
        ```python
        from natural_selection.ga import Gene, Genome, Individual, Island
        ```
        
        ## Release
        
        - Date: 2020-09-24
        - Version: 0.0.9
        
        
Keywords: GENETIC ALGORITHMS,EVOLUTIONARY ALGORITHMS
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Description-Content-Type: text/markdown
