iOpt

View on PyPIReverse Dependencies (1)

0.4.0 iOpt-0.4.0-py3-none-any.whl

Wheel Details

Project: iOpt
Version: 0.4.0
Filename: iOpt-0.4.0-py3-none-any.whl
Download: [link]
Size: 404570
MD5: 16cfa5325485ee25fdd4a107fe9e0f43
SHA256: 7af9a21dec3bd9c37ffd409a99053717db2186fbf1c7292dd75173223b6dc706
Uploaded: 2024-03-22 16:23:14 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: iOpt
Version: 0.4.0
Summary: Framework for automatically tuning hyperparameter values for mathematical models, AI and ML.
Author: UNN Team
Home-Page: https://github.com/aimclub/iOpt
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Requires-Dist: numpy (>=1.19)
Requires-Dist: depq
Requires-Dist: cycler
Requires-Dist: kiwisolver
Requires-Dist: matplotlib (>=3.3.2)
Requires-Dist: scikit-learn
Requires-Dist: sphinx-rtd-theme
Requires-Dist: readthedocs-sphinx-search
Requires-Dist: sphinxcontrib-details-directive
Requires-Dist: autodocsumm
Requires-Dist: pathos
Requires-Dist: multiprocess
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 6882 characters]

WHEEL

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

RECORD

