Metadata-Version: 2.1
Name: gaga
Version: 0.1.2
Summary: A genetic algorithm
Home-page: https://github.com/awon8465/gaga
Author: Alison Wong
Author-email: a.wong@sydney.edu.au
License: UNKNOWN
Description: # GAGA
        
        This is my genetic algorithm!
        It's still in it's early stages. 
        
        Hopefully you can pip install it.
        
        Documentation can be found [here](https://awon8465.github.io/gagadoc/index.html) (Still in progress)
        
        ## Demo: Himmelblau's function
        (*See Demo Himmelblau.ipynb*) 
        
        <p align = "center">
          <img src="demos/Himmelblau_function.png" width="40%">
        </p>
        
        Source:[wikipedia](https://en.wikipedia.org/wiki/Himmelblau%27s_function) 
        
        Here is a demonstration of my genetic algorithm exploring the four minima of Himmelblau's function simultaneously.
        
        <p align = "center">
          <img src="demos/demo-himmelblau/x_y_progression.gif">
        </p>
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
