Metadata-Version: 2.1
Name: spacopt
Version: 0.1.2
Summary: spacopt is a package for bringing optimization techniques to spacal-simulation application
Home-page: https://github.com/PrinceRichfather/spacopt
Author: Shakhzod Dadabaev Urazalievich
Author-email: misis.dsu@gmail.com
License: MIT license
Keywords: spacopt
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: hyperactive (>=4.1.1)
Requires-Dist: matplotlib (>=3.5)
Requires-Dist: numpy (>=1.22)
Requires-Dist: pandas (>=1.4)
Requires-Dist: root-numpy (>=4.8.0)

=======
spacopt
=======


.. image:: https://img.shields.io/pypi/v/spacopt.svg
        :target: https://pypi.python.org/pypi/spacopt

.. image:: https://img.shields.io/travis/PrinceRichfather/spacopt.svg
        :target: https://travis-ci.com/PrinceRichfather/spacopt

.. image:: https://readthedocs.org/projects/spacopt/badge/?version=latest
        :target: https://spacopt.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status



`spacopt` - short for `spacal-optimization`
spacopt is a package for bringing optimization techniques to spacal-simulation application


* Free software: MIT license
* Documentation: https://spacopt.readthedocs.io.


Features
--------
* Create config files, with user defined parameters of the module.
* Run a MC simulation, using pyton script
* Run Optimization for finding best user-defined parameters of module, to minimize the loss function

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2022-05-15)
------------------

* First release on PyPI.


