From ad367916e5f2ae5e1b713e4f27aabea4b9bec416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Demetry=20Pas=D1=81al?= <45700689+PasaOpasen@users.noreply.github.com> Date: Wed, 13 Mar 2024 19:03:33 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad60afe..6ee59f6 100644 --- a/README.md +++ b/README.md @@ -320,7 +320,7 @@ import numpy as np # the only one required import from geneticalgorithm2 import geneticalgorithm2 as ga # for creating and running optimization model -from geneticalgorithm2 import Generation, AlgorithmParams, MiddleCallbackData # classes for comfortable parameters setting and getting +from geneticalgorithm2 import Generation, AlgorithmParams # classes for comfortable parameters setting and getting from geneticalgorithm2 import Crossover, Mutations, Selection # classes for specific mutation and crossover behavior