Skip to content

Commit

Permalink
increased (but fixed) pop_sixe and max_gen to get answer without Trav…
Browse files Browse the repository at this point in the history
…is timeout
  • Loading branch information
wright committed Aug 27, 2020
1 parent da0f4a3 commit d5b8185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openmdao/drivers/tests/test_genetic_algorithm_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1234,8 +1234,8 @@ def test_distributed_obj(self):
prob.driver.options['run_parallel'] = True
prob.driver.options['procs_per_model'] = 2
prob.driver.options['bits'] = {'x': 16, 'y': 16} # use enough bits to get accurate answer
prob.driver.options['max_gen'] = 25
# prob.driver.options['pop_size'] = 25 # use default pop_size of 4x number of bits
prob.driver.options['max_gen'] = 30
prob.driver.options['pop_size'] = 150

prob.setup()
prob.run_driver()
Expand Down

0 comments on commit d5b8185

Please sign in to comment.