Metadata-Version: 2.4
Name: n_dim_newton
Version: 0.0.1
Summary: A simple N-Dimensional Newton-like optimization solver.
Home-page: https://github.com/medhansh/n_dim_newton
Author: Medhansh Mehta
Author-email: medhansh.mehta@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

Generates the Optimum solution for a given n-dimensional cost function with parameters defined in a particular range.

Increase number of iterations to increase accuracy/discover more optimal solutions.
