Результаты в отчёте

This commit is contained in:
2025-09-11 17:37:26 +03:00
parent b5873a7ba3
commit b6c9bf8e68
3 changed files with 248 additions and 10 deletions

View File

@@ -15,8 +15,8 @@ config = GARunConfig(
x_max=20.0,
fitness_func=target_function,
precision_digits=3,
pop_size=15,
pc=0.7,
pop_size=25,
pc=0.5,
pm=0.01,
max_generations=200,
seed=17,
@@ -26,12 +26,9 @@ config = GARunConfig(
1,
2,
3,
5,
7,
10,
25,
49,
99,
150,
199,
], # поколения для сохранения графиков
results_dir="results",
# variance_threshold=1e-6, # порог дисперсии для остановки