Metadata-Version: 2.1
Name: dinjo
Version: 0.1.1
Summary: DINJO lets you find optimal values of initial value problems´ parameters
Home-page: https://github.com/fenfisdi/dinjo
Author: Juan Esteban Aristizabal-Zuluaga
Author-email: jeaz.git@gmail.com
License: gplv3
Download-URL: https://github.com/fenfisdi/dinjo/archive/refs/tags/0.1.0.tar.gz
Project-URL: Documentation, https://dinjo.readthedocs.io/
Description: # DINJO Is Not Just an Optimizer
        
        ``DINJO Is Not Just An Optimizer`` is a Python framework designed for the optimization of initial value problems' parameters.
        
        Lets say you have some 'experimental' data of a state variable ``S`` corresponding to the initial value problem ``dS/dt = f(t, S; p), S(t_0) = f_0`` where ``p`` is a list of parameters. If you want to know the optimal value of ``p`` so that the solution of the initial value problem fits your experimental data, you can use DINJO to get an approximate value of the optimal ``p``.
        
        **Visit [DINJO's official documentation](https://dinjo.readthedocs.io/)**
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development
Requires-Python: >=3.8
Description-Content-Type: text/markdown