Path Digest Size
examples/Genetic_algorithm/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/Genetic_algorithm/TSP/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/Genetic_algorithm/TSP/_1D/Example_GA_TSP_Vary_Mutation.py sha256=RnudKG42VXl8YroJIcK0_MbbDAvBQhCNG7UtV6u4XQw 1697
examples/Genetic_algorithm/TSP/_1D/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/Genetic_algorithm/TSP/_1D/Problems/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/Genetic_algorithm/TSP/_1D/Problems/ga_tsp_vary_mutation.py sha256=u3wqVeRIN2gVneeBCFu9E-ce4Fh4SZwjPc7YE_oOkGE 3579
examples/Genetic_algorithm/TSP/_2D/Example_GA_TSP_Vary_Mutation_Population_Size.py sha256=DIS1r90YE63Ucl74kvRdE-cADYksRUBr2zUkC72H-I0 1853
examples/Genetic_algorithm/TSP/_2D/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/Genetic_algorithm/TSP/_2D/Problems/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/Genetic_algorithm/TSP/_2D/Problems/ga_tsp_2d.py sha256=9AnJc26xx3pZhvQPueR5qm-v2ZVprZzDId_XfIGzsqY 4613
examples/Machine_learning/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/Machine_learning/SVC/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/Machine_learning/SVC/_1D/Example_SVC_Fixed_kernel_coefficient.py sha256=D37YymMB04O7LKvyBgPBEn624raRGRP1EKvhoA6PSKw 1525
examples/Machine_learning/SVC/_1D/Example_SVC_Fixed_regularization.py sha256=Sor2l--nWr9gdncRlR_hnMcqRxauqaj8VRQ-7adnFDI 1565
examples/Machine_learning/SVC/_1D/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/Machine_learning/SVC/_1D/Problems/SVC_Fixed_Kernel.py sha256=iFI7WA1Uqs_NyRe1tHV0dl32aq2NVB82cKEuDIRGzo0 3058
examples/Machine_learning/SVC/_1D/Problems/SVC_Fixed_Regularization.py sha256=E3kgzmWK9DUQK4g-nHT7UhDpPNou4zkpIli8ofVC9jM 3134
examples/Machine_learning/SVC/_1D/Problems/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/Machine_learning/SVC/_2D/Example_2D_SVC.py sha256=0peAj53aoJ9aKgIMigYltm8qvyFe5joibLQ4rzALGPU 1485
examples/Machine_learning/SVC/_2D/Example_2D_SVC_Industrial.py sha256=AEuBvq4VY5xxnezC0hITffFG65NUr9g26CpJxW3JXDo 1573
examples/Machine_learning/SVC/_2D/Example_SVC_2D_Transformators_State.py sha256=FKndnlmaKe-HIAeRy3SqRXR_Bw-7udd9JzL0M5lSuCM 3181
examples/Machine_learning/SVC/_2D/Example_SVC_Float_Discrete.py sha256=hFZv8Qaj-6MHCnS_Yexv-G6FamNApObPZeSgxMvDUAs 1243
examples/Machine_learning/SVC/_2D/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/Machine_learning/SVC/_2D/Problems/SVC_2D_Float_Discrete.py sha256=DuScf3oJmedPHxiynpTA-YWLnevQ8XrPqgaZ8rH64PY 3061
examples/Machine_learning/SVC/_2D/Problems/SVC_2D_Transformators_State.py sha256=48f621Rfzi6FjVb_lN4chdwuoDPPwW4zc5ylWid5VZ8 3181
examples/Machine_learning/SVC/_2D/Problems/SVC_2d.py sha256=WGbj9TRqeUb5jn1TMzlrVMDS90KT_gi4egMlzgkK6TU 3091
examples/Machine_learning/SVC/_2D/Problems/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/Machine_learning/SVC/_3D/Example_SVC_Discrete_Param.py sha256=rtA6nqoByXfcoh5405YV362TTzN5xWzr7dAJ7ulIMpk 1385
examples/Machine_learning/SVC/_3D/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/Machine_learning/SVC/_3D/Problem/SVC_3D.py sha256=Kj5mgidSXhqiWIuOaS3XBc5AM_wQXQoZIPDs3RKaY2I 3397
examples/Machine_learning/SVC/_3D/Problem/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/Machine_learning/XGBoostRegression/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/Machine_learning/XGBoostRegression/_2D/Example_XGBR_2D_Gasturbine.py sha256=zEUrFERhYxBxzlSItxXoWpuoRNUkJMTXP-6Mjaj2Hfk 1883
examples/Machine_learning/XGBoostRegression/_2D/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/Machine_learning/XGBoostRegression/_2D/Problems/XGBR_2D_Gasturbine.py sha256=tva3rYKxVMTzrVU_OPYG6cx9fkd08yyF3_48JKUNS0A 3280
examples/Machine_learning/XGBoostRegression/_2D/Problems/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/Machine_learning/XGBoostRegression/_3D/Example_XGBR_3D_Gasturbine.py sha256=InIV99UdGudbj4v9sIOgumKU-HNDbWMuufxGHoVsl64 1693
examples/Machine_learning/XGBoostRegression/_3D/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/Machine_learning/XGBoostRegression/_3D/Problems/XGB_3D.py sha256=PWNIiRzvL0NFCvyQgg9_kvlRag8OiJJGdhijWsNh5iE 3614
examples/Machine_learning/XGBoostRegression/_3D/Problems/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/console_output/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/console_output/example_custom_output.py sha256=AGfuBzEt3D-N9pNi_s3BAEKHA4I3UW1KC_HiBNuhfPI 608
examples/console_output/example_full_output.py sha256=pAkHvarhVmpGaSgn-7un-qEruxo6FHjfoaZUBqDbVCw 596
examples/console_output/example_only_result_output.py sha256=62iI5F3iyLSu_zvgKxoT-TVjfwe8GTnzJxOpdZEQz1w 597
examples/dynamic_painters/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/dynamic_painters/1D_examples/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/dynamic_painters/1D_examples/example_1D_with_objective_function.py sha256=2ET3Ic-fX_YhaeaR5BfbswfXOvkuIlq-8foRB-YjvbQ 621
examples/dynamic_painters/2D_examples/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/dynamic_painters/2D_examples/example_2D_with_level_lines.py sha256=-XhTBe6CnFECuwGJ6Qq2i2n1r5IR3YpFmfYeF9FtZXw 781
examples/static_painters/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/static_painters/1D_examples/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/static_painters/1D_examples/example_1D_with_approximation.py sha256=ZOkz3XMK5gaTdFJKFkyamcxnicHlVEvc4hxS4waeLUo 640
examples/static_painters/1D_examples/example_1D_with_interpolation.py sha256=n4acPhodUynC9KQZgXBFlhCBGPgYBNJOVbIXrg_FY8g 641
examples/static_painters/1D_examples/example_1D_with_objective_function_pointsInBottom_mode.py sha256=pKnjjwy7BFIA6JLwvQJWUB7lfJo-EB5dHHdFU3Sy9K8 640
examples/static_painters/1D_examples/example_1D_with_only_points.py sha256=ESB_WgoHh9uIVHhN6AsClcDDAuVKTL7reku03qc4lUI 638
examples/static_painters/2D_examples/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/static_painters/2D_examples/example_2D_with_1-dimension_section.py sha256=ZWuv2MqeHZaOXNmHcd7RUITe5fEaD_PMcSz0jbOM8GM 777
examples/static_painters/2D_examples/example_2D_with_approximation.py sha256=_3sCN0EgdJEa6j4GFGWhKQH2bIy67stYo2m7CPTBGlI 668
examples/static_painters/2D_examples/example_2D_with_interpolation.py sha256=GMTabwzkjQyvwpuvCQeIsO8gOUfk5MPn-dzhgj6bas8 668
examples/static_painters/2D_examples/example_2D_with_level_lines.py sha256=MJzxDKovIEKdsgf4aQ7_0xwIqhLbyAxbT7_lfaV9TNo 640
examples/static_painters/2D_examples/example_2D_with_level_lines_by_interpolation.py sha256=rAdWi936laW03o5SyAT51PW2e5U0YOuw--3zW352FO8 672
iOpt/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
iOpt/problem.py sha256=jccEpKCL4lQ09jKDVMlalfltDGkSQH1-k7iXvmIMGaw 1475
iOpt/solution.py sha256=47lpAcFkMakMUn8UbFao0tlx98qhuOT1ae3WnzHMFZ8 1283
iOpt/solver.py sha256=pkHQ2gLb2rd9jiiJzO7Pz8RsAQi8q203PYsLaJTNRG0 10478
iOpt/solver_parametrs.py sha256=bwxsysEmKOyCgatKT_A2OlEsYu0KMt6EFK29F7cQ5aY 3385
iOpt/trial.py sha256=DkSjU0Be5c7hcEtyWiCNGH_Bm-uEnuRVWHfxH60SIKA 917
iOpt/evolvent/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
iOpt/evolvent/evolvent.py sha256=8-e3Ul8gywyqf8B5kQ1IVeoYQK_uKtZ5els-JIjvOUk 11300
iOpt/method/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
iOpt/method/async_calculator.py sha256=_Dov351WjS7eJeYHI7nbU7qSfedqeNLWyI13FXtvdFQ 3266
iOpt/method/async_parallel_process.py sha256=NuYr9IPPYq_Md4NnUSnsXACIZiESmy66SbAcyOirmr4 3421
iOpt/method/calculator.py sha256=VjAzDRwEkhqywrWIPbEk1bZWHHgXWmpsK9Fnn4h-euk 2967
iOpt/method/grid_search_method.py sha256=B9tTI5eI6cwO7qrHdETfruCu7si8wLoHxuB0Neb2BCA 3643
iOpt/method/icriterion_evaluate_method.py sha256=Sk5ErBklG6ryfFV7O9v4J8V7Bd183T2UxqqBsBSGCK4 360
iOpt/method/index_method.py sha256=pDZxSWo8ET4Z6nahPnyv4sVraYRMqGbqcDv3jbPEtps 7068
iOpt/method/index_method_calculator.py sha256=eJATd_pR8CsYtTt0L0zU6j81vtb1XMXTUVCsn-UGMAc 1937
iOpt/method/listener.py sha256=ztlg99cACJUUOwh8VdxQPbEkGo8HL7Nqp9P4Wsi4zAw 551
iOpt/method/local_optimizer.py sha256=zW340V_hX9dfTzIYz9tuIG6bfWGu6xhZZt3ULKYndQU 5944
iOpt/method/method.py sha256=hpBTw1iLvyFdQkLtnrkkr82J1bcDnmkk1C2Wmr11ot0 15466
iOpt/method/mixed_integer_method.py sha256=T7XIaeOVsBbC-YNDhksu9vbDW5AxrCxX1aM9IlgeDzA 13225
iOpt/method/optim_task.py sha256=mRikXpA1m_vAm1QOzVJwA2mSOoBlBaDHDMLQCK1DSwI 1568
iOpt/method/parallel_process.py sha256=a1C7PIxlIwvcRb6FyNsw88n34dZrsqEMq2sXjGnc2gU 3217
iOpt/method/process.py sha256=0LOJBDfaUCykRbQU0twaqcpqv_7f24cUVPI2zqPva8k 9225
iOpt/method/search_data.py sha256=w2RwI_o2Wc2t24M0ZXYxU0CCThKFwjFx7wwgH_2O7wQ 23515
iOpt/method/sol_value.py sha256=6MrycJTWuwRXp6tYjCkf_K87tv_TazX4KSMSO8zyDuk 376
iOpt/method/solverFactory.py sha256=_nnwtbe94xwql-F5-3V4FMjuUFKWU7RROVuBh129tGU 3429
iOpt/output_system/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
iOpt/output_system/listeners/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
iOpt/output_system/listeners/animate_painters.py sha256=VO9AgwaZjhp20SA9W8X0m23PfDbhLQWGoQuEtJ6VP7s 4050
iOpt/output_system/listeners/console_outputers.py sha256=JFsE8N7GdNMwaeSflCPXuU8kYxhlNTRGsnbWKribiAQ 2022
iOpt/output_system/listeners/static_painters.py sha256=FBGKrCvLBk90-qYvthVxl9iUJzBMrx3-9P2mTToL0Ms 9393
iOpt/output_system/outputers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
iOpt/output_system/outputers/console_outputer.py sha256=IB9sDv7MTQbuMYUXT0g_FOjsdK6ESF4bke1NSKYp1x8 9713
iOpt/output_system/painters/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
iOpt/output_system/painters/animate_painters.py sha256=Zm3w_8qfekBjw7yLE9R6oIj2AwQeNVnvkiXFexB_5bA 5538
iOpt/output_system/painters/painter.py sha256=TBCtt36OCASvAEgHhuHO9fCNdBeEsIhbm7X7SZVVUL8 362
iOpt/output_system/painters/static_painters.py sha256=lfegRUqMzTz-L4tDPLjGOgJNC06JoLGFraQNUxt_zRs 13241
iOpt/output_system/painters/plotters/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
iOpt/output_system/painters/plotters/plotters.py sha256=sdna_B4lJHVJjXOResASoqhmV2WiA9AoXoa9eObcfWc 20339
iOpt/routine/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
iOpt/routine/timeout.py sha256=k_GtQVpvvxR4R-HvOzvV4lrsXUWYCcMmaND9M6-EhKs 843
problems/Floudas.py sha256=ZwrBUFtBNW04QA5wciqlE2Gj4rv7sF58CRooKSf_hwA 3262
problems/GKLS.py sha256=KqbvQ6Fv7K15fXW0MAUyPUR1Om9lRi3I35TiagPn90k 2907
problems/Pern.py sha256=iJUfcpacXPOS2R6ZyoG-0Ulc6lhCn0uZQbk-Vp8DaD0 3174
problems/Synthes.py sha256=tf-TaKXFfWX6v7qus0fNu3mm-yIbuxaVKhVpYogZYOg 3948
problems/Yuan.py sha256=KcUzd_wm0nsntrcBxuTrZV_64khfHHLWg44W2Z5UWQc 4151
problems/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
problems/ex1222.py sha256=fRQB2xf_2zwUZUbHnS40vQCfK9NhVOD0MH8Lb1nNJ5g 3248
problems/g2c.py sha256=NpNB5EWWm3cCbbspUkXIC00cdz_nC4T3rxY_WhJHsHY 2487
problems/g8c.py sha256=oyJ3lHOknHQO9fbjwN1k5Aj9BvnGO7nb7kBhK-uXzLo 2421
problems/gbd.py sha256=OsRRrwllaGfJ-d8mIL3XG0oHHMRqD0BLtIXXchWvAOo 3301
problems/grishagin.py sha256=0PgWHfU6-9sZMCLzfe0KIGnzQiGI-iHNF7_QLQVxXTg 2832
problems/hill.py sha256=dgtg7zrCnKXaKVT_RfDzx6XrN6YP_ISdRYlCgpXeSb8 2812
problems/nvs21.py sha256=Jwsaw4mCUSEa2j0-0VkT8CHKs1A9_pEMLiwxtFomxB4 3071
problems/p1.py sha256=ntWdXpk2Tnc7Xnqc-p9tZRL-CSZI2oTb-GKhwkkZIdg 2916
problems/p2.py sha256=j4dzbxxkEVvVZRsBUF2IYjdqPqv8qZRBOSrmkh0Rhxw 2852
problems/p7.py sha256=XbNLVVLb9mRAOUI0Npa1r5RylNDhdr82mgmaJcZlfrE 3455
problems/rastrigin.py sha256=-3Iv8LJQn4LXF5VZ_fp4IDX2FdHCZvq0PGOfJ3iblTY 2487
problems/rastriginInt.py sha256=Zz51LPgDduXCdWKY3V4Z9oYF31mO2uBTPKhzdfWNTjs 5272
problems/rastrigin_hidden_constraint.py sha256=8yr4CnZHqUmH8I5-GjGb1ZIxFWmXzQGrddA-8uIwXnU 2825
problems/rastrigin_int_hidden_constraint.py sha256=06nbjFccY3WI1r_kD8BD0_Pc55AwBxJ0nyhJKvIUvho 5589
problems/romeijn1c.py sha256=k7ktDRyricsVHdV1I2iMeQLFDkhg5-3Sm-WCM2wUuok 2236
problems/romeijn2c.py sha256=rJKA9ECQAvG0nMp2o4Xz_L8iD5BTbtSRcH3hwZCSuDE 2756
problems/romeijn3c.py sha256=QIVJkKGrTginIWrFh0ATGAOGFdfLUuIi6uRbz9q1K48 2797
problems/romeijn5c.py sha256=Jwt2GmHztg1g3Q3gMrAFbHH8j-D6S55DckfWyiaZ56g 2484
problems/shekel.py sha256=_cGdp79Ls2V-eOE_BwCSrdcSbXAIUgkptySon719AyY 2839
problems/shekel4.py sha256=bGDvD4Q39Aq_buz6eCIEbQRpZg72EmTKfFk5VYCe3t0 2834
problems/stronginc2.py sha256=SiwAPjp1iaMugD6Wc1P-fjDecj-YWgZZarswBNXtujc 2788
problems/stronginc3.py sha256=Y4Ae2KWxHdwldsQNjafTTjUyturFgNBYeCIjkUOPAII 3001
problems/stronginc5.py sha256=2Bc8lI9hNwx3CD5Zmu_spXrUfo59M91ehniESKmj1Ks 3261
problems/xsquared.py sha256=GThCUXg5BwhMlcZXGcPF9geySZiAFPFCPTzLM1pi3OM 2087
problems/GKLS_function/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
problems/GKLS_function/gkls_function.py sha256=o8ZztbNFaxDtVNocJDZDlu_PNDIxYFG7OOrfWfcFBmo 34129
problems/GKLS_function/gkls_random.py sha256=kk-KB7qneWYf2bQA5eOCvbLaIqvesn94tYcSnv94mZ0 5230
problems/Hill/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
problems/Hill/hill_generation.py sha256=ehNMrUVo0RF84TA-o4NyHtJNb1XMMAxPL9fD4KUd2f4 418174
problems/Shekel/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
problems/Shekel/shekel_generation.py sha256=f81fND138FcAA5QDfsddBBrOrx2WjJRop8WzwazDTb4 355176
problems/Shekel4/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
problems/Shekel4/shekel4_generation.py sha256=VKeVfQ2sKt5WdUR-V7suM5ZhDq7jqC8j63e50yIEva8 407
problems/grishagin_function/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
problems/grishagin_function/grishagin_function.py sha256=LrTkDayq4FJHrTpOJkgKnAjMrsK3nqiiGKwcyBgqm9Q 3968
problems/grishagin_function/grishagin_generation.py sha256=MmTaQs-T7MGeHfNa2wO-n1J4Dj1bH7PN8VpW_WOP4iU 6176
iOpt-0.4.0.dist-info/LICENSE sha256=DPvbPvMbbVvhFrtA-2hB2VcibSeTYhNwwvNU8K1CLc0 1543
iOpt-0.4.0.dist-info/METADATA sha256=HQ_2rrF3_7YpMfh-i0c8D0yNHRaVy4hH3fOGe01L8Zc 7700
iOpt-0.4.0.dist-info/WHEEL sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo 92
iOpt-0.4.0.dist-info/top_level.txt sha256=qTbByE4kQ8CzJdAqN12BJxgHcLN1iQgfGfphuGm5fBw 23
iOpt-0.4.0.dist-info/RECORD

top_level.txt

examples
iOpt
problems