Lab2 половина отчёта

This commit is contained in:
2025-10-08 17:30:39 +03:00
parent 12276dc54c
commit c15867f027
15 changed files with 610 additions and 1 deletions

View File

@@ -17,7 +17,8 @@ config = GARunConfig(
pm=0.01,
minimize=True,
seed=17,
save_generations=[1, 2, 3, 5, 7, 10, 15, 20, 50, 100],
fitness_avg_threshold=0.05,
save_generations=[1, 2, 3, 5, 7, 10, 15],
)
result = genetic_algorithm(config)