Metadata-Version: 2.1
Name: pyObjective
Version: 0.1.3
Summary: A tool to allow optimization of complex objects using scipy.optimize
Home-page: https://github.com/dev10110/pyObjective
Author: Devansh Agrawal
Author-email: devanshinspace@gmail.com
License: UNKNOWN
Description: # pyObjective
        
        This is a simple package where you can optimize a complicated structure by simply creating the variables as you go, and passing the object to scipy.optimize when necessary.
        
        As such, it removes the need to form a careful optimization function or to worry about which index of the vector refers to which variable. All of these details are abstracted away.
        
        Let me know if you find it useful!
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
