Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kasyanovse committed Jul 28, 2023
1 parent 0ec915d commit 1cbc378
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def test_result_reproducing():
task_params=TsForecastingParams(forecast_length=test.idx.shape[0]),
seed=0,
timeout=2,
pop_size=2,
num_of_generations=2,
pop_size=50,
num_of_generations=5,
)
fedot.fit(train)

Expand Down

0 comments on commit 1cbc378

Please sign in to comment.