optuna

View on PyPIReverse Dependencies (406)

3.6.1 optuna-3.6.1-py3-none-any.whl

Wheel Details

Project: optuna
Version: 3.6.1
Filename: optuna-3.6.1-py3-none-any.whl
Download: [link]
Size: 380102
MD5: 3dddde9e85a3101014f95de96757cec3
SHA256: b32e0490bd6552790b70ec94de77dd2855057c9e229cd9f4da48fe8a31c7f1cc
Uploaded: 2024-04-01 06:04:15 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: optuna
Version: 3.6.1
Summary: A hyperparameter optimization framework
Author: Takuya Akiba
Project-Url: homepage, https://optuna.org/
Project-Url: repository, https://github.com/optuna/optuna
Project-Url: documentation, https://optuna.readthedocs.io
Project-Url: bugtracker, https://github.com/optuna/optuna/issues
License: MIT License Copyright (c) 2018 Preferred Networks, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. == Optuna contains code that is licensed by third-party developers. == SciPy The Optuna contains the codes from SciPy project. Copyright (c) 2001-2002 Enthought, Inc. 2003-2022, SciPy Developers. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. == fdlibm Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. Developed at SunPro, a Sun Microsystems, Inc. business. Permission to use, copy, modify, and distribute this software is freely granted, provided that this notice is preserved.
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
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: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Requires-Dist: alembic (>=1.5.0)
Requires-Dist: colorlog
Requires-Dist: numpy
Requires-Dist: packaging (>=20.0)
Requires-Dist: sqlalchemy (>=1.3.0)
Requires-Dist: tqdm
Requires-Dist: PyYAML
Requires-Dist: asv (>=0.5.0); extra == "benchmark"
Requires-Dist: botorch; extra == "benchmark"
Requires-Dist: cma; extra == "benchmark"
Requires-Dist: virtualenv; extra == "benchmark"
Requires-Dist: black; extra == "checking"
Requires-Dist: blackdoc; extra == "checking"
Requires-Dist: flake8; extra == "checking"
Requires-Dist: isort; extra == "checking"
Requires-Dist: mypy; extra == "checking"
Requires-Dist: mypy-boto3-s3; extra == "checking"
Requires-Dist: types-PyYAML; extra == "checking"
Requires-Dist: types-redis; extra == "checking"
Requires-Dist: types-setuptools; extra == "checking"
Requires-Dist: types-tqdm; extra == "checking"
Requires-Dist: typing-extensions (>=3.10.0.0); extra == "checking"
Requires-Dist: ase; extra == "document"
Requires-Dist: cmaes (>=0.10.0); extra == "document"
Requires-Dist: fvcore; extra == "document"
Requires-Dist: lightgbm; extra == "document"
Requires-Dist: matplotlib (!=3.6.0); extra == "document"
Requires-Dist: pandas; extra == "document"
Requires-Dist: pillow; extra == "document"
Requires-Dist: plotly (>=4.9.0); extra == "document"
Requires-Dist: scikit-learn; extra == "document"
Requires-Dist: sphinx; extra == "document"
Requires-Dist: sphinx-copybutton; extra == "document"
Requires-Dist: sphinx-gallery; extra == "document"
Requires-Dist: sphinx-plotly-directive; extra == "document"
Requires-Dist: sphinx-rtd-theme (>=1.2.0); extra == "document"
Requires-Dist: torch; extra == "document"
Requires-Dist: torchvision; extra == "document"
Requires-Dist: boto3; extra == "optional"
Requires-Dist: cmaes (>=0.10.0); extra == "optional"
Requires-Dist: google-cloud-storage; extra == "optional"
Requires-Dist: matplotlib (!=3.6.0); extra == "optional"
Requires-Dist: pandas; extra == "optional"
Requires-Dist: plotly (>=4.9.0); extra == "optional"
Requires-Dist: redis; extra == "optional"
Requires-Dist: scikit-learn (>=0.24.2); extra == "optional"
Requires-Dist: scipy; extra == "optional"
Requires-Dist: torch; extra == "optional"
Requires-Dist: coverage; extra == "test"
Requires-Dist: fakeredis[lua]; extra == "test"
Requires-Dist: kaleido; extra == "test"
Requires-Dist: moto; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: torch; extra == "test"
Requires-Dist: scipy (>=1.9.2); python_version >= "3.8" and extra == "test"
Provides-Extra: benchmark
Provides-Extra: checking
Provides-Extra: document
Provides-Extra: optional
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 10091 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
optuna/__init__.py sha256=XnNm68Cx5svfhnz6fN-BYjuMdxTuVm-UywXJHk5C1WM 1449
optuna/_callbacks.py sha256=xoRnfOOLmwYtBD95lomSdvq8ZOofGcV2Smp9Ad34jNY 6428
optuna/_convert_positional_args.py sha256=0WL8NjhvNjG6iFCA69qLNlJgkMBsZ7okXTI7i5Flr4o 3258
optuna/_deprecated.py sha256=dTaknzg1krCGMUxWUI4UfXbm-wiKMG3RJd6SXHdBf_8 6949
optuna/_experimental.py sha256=4bkfa4Sxe-7eMEvxtRMjEh3D3PrtnvW4n5xk9b2tQSI 3831
optuna/_imports.py sha256=k0L_whmqNH8mT9qApUYbhyYWgw0z4gGxj9ZeT2MjF9c 4069
optuna/_transform.py sha256=l7MTq-VSYYV5tNamQHVMCHnPBjvKsOefykGrgISqzKA 12143
optuna/_typing.py sha256=MSqtC159dX554mlXNk42I5XXxoM4GGXHKyJMgRrmlJo 299
optuna/cli.py sha256=slCOiVNcRVGwuPW_qvDc8Sjx_DCIrbje_QI3goo30xQ 39701
optuna/distributions.py sha256=_Mg66V1PM_LVVPT2jKSNhHh2WDUoAmOjbXEw26y3FN8 28140
optuna/exceptions.py sha256=sZR5fL9RaqqSN2JS21wkErpVpEC-StKXbpsK1X-y2-s 2442
optuna/logging.py sha256=04MQ8bUVvlvNSpid_TbvUVQL1JBj3uANdE2NeklqE0c 10457
optuna/progress_bar.py sha256=5mJdBYehmCkL4b9fkUhfK1_tF361wwqjUHNN2nOy59Q 4236
optuna/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
optuna/version.py sha256=cNcutCkgy2XbuD3pgQjRV1bl4tH97bFnsC9W8BVzmHE 22
optuna/_gp/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
optuna/_gp/acqf.py sha256=Ypvf9Sf3y8OL8EcXSm7YKVogUebL_WKXeOn0M505dkI 4967
optuna/_gp/gp.py sha256=Zs-9meaYK2a9WrjQpTuUDOjPCPRU2qIa0TO0_dRo9dY 10725
optuna/_gp/optim_mixed.py sha256=hJffofDUlMmsTQx0kVqKswAPvUQ7gLWS8cUUc0vng20 12034
optuna/_gp/optim_sample.py sha256=0_49NrLEZ5HOXpgufz1BlkCImFY478PusZfms0qe4Ek 577
optuna/_gp/prior.py sha256=MB9CWlSn1MAqv2Gfgba62iN0XstGXIpj8oODmktErCU 1136
optuna/_gp/search_space.py sha256=NUwcJ-ot2dulQn15TdiAVJyb_k2zgBRPfTv9ZuxynRA 6025
optuna/_hypervolume/__init__.py sha256=FM2gOfNCJPoQrezM2OihtyapK2Dd1k6ueuHOn1BgweQ 373
optuna/_hypervolume/base.py sha256=ULkmZtnu5BI5u7y90bEftsfovz29luYsFc8FQogLZzY 2871
optuna/_hypervolume/hssp.py sha256=3vH6MQlhf9El4I-VSy5l2ObKmQFS8ayegGUdf0YzqKk 1659
optuna/_hypervolume/utils.py sha256=mZwJtrRQj9dazehhY1ZTGj6SPxoxuZQMuVGYhOxcRcU 1460
optuna/_hypervolume/wfg.py sha256=TeUyJYCYSom5HRLRcyTdNT5A8NlK_ASZ1vvX4FCfQ8Y 4130
optuna/artifacts/__init__.py sha256=KeN39L-7T2ZZ444rJuZoXNqjIS6WlaQachpHVAnEKdU 405
optuna/artifacts/_backoff.py sha256=zT7l0ENReBvFuESJvRztSUEc2GID_ksxadeBE69R9tE 3570
optuna/artifacts/_boto3.py sha256=_tfK8fNAXJIfwIsdR5Pbf5EFmktxo2CPRYUOxcjI3gs 3443
optuna/artifacts/_filesystem.py sha256=d58R-pYI5IF5AFiOYoE60fzF_AOn9QgVb33FFR72Sto 2362
optuna/artifacts/_gcs.py sha256=amJilmUd2Ws30SjjMPQlHzQkRdxVP3YedJ62FuFUQg0 2638
optuna/artifacts/_protocol.py sha256=-GiJHwu4AMCjnObdi36A1OapyfI9MQs76dDr5qg7k0w 1794
optuna/artifacts/_upload.py sha256=Qnr1OyTUgmxgUgYP-6xlCwnUCFexJRExt05yaAllIKk 2902
optuna/artifacts/exceptions.py sha256=5mG1H1BUVblbJ57FNdRNp_jbC7b9WUTuHyA4a7Oodgc 334
optuna/importance/__init__.py sha256=9OgknXsQl02i_rvL2OigPDJZo6DvEO0Y5PqtJwn-7X0 5362
optuna/importance/_base.py sha256=VlCYsNjEw1dT1hyVEVihh61wotEsOR-_9rx1Pch4qlw 6665
optuna/importance/_mean_decrease_impurity.py sha256=Wahi7Ph4z0qo_Uxlx4B0fSQJ-0_0ddDlFfPQVd6vp0U 3842
optuna/importance/_fanova/__init__.py sha256=XvGI8q877BGjlUczYJHFzqVC1KtSVwD60WgaRyJNehE 117
optuna/importance/_fanova/_evaluator.py sha256=NUiGqmaZni85mF5mefH_JTrkzGQpu1Bytd-Oesti3Q8 5282
optuna/importance/_fanova/_fanova.py sha256=Ro-UiQAaZ4Oo-DgP1mzg0CdUW7RohD015_tJ5Hqf1aM 4207
optuna/importance/_fanova/_tree.py sha256=zoUoNLyqRdoEs0KCE4S36Q218OtY2kEKwXlulyL_w34 12995
optuna/importance/_ped_anova/__init__.py sha256=nAc7_6VEXXIWdsZQBOEhymDhRyx2vLuOShBOfRPQmc4 123
optuna/importance/_ped_anova/evaluator.py sha256=iU-M89AsKTbUwKHbOQqM2ZWz5k74oDQPxp-YZNCTncs 9428
optuna/importance/_ped_anova/scott_parzen_estimator.py sha256=H3a0MVWORDVNRAr1Yr6tw3unJm3EwgfCeqxVuD8fxks 6939
optuna/integration/__init__.py sha256=x_gGZy1TNEN7UUhh6D4cm7ZqhNa1T2SdApUnUysE8gQ 6207
optuna/integration/botorch.py sha256=fWt2STMzV7o2mKqZMxyrjI_ZfXhQ7wP8_a18ECN48v4 77
optuna/integration/catalyst.py sha256=HnTN5nkshy1U08UeygG5HUtTbdfN13enJov1qDiS0D4 104
optuna/integration/catboost.py sha256=xU3jT5EoGYrtQUHhuX5eYvjXBNkvza4M5uf60XfP2pg 104
optuna/integration/chainer.py sha256=2FotHYCevg7YJZDnbTKmA6SOr_z-KEwYvtbnsUZH6dA 103
optuna/integration/chainermn.py sha256=tLxbmdZinfykGcFY_zh928tpVO06D59YwSn4lfWaook 87
optuna/integration/cma.py sha256=qHFDto9BEkNJ_2ewosIAuukkcdjteUlvogwABKcLkSo 141
optuna/integration/dask.py sha256=EhUXIFR9esHFDO1Rb4eC4RDnAhUY3KiXxh52SD1hg_s 76
optuna/integration/fastaiv1.py sha256=sGult2ru3sQ9Ta0lqjQuPBRzFl16sGNys5MTqXBLCpU 104
optuna/integration/fastaiv2.py sha256=5cCoi-bbJKFOAFc4cFCbk8RkRSAWWtZPnl-Ypr-OmQI 191
optuna/integration/keras.py sha256=hQ1_wH5wqIc3pmSFbt7MhpYEJAoQftJticJPAoVk3Zo 95
optuna/integration/lightgbm.py sha256=0qOHXxtfXzWgfzPPSKcFbIP9aD3ALpx9vDtYL6oGd5w 814
optuna/integration/mlflow.py sha256=mLSEq1Hvj4POAYK2JRT6OygK04NSVD7ggGmBYmLul7U 84
optuna/integration/mxnet.py sha256=q_b8uRyohLKFyAktz8Im5fFGeTr6ymJYrazvfKwFyUQ 95
optuna/integration/pytorch_distributed.py sha256=t0wMwfTi2pXwjsjj6PeNNfJC2NHu7yBBXl53_zuEqEA 111
optuna/integration/pytorch_ignite.py sha256=RwIKqfzZ_mO1Ib7YcOsDM4qhQN9Pp56JVjQsZl7U_3I 118
optuna/integration/pytorch_lightning.py sha256=bnmWZduXUzSfWYrNw-fH8xT5l5ibPFomzt1jmw1Sn_E 129
optuna/integration/shap.py sha256=iX__1fu-9g6sT58H3CqQa5ENu2Zwx4Jz9ZejmvBHux8 106
optuna/integration/sklearn.py sha256=by6bLcs7IvkmP7lxW8xf35rbPgp7Sh5GzyuAEoH3kl8 77
optuna/integration/skopt.py sha256=WmeYl6ozvI202Gmn5lLTISi3PefBbPRX1bcJPWu97YI 79
optuna/integration/skorch.py sha256=aLDYYUF8Fsk82uZuB7s-QJtjXRUYbbSuwtCV1dc5n8M 98
optuna/integration/tensorboard.py sha256=ujOCZTnVUr3umrYbBQGWpn6U5MmodNj5p3lfHBODODs 99
optuna/integration/tensorflow.py sha256=oX2iBxG0bQ8Lqmwsety6-LhH_1T-Q8lHs0CwuYEuacI 102
optuna/integration/tfkeras.py sha256=eA-6oCVysjSPSTNZTLtD9Xln-HL9hDsGs77_e2krIMc 101
optuna/integration/wandb.py sha256=RPAPcJkshMyYcRfwVU21-Gxva0f94UP-Q3XOZ44H-To 103
optuna/integration/xgboost.py sha256=kTu7uftDej4uDAHeHJeD9Qn6MOSS-aphOmzVWXs_NB8 101
optuna/integration/allennlp/__init__.py sha256=3lrMee6RPj5L3dynv-SQDxJlaIP3A_jhcvzSiVQBMmw 294
optuna/multi_objective/__init__.py sha256=1isu2nzgIRrRNnr0hoQOpVcmIDLPs1scZD1iNtiwBNg 437
optuna/multi_objective/study.py sha256=xdXwXxv4BsrTpi0fH9AxELTmuepvZNbtdDOOk6GdRzc 17554
optuna/multi_objective/trial.py sha256=0BHEpqVi68HMASpNI0imzferaXmO1le3EH6ZcoPZGi4 13860
optuna/multi_objective/samplers/__init__.py sha256=t_Cx4S_g89lOg1lt5Azl9lOhBC9JUxiKYmaHquzrVQM 586
optuna/multi_objective/samplers/_adapter.py sha256=WW405AFUtF3Ib13F0X4o2aBzNJXOhizWWBkJzeLXO4E 1989
optuna/multi_objective/samplers/_base.py sha256=OP4DjLHy2ST_kW_olLuk4AZamlLlQuvky3Jalg43phc 4466
optuna/multi_objective/samplers/_motpe.py sha256=sA5BGjv6uCzY1RRgBZKEPNg-MRjT7u7vukZK_oA-29w 8364
optuna/multi_objective/samplers/_nsga2.py sha256=kzhM6O6ZmOBrZ9ikoc_ZjdkUOg4_yP6o18WQ0V8klQM 13841
optuna/multi_objective/samplers/_random.py sha256=9zfC-UgtU0OB005t0K4jiO5oK1STRqNrVint2jzvYyg 2734
optuna/multi_objective/visualization/__init__.py sha256=qjORYq_xXVOHr7-bnU7tP--6RDHc6ivXYHWXXZRGvso 177
optuna/multi_objective/visualization/_pareto_front.py sha256=YSpCyXwmGKG0xfwApMYpqkA9SjTr2UELeAlyevnnGBk 7363
optuna/pruners/__init__.py sha256=6quCV2TslUYo6qVPE00wLs-1q8Kzqcx6vbqVMVCYJbI 1181
optuna/pruners/_base.py sha256=8sa2dZIJ-9tq1mujJBreoK9ZS6lW-LUpbfhB7kLlcsM 910
optuna/pruners/_hyperband.py sha256=Po-dgxG3lzJtCJlCj5_iYXbhYrW-jxcmcolmJyRYJvw 14006
optuna/pruners/_median.py sha256=cmNBKtyHF86-NLlQFXzxsL2XhHrNdGmF7jt3-O4aQD8 2957
optuna/pruners/_nop.py sha256=krN6dJUoe_8mTVktVVUB0UsIXjmOjHchrk2oiep_UmQ 1504
optuna/pruners/_patient.py sha256=sxIjjp4rD2Qn-QGV0X20BxgwRVF6jbC6Xk0Rczfw0OM 4166
optuna/pruners/_percentile.py sha256=3E0hRC5ObF0FOfqViTf75JFBVl2eSbJCCYTdMI-JKJ4 7182
optuna/pruners/_successive_halving.py sha256=OIgCgU5ur7QJm7ZxQJXgU0hVE236604pTQdBHoH_I50 10703
optuna/pruners/_threshold.py sha256=Yu_21M6PtHSpbopY5b-T4WUb7grcFhoxVoJgq4CwyJ0 4502
optuna/pruners/_wilcoxon.py sha256=QygRk2d-Rc7Q0wYTMeyEbK8R4GIyQteDkUcdjxxUOHs 9228
optuna/samplers/__init__.py sha256=bZF7s8glUYii6eya19kcin4rcMH8C7r_KpjzTtSx45Q 1157
optuna/samplers/_base.py sha256=f-9-nMfSRTSEhRw8gN7lnGWxKf_FemP4BaVlGdrq1ag 9115
optuna/samplers/_brute_force.py sha256=7ve5OMFZxz2bGxZrrjv6Trvjuzlmz1oY1dpqZpZeWPc 9974
optuna/samplers/_cmaes.py sha256=uTprE570ojdNoEQS4inRg2TIEiBpZtpBr6cNQhzeUUk 33272
optuna/samplers/_grid.py sha256=DG9yHBvj0b3hDnOHYUnEUv6ThIo7qf1XxybX1xCxPjI 11567
optuna/samplers/_lazy_random_state.py sha256=rcdICLBt_JwYXOA_dqyYP1UDhT65XJSumwLX4fI8j8A 732
optuna/samplers/_partial_fixed.py sha256=mNCRt2yOCW9WzADV0mteb6M3dJ9BqZKW4vtYJCkfy8o 3792
optuna/samplers/_qmc.py sha256=x0FyUMks4G7rwucCs07IMg7SIhhJGXnNUyE9xf4s8gQ 13045
optuna/samplers/_random.py sha256=9aQFV9Ey_wKktS9uKJPD4PORy7TBQsOx-F9uCCUA5W0 1936
optuna/samplers/_gp/__init__.py sha256=dhrFVx6S0Shtp80ziW0uSN-cg5vk8ZPxTWsUGGBhAZU 57
optuna/samplers/_gp/sampler.py sha256=ir-YUiSmGqtcJYTOEaHGTIzO55lAsxHJuvVu2C2osW8 8344
optuna/samplers/_nsgaiii/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
optuna/samplers/_nsgaiii/_elite_population_selection_strategy.py sha256=yGfIrRjcKP0NkPOYbRZDGgeTTwLYN_7HnEULlIx6-YY 14647
optuna/samplers/_nsgaiii/_sampler.py sha256=sdJhLYMr3mS1FpTPAdUiaOo-k869SakMZVGlfUCu1ss 12463
optuna/samplers/_search_space/__init__.py sha256=vql0falucGjP8c-fuS4jO3jIhnEhFtLp-Hm5wz6Yz9I 240
optuna/samplers/_search_space/intersection.py sha256=vQPfsS7x2F4IXgXncFHL-XXPGtJGzD6HpgHN7vkWdnU 5635
optuna/samplers/_tpe/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
optuna/samplers/_tpe/_erf.py sha256=waph1elAoyg0CeJcIsa17T1XODhtrY7xj2UP3xBr_5Q 6191
optuna/samplers/_tpe/_truncnorm.py sha256=4lWPP8muaNtWIe-JvaL96iekDALWNoZoDiJg7-NuXm0 7597
optuna/samplers/_tpe/multi_objective_sampler.py sha256=-bVnHSw9l5L3KnW6InyLjS3oVPkbUKc8JCFZLO-6p2Y 5487
optuna/samplers/_tpe/parzen_estimator.py sha256=Cth1ykuMI60HVOVQLR6kHkuZrINQFCakBVviQgwv1PQ 11837
optuna/samplers/_tpe/probability_distributions.py sha256=R45_bGoV20U1FGQjQFI-52NLvGzjsdxTHoNwjvTZvRI 5013
optuna/samplers/_tpe/sampler.py sha256=w5l3Kgu8p_GDXfV_UlkOBkS1W__95dXd8oEsohs3a4A 34082
optuna/samplers/nsgaii/__init__.py sha256=4bG3lxjS6Qv40uNXwKPCNstT8wsSOdS7kt0bQq8xWYQ 647
optuna/samplers/nsgaii/_after_trial_strategy.py sha256=_xp6kxFzzgA7YssjqOoYAGozrmmVL9YVhB-y4vtLl5U 1065
optuna/samplers/nsgaii/_child_generation_strategy.py sha256=dDak6h3z_GmqcLHU1nFPETPT09Ziynyxj_fQES5vRZI 3784
optuna/samplers/nsgaii/_constraints_evaluation.py sha256=wqVKSeiPoGuLts28Q3j6mhlaEmuCkwiwV29rt47kVds 4349
optuna/samplers/nsgaii/_crossover.py sha256=8Y_kek5VLor7HtdWrp_isQ9IvD5lXqnhJBZtLuTLgp8 5903
optuna/samplers/nsgaii/_elite_population_selection_strategy.py sha256=B2ORI8aiFEAv_3soOUAweBbYdilHZ-2z-cEzv0KzmKA 5225
optuna/samplers/nsgaii/_sampler.py sha256=5eUhzgvNR9Q9eKAEPTbqTp6gzp3d0JNqsQyMzKIkqQE 16099
optuna/samplers/nsgaii/_crossovers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
optuna/samplers/nsgaii/_crossovers/_base.py sha256=nWlLyWYVzG-HNmCcta5Qq_-aSmjI7LSZz4qFPgD8vd0 1971
optuna/samplers/nsgaii/_crossovers/_blxalpha.py sha256=S3nExwpTxF7wFdUeNt_bLot7yEwfj6o4tSE5ev8k92w 1580
optuna/samplers/nsgaii/_crossovers/_sbx.py sha256=-ltfp8f1ct-7Z9qN9E2DSe3-bdit8iXj2e2F7wzYoWA 3899
optuna/samplers/nsgaii/_crossovers/_spx.py sha256=RjPNWirwSocfg32I6Z0kr57t_BgGcL8hP73dWnF2zC0 2128
optuna/samplers/nsgaii/_crossovers/_undx.py sha256=2zMMbxAX0wCz-lCpIE_k_B32H9MjV7By-KeFJU4MJHM 4075
optuna/samplers/nsgaii/_crossovers/_uniform.py sha256=FWfv7ec-fyf5LzC-U5x0kJuf49BzeR8Ks-EAEaZ-qIc 1665
optuna/samplers/nsgaii/_crossovers/_vsbx.py sha256=k_A7QYhH-AwoBZF5QQSIIMtKV7-YXiZASr887u6g-2Q 3191
optuna/search_space/__init__.py sha256=MDE2z5YPKrdX2o1fdzeDJT2K23GuoKV81h_wpMjEzKY 424
optuna/search_space/group_decomposed.py sha256=5FZUu2vLOIGrl0dvdutjKak3wtFxHvHu5ul9NIqV-60 2338
optuna/search_space/intersection.py sha256=JJCHRbvhmwfXX93RPRU5Phv9PbYzgrauXJ_oj9Qx7Gs 5186
optuna/storages/__init__.py sha256=wEhmSmmTxSQUkZN99BNjrsyDXRU_7br2Z5DKhYwUr_0 1628
optuna/storages/_base.py sha256=8hGRZh3p3XggC31pli-uBgPlHf3lCQI9Q5dLyIhL3tk 19283
optuna/storages/_cached_storage.py sha256=dZtS-IXp6AIfkCdMHMceINtXARzIUzyIcC7CRvKn-QI 11324
optuna/storages/_heartbeat.py sha256=9CD0YwbvXxo5ZjFIBlzt3hF4n6L9P9aZFsSfNwp1OCY 6003
optuna/storages/_in_memory.py sha256=30XFniIh9su6GXCZMauiIPjVjNJ1cCWyg7qecqaj74E 14377
optuna/storages/_journal/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
optuna/storages/_journal/base.py sha256=_aFJQ3dLNl1B699E6Pj0__54tHBHRQuUHSbEZwZv5kE 2128
optuna/storages/_journal/file.py sha256=sVJeSPCLy7cjyPg0_leg8_x0xvM3BRflDfL4kCNvaIQ 7287
optuna/storages/_journal/redis.py sha256=qYPurXJzGJBZHNvWNPy3rFjRyrjP2oQ1yDgDJEdBeSc 3810
optuna/storages/_journal/storage.py sha256=hBunn9NS-tmi046J7xHkOe46qPYTPxsorD7TQT2M5h8 25870
optuna/storages/_rdb/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
optuna/storages/_rdb/alembic.ini sha256=Ptokdwc21pE5uAyGUO5WfFCkFeMizyNGXSSgcJF4aME 1697
optuna/storages/_rdb/models.py sha256=r8sQG8rEDOubcEcknzkVuCmQ-2Hp4zmral7yPCup_BY 19768
optuna/storages/_rdb/storage.py sha256=xH8wEPLuctVVLboaBze1ntgrpKVQH4e6zO3G6Kv2Zqk 48465
optuna/storages/_rdb/alembic/env.py sha256=81NKuQvR5HIxNzel6wYtj4OjCoHJTZgqaHThgKYOmT8 2161
optuna/storages/_rdb/alembic/script.py.mako sha256=8_xgA-gm_OhehnO7CiIijWgnm00ZlszEHtIHrAYFJl0 494
optuna/storages/_rdb/alembic/versions/v0.9.0.a.py sha256=o9g3CyL6xGCfdoq1TMLysRSDrT7EKzrHqzQXnqDgy9U 5456
optuna/storages/_rdb/alembic/versions/v1.2.0.a.py sha256=oI6BlAKh-RdnJjEEc4yNlZtT4U75U6mIydHMilp2l-s 964
optuna/storages/_rdb/alembic/versions/v1.3.0.a.py sha256=iNLYPMJb0Vu1ZFFB9bUKgaf0YmFJ_P0MgvTqx2NfPYk 2829
optuna/storages/_rdb/alembic/versions/v2.4.0.a.py sha256=lMh3mosG_lJZ1CxzhDpwVnvDD8yEE_3kGfom8tIOVdg 6407
optuna/storages/_rdb/alembic/versions/v2.6.0.a_.py sha256=ChyqbXLApOB-mkAUhYTgjyFJGZ5lZTGVLlD-dO1wxsc 1723
optuna/storages/_rdb/alembic/versions/v3.0.0.a.py sha256=z2l5bPuwmGLkaDlumuwSdJ8RiU27RWIRrgMKIwR5qIY 6207
optuna/storages/_rdb/alembic/versions/v3.0.0.b.py sha256=TnFcCcY0K1u6BmtU8doOTzH_qIpeeocLxIrRnx8Lnck 2956
optuna/storages/_rdb/alembic/versions/v3.0.0.c.py sha256=wUPBlVSPo8R50o_B5xaxb_aYfVjgGJg0goCBopKg3KE 6424
optuna/storages/_rdb/alembic/versions/v3.0.0.d.py sha256=2v86v_snouYKrbsjuDGE6yZuaP0xtUC8gFwMYmsIUU8 5856
optuna/storages/_rdb/alembic/versions/v3.2.0.a_.py sha256=5fRdP03fhAMzXRMl9cXXga4ZpoOjk3bsGXiFQUWsDGc 714
optuna/study/__init__.py sha256=6SiDRIdD6sqefLKFY7fa3TuTBdpd3PgLhohONT8pO78 703
optuna/study/_dataframe.py sha256=owEku5Zlao4yCK55vFIEPKn0zzDlYNK8f8UEWke6l1o 4261
optuna/study/_frozen.py sha256=W-cAYOtUeTnSCntOx_l5YygbPsfNAtl6sx6bEiVucqc 2784
optuna/study/_multi_objective.py sha256=ww0-4TNrwN-LDwkhMH306oJ4A2oPWxOWc1k3nWK9H-g 9602
optuna/study/_optimize.py sha256=5JhXZdSUk4USeHHq6-MLxhVooUm5PmNFYFQuvEdcP-w 8850
optuna/study/_study_direction.py sha256=yPeqW5uLXX896nEXLS52YHeOTWDbi8TLUZnhuSiTjko 421
optuna/study/_study_summary.py sha256=yUBy25aAY389iOtAJq2jqgPxFqgIhBF5stAzG0vuEDY 4187
optuna/study/_tell.py sha256=7I0qmIqCe4uT-8ayVz1ou5Dspk7endZPzAxuMHGdCVY 6740
optuna/study/study.py sha256=2S8caEypYe46bl39arpe7JE_w_UFGeovwTtlkppktCE 56719
optuna/terminator/__init__.py sha256=L7G9rPaAjNPcRiNr3oGfZn5qpcIFEChWvY2XFgCNPw0 965
optuna/terminator/callback.py sha256=QrVpLkg8ddZ3L4Ln9IwsnfvsDHrjIKMH3MMTRo5MWCc 2775
optuna/terminator/erroreval.py sha256=a58nIxKpN6okqcvSH0pbPfplgWafd2sqOxY32518vvU 4145
optuna/terminator/terminator.py sha256=dha6bm03Ed2cI50U3oKLlF7mSfIvIEyvyjI3LGInazU 5288
optuna/terminator/improvement/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
optuna/terminator/improvement/evaluator.py sha256=QfLZIpmwwi-BXYLN2a8B9r9I1Yx7Ntm7UKwo172WDbw 11037
optuna/testing/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
optuna/testing/distributions.py sha256=cKjRmIFv72MBouKmbrmx5TJCVqhQ8kyk0YszWSbnEnk 481
optuna/testing/objectives.py sha256=IWqeW_qdj7UZwzoiIp5A57CZixq56S-wxFQ6NU5fVZ8 197
optuna/testing/pruners.py sha256=qdO-2i8jtsFAjXI9iAUsmk9pGEXXAf4FmxkmLjV__m0 318
optuna/testing/samplers.py sha256=8XN1s-OF8vhhb9R1ewMNEyRW14DsJqfBhEh463KG3Vk 2006
optuna/testing/storages.py sha256=AD8EaOt8Kdp1dMdphMseqft8kppHbRk8g2P_gfz8Q-w 2540
optuna/testing/tempfile_pool.py sha256=-lzLpk6_x0Dk8RoU2KbK3cAxzXvgNep8pE4JBnxWh98 1274
optuna/testing/threading.py sha256=jYHdwxPSp2KoQ623eu11vrVA5wQXKkd62pqVYWdlehk 622
optuna/testing/trials.py sha256=Nvk9tzHtyJJVHWw9gMYFMQ5JHl5gOy3w6de8raX71ts 1065
optuna/testing/visualization.py sha256=LUJ9rQYQVkUv17u315OvKV4e9BCRinL6byr_voMFoMk 2467
optuna/trial/__init__.py sha256=o8g2B54dI50KznGsm4Yvr1I3jrqe_zf5RfKST5o5Se0 377
optuna/trial/_base.py sha256=UiQ41mqhkpYzN-wc-mjWTfouMHsXDF5v1J5V2mcquEI 3653
optuna/trial/_fixed.py sha256=3l_xGo9whDEhXLe8yimttphkgddcp2856ZUx856kJAI 6325
optuna/trial/_frozen.py sha256=ayy0_PJzpCEOqQjjmJPTA1X6XDbQyTa5KOsybedjhmI 20450
optuna/trial/_state.py sha256=2F9UJnqRyLJpm0xmj0djmMmwljpRJDxdXPkCt1XV0sM 1028
optuna/trial/_trial.py sha256=6FdHFPicdJc49T5oeJF42H6S036BGvpuSRpsC2RrFnY 29736
optuna/visualization/__init__.py sha256=cq-UPS-0DQUjNDPczeB8ZB98Q0fJvQZS4XdVnfou9DA 1264
optuna/visualization/_contour.py sha256=IH3lOqe9RVjav7KRCMamoX9qSZ5_yCUxlhpHn_f0loA 15178
optuna/visualization/_edf.py sha256=u48Qk6vWDWcnlW-sDwSEEUCqRRwrL28-Oycb8B-2ysg 5872
optuna/visualization/_hypervolume_history.py sha256=NGsOVtB6kIyVMuyP536AsySVKyxZFp2rKth3vFqEzjM 5198
optuna/visualization/_intermediate_values.py sha256=MrtZ1enUtEGGCTN5JcGfKOEHg-KdDFqyw6bcxgISwpo 3922
optuna/visualization/_optimization_history.py sha256=pyBug73fov3NNjNbAaxGNbsNjljWb3ZH_Gxtg_fPEAE 11859
optuna/visualization/_parallel_coordinate.py sha256=whp_Ow8bHEmAISlvhuyNpgXnxF0wzepGz0ajESJ7fFc 10809
optuna/visualization/_param_importances.py sha256=vmQ9FizwPsgSr-Q1cDwLc3BoLwZP4YDL-ZHi6hDVnJs 8075
optuna/visualization/_pareto_front.py sha256=QmPWjO82wTIezCCsqRA5H4tNMr_E-shOqMGYvqeDxNU 17753
optuna/visualization/_plotly_imports.py sha256=zRa6PfOZoW8n7MO5cC7dY96PFb2SFiBKOeBaitIMSd8 860
optuna/visualization/_rank.py sha256=iMXAAa38XEpTkiMn9DfZO8azZR1iyG2Ark-GbvLISb0 14664
optuna/visualization/_slice.py sha256=A7XKSx-ztYgHbXeG_jLAvT_Q4hFfQ9IaFAMx9JzIDQ8 9662
optuna/visualization/_terminator_improvement.py sha256=udvA_UrxdDTPUQBrBOAPxEf8Wywpe2T6LiRqBnCHfgs 9100
optuna/visualization/_timeline.py sha256=nNfq1CRooYYspkdeyVO_VX_qxdn_l7YtW-obNv4R104 6432
optuna/visualization/_utils.py sha256=nMBYilv-PzCbVo8y8M3rxx6bCsqyYUcj951_mNGIS74 6109
optuna/visualization/matplotlib/__init__.py sha256=aR67Kjbrgf9pVKIdOSgF0eFCZaX2_q0P3ZOgNesQsbA 1345
optuna/visualization/matplotlib/_contour.py sha256=S_HRpL1r47H1-vwrZHapm0COPZfeivbw0pT5bTOlPJw 13905
optuna/visualization/matplotlib/_edf.py sha256=s6UAXCwpRJnWFpr7rzAa5a4dy4L1DM19DUByoE46uDE 4068
optuna/visualization/matplotlib/_hypervolume_history.py sha256=4EADGU0asF9VF-BxLIpC0kEDbD6fL3sabHEt-d0sfJo 3275
optuna/visualization/matplotlib/_intermediate_values.py sha256=2YkCVLPaazAb-F9iThsIGDPvewvojtqKUwIDRIkqpX0 3222
optuna/visualization/matplotlib/_matplotlib_imports.py sha256=tBVq0Q4nIO9efMUc573xymxc70eMdm-u0UW5MZWHon8 1246
optuna/visualization/matplotlib/_optimization_history.py sha256=W22LfQMuiA84rFyXEmwlNqzbkFefUc8kz-NvAu3zd_U 6315
optuna/visualization/matplotlib/_parallel_coordinate.py sha256=q904hTIgOV9-UUsXULdLVEUf_B6hctSzhnqb28V3jNU 5303
optuna/visualization/matplotlib/_param_importances.py sha256=dh0Pc0jjlFqqshQCE8NdAayWe8jPFtNKTkU896_WxxM 5318
optuna/visualization/matplotlib/_pareto_front.py sha256=ndjKzfUgpSp24NssS959l1zy9tkRJhcD2EI1EO9xfgc 8584
optuna/visualization/matplotlib/_rank.py sha256=3s4m9S00h23ICLG1c0p-Ww9HTSWA2V-GBFQbu6LVoXc 5256
optuna/visualization/matplotlib/_slice.py sha256=BXJ_0d9rassMpHOBiZZaSmdhzllHHaZW0VN1xmIebbE 7091
optuna/visualization/matplotlib/_terminator_improvement.py sha256=3e4PY4rpU1i1HdMQGLyu4o156a-SRjczcRRB6K3Bszs 5872
optuna/visualization/matplotlib/_timeline.py sha256=9OXvBrgsQ3TTymuJSTi5eBo7tDrhOdZSHWy_seqlEmM 3854
optuna/visualization/matplotlib/_utils.py sha256=GYHNnndJGZvgdC9X_9hF9DNMw9SI8mIkUOSjthEc8AM 1836
optuna-3.6.1.dist-info/LICENSE sha256=-jMJc_u0-yAQUtz3-hpI1JvW5IBXhSVnd8d6Txugmic 3016
optuna-3.6.1.dist-info/METADATA sha256=9XN9x4pijx7xMBos_tpDDYj8yfq8SXGT2gvMTpkYbrg 17757
optuna-3.6.1.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
optuna-3.6.1.dist-info/entry_points.txt sha256=i5MGADFxNjo8QJ0Xr3ORbQoCkqDtdbDl14iAMvyKEKY 43
optuna-3.6.1.dist-info/top_level.txt sha256=73jmC2C4OrmzoK9xWdbD7Y7w2XtSkUF_tYwxRWxkAq8 7
optuna-3.6.1.dist-info/RECORD

top_level.txt

optuna

entry_points.txt

optuna = optuna.cli:main