Metadata-Version: 2.1
Name: humpday
Version: 0.1.6
Summary: Taking the pain out of choosing a Python global optimizer
Home-page: https://github.com/microprediction/humpday
Author: microprediction
Author-email: pcotton@intechinvestments.com
License: MIT
Description: # humpday
        
        - Assigns [Elo ratings](https://github.com/microprediction/optimizer-elo-ratings/tree/main/results/leaderboards/overall) to global derivative-free Python global optimization "strategies", and 
        - Presents [many different popular optimizers](https://github.com/microprediction/humpday/tree/main/humpday/optimizers) in a common calling syntax. 
        - Supposedly makes it dead easy to choose a Python global optimizer for your bespoke problem. 
        
        ### 
        
        
        ![](https://i.imgur.com/FCiSrMQ.png)
        
        ### Explanation
        
        See:
        - [HumpDay: A Package to Take the Pain Out of Choosing a Python Optimizer](https://www.microprediction.com/blog/humpday). This is the follow-on article to: 
        - [Comparing Python Global Optimizers](https://www.microprediction.com/blog/optimize).
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
