bioptim
bioptim copied to clipboard
More options in ipopt solverOptions
All the options should be implemented + a lot of the ones implemented are wrong. Example:
@property
def constr_viol_tol(self):
return self._tol
Should be
@property
def constr_viol_tol(self):
return self._constr_viol_tol
The complete list is here https://casadi.sourceforge.net/v1.9.0/api/html/dd/df1/classCasADi_1_1IpoptSolver.html
At least I repaired the bug. Still relevant if we want more options.
@Alpha2Shahiri
It's already done, including the name. If you're referring to other ID descriptions, could you please specify which ones you're talking about?
They are on the link provided.