Skip to content

Commit

Permalink
increased maxFEs for tests on leading ones
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasWeise committed Jun 13, 2024
1 parent cc2e996 commit 2978265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moptipy/tests/on_bitstrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def validate_algorithm_on_leadingones(
objective=LeadingOnes,
algorithm=algorithm,
dimension=i,
max_fes=int(1.25 * max_fes),
max_fes=int(1.4 * max_fes),
required_result=rr,
post=post)

Expand Down

0 comments on commit 2978265

Please sign in to comment.