Skip to content

Commit

Permalink
further experiments with parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
IIaKyJIuH committed Jul 13, 2023
1 parent 4f78e35 commit e7cfe39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/quality/test_quality_improvement.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ def test_multiobjective_improvement():
metrics = [quality_metric_1, quality_metric_2]

timeout = 2
composer_params = dict(num_of_generations=5,
pop_size=5,
composer_params = dict(num_of_generations=10,
pop_size=4,
with_tuning=False,
preset='best_quality',
metric=metrics)
Expand Down

0 comments on commit e7cfe39

Please sign in to comment.