6 Commits

4 changed files with 2114 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

794
lab_10/lab10.ipynb Normal file

File diff suppressed because one or more lines are too long

1296
lab_10/poetry.lock generated Normal file

File diff suppressed because it is too large Load Diff

24
lab_10/pyproject.toml Normal file
View File

@@ -0,0 +1,24 @@
[project]
name = "lab-10"
version = "0.1.0"
description = ""
authors = [
{name = "Никита Потапов",email = "ns.potapov@yandex.ru"}
]
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"deap (>=1.4.3,<2.0.0)",
"numpy (>=2.2.5,<3.0.0)",
"matplotlib (>=3.10.3,<4.0.0)"
]
[tool.poetry]
package-mode = false
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.5"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"