Skip to content
Snippets Groups Projects
Commit e123b73a authored by rachelmoan's avatar rachelmoan
Browse files

remove setting ipopt.tol, only set acceptable_tol

parent 29c55cab
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ class MPC:
solver_options = {'ipopt.print_level': self.print_level,
'print_time': self.print_time,
'ipopt.tol': self.acceptable_tol,
# 'ipopt.tol': 1e-3,
'ipopt.acceptable_tol': self.acceptable_tol,
'ipopt.acceptable_iter': self.acceptable_iter}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment