Skip to content

Commit

Permalink
rewrite docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
maypink committed Nov 30, 2023
1 parent cf13e7b commit 70de59f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions fedot/api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,8 @@ class Fedot:
<https://github.com/aimclub/FEDOT/blob/master/examples/advanced/fedot_based_solutions/external_optimizer.py>`_
NB! 'adaptive_mutation_type' and 'context_agent_type' can be specified with 'composer_tuner_params'.
With default 'adaptive_mutation_type' context agent is not used, however, when 'adaptive_mutation_type'
is specified as not a default one be careful choosing 'context_agent_type'
since the default one is only considering the number of nodes in graph.
The full range of context agents can be obtained here: golem.core.optimizers.adaptive.context_agents
Both these params are a part of experimental functionality for adaptive evolution.
The full range of context agents can be obtained in GOLEM: golem.core.optimizers.adaptive.context_agents
"""

def __init__(self,
Expand Down

0 comments on commit 70de59f

Please sign in to comment.