From a6e07649915d8da15144cc64ac8369acc10b208e Mon Sep 17 00:00:00 2001 From: Pinchuk Maya Date: Tue, 5 Sep 2023 17:34:30 +0300 Subject: [PATCH] rewrite docstring --- fedot/api/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fedot/api/main.py b/fedot/api/main.py index 366d1b5703..3d81d02f22 100644 --- a/fedot/api/main.py +++ b/fedot/api/main.py @@ -163,6 +163,8 @@ class Fedot: NB! 'adaptive_mutation_type' and 'context_agent_type' can be specified with 'composer_tuner_params'. Both these params are a part of experimental functionality for adaptive evolution. + Adaptive evolution uses multi-armed bandits to choose most promising mutation at each iteration + of evolution cycle. The full range of context agents can be obtained in GOLEM: golem.core.optimizers.adaptive.context_agents """