yotse

View on PyPIReverse Dependencies (0)

1.0.0 yotse-1.0.0-py3-none-any.whl

Wheel Details

Project: yotse
Version: 1.0.0
Filename: yotse-1.0.0-py3-none-any.whl
Download: [link]
Size: 47004
MD5: b95d8b282a8b5a6c3ac11d02658edbe8
SHA256: 537348527331dee609836eac8e85ec25d6df1cb763911ded7b486c1bcc226d8c
Uploaded: 2024-01-30 22:10:25 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: yotse
Version: 1.0.0
Summary: Your Optimization Tool for Scientific Experiments
Author: dmark04
Author-Email: dmark04[at]web.de
Home-Page: https://github.com/SURFQuantum/yotse
Project-Url: Documentation, https://surfquantum.github.io/yotse/
Project-Url: Repository, https://github.com/SURFQuantum/yotse
License: Apache-2.0
Keywords: science,optimization,genetic,algorithm,gradient,experiment
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9,<3.13
Requires-Dist: bayesian-optimization (<2.0.0,>=1.4.3)
Requires-Dist: pandas (<3.0.0,>=2.0.0)
Requires-Dist: pygad (<3.1.0,>=3.0.0)
Requires-Dist: qcg-pilotjob (<0.15.0,>=0.14.1)
Requires-Dist: ruamel-yaml (<0.18.0,>=0.17.40)
Requires-Dist: scipy (<2.0.0,>=1.11.4)
Description-Content-Type: text/markdown
[Description omitted; length: 5684 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.8.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
CHANGELOG.md sha256=QUla9VXLQMa_b8E7R4s-Mi49KkV08-ZV8SKSgPun7Ew 1404
yotse/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
yotse/execution.py sha256=9vOkCY93Q52hRpilQlRbvwhV1u0cpC0YtJsFIj7dA6s 21407
yotse/optimization/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
yotse/optimization/blackbox_algorithms.py sha256=O-fuONwzlro2Dwp_NbioqDkgtzvrplnzQAzj_4jEmSE 17857
yotse/optimization/fitting.py sha256=kDdkIDlJOLOSX-RRb_TjjITUUVpvtCvPyV6HcWQRl_8 4103
yotse/optimization/generic_optimization.py sha256=naxp-MVTOnRG8iON3UUCb7AHuFkT7NGTMy18xdm-ck0 7320
yotse/optimization/modded_pygad_ga.py sha256=02Nxvp9S-nyKip1OQVc8iSp7MYjv7P78uIAY4fYMJlk 35541
yotse/optimization/optimizer.py sha256=YoUy471I4CKRPYFgJYLmU-57sHHcwS_t4Z0czvdogU8 11270
yotse/optimization/whitebox_algorithms.py sha256=5P-DJ3LYiExS0UqxhewfxWvOaS8bSFnknMPP1fs3xcs 6067
yotse/post.py sha256=w2EaLyJJsZpnV8O2rWSsqVMCqoguzOj1HJpPP7O03mw 1163
yotse/pre.py sha256=yW4EL5oTvV4jyzQ0svA6AJyGAS24uwUV_Bvd7ZbIo2o 30442
yotse/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
yotse/utils/blueprint_tools.py sha256=FQElt8v-r3CmoIFDrxhcXrTQCzJtg2KdzYa3cV3VcSo 12295
yotse/utils/prediction.py sha256=-u8p4YcspIHKfEVr1kt0TEG9EKjXyNzfehDV_Me0twg 3635
yotse/utils/utils.py sha256=fX1WRdwSn9WlG8URZjboDk-PdWeDTxymHOmza4Xe8I0 3336
yotse-1.0.0.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
yotse-1.0.0.dist-info/METADATA sha256=mkGQyKZP4VVYB7RFvwSf_nILswCPEK0Dy1BCoRH854w 6883
yotse-1.0.0.dist-info/WHEEL sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4 88
yotse-1.0.0.dist-info/entry_points.txt sha256=Q1e3BuayhthPIDbZmj6QmsOSSChsj59o39Yb5DcJUew 190
yotse-1.0.0.dist-info/RECORD

entry_points.txt

blueprint = examples.run_examples:run_blueprint_example
examples = examples.run_examples:run_examples
show-cov = tests.run_tests:open_coverage_report
tests = tests.run_tests:main