From 0f2346aff793cb94f62cffdfab5c8c62afe52bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Demetry=20Pas=D1=81al?= <45700689+PasaOpasen@users.noreply.github.com> Date: Tue, 14 May 2024 11:58:36 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d16eb09..96a303c 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Features of this package: * written on **pure python** * **extremely fast** -* **no hard dependencies** (only numpy primary, can work without matplotlib) +* **no hard dependencies** (only numpy primary) * **easy to run**: no need to perform long task-setup process * easy to logging, reach **support of flexible callbacks** * **many built-in plotting functions** @@ -529,7 +529,7 @@ Have a look at https://pasaopasen.github.io/geneticalgorithm2/geneticalgorithm2/ ### AlgorithmParams object -The parameters of GA is defined as a dictionary or `AlgorithmParams` object: https://pasaopasen.github.io/geneticalgorithm2/geneticalgorithm2/data_types/algorithm_params.html +The parameters of GA are defined as a dictionary or `AlgorithmParams` object: https://pasaopasen.github.io/geneticalgorithm2/geneticalgorithm2/data_types/algorithm_params.html To get the global default params use code: ```python