Skip to content

Commit

Permalink
Update Stronginc3_example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LebedevIlyaG authored Feb 3, 2024
1 parent eeecfb7 commit e32b4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Stronginc3_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
problem = Stronginc3()

# Формируем параметры решателя
params = SolverParameters(r=2.5, eps=0.01, iters_limit=300)
params = SolverParameters(r=2.5, eps=0.01, iters_limit=500)

# Создаем решатель
solver = Solver(problem=problem, parameters=params)
Expand Down

0 comments on commit e32b4ee

Please sign in to comment.