bioptim icon indicating copy to clipboard operation
bioptim copied to clipboard

More options in ipopt solverOptions

Open EveCharbie opened this issue 2 years ago • 4 comments

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

EveCharbie avatar Jun 30 '23 12:06 EveCharbie

At least I repaired the bug. Still relevant if we want more options.

Ipuch avatar Jul 06 '23 19:07 Ipuch

@Alpha2Shahiri

pariterre avatar Nov 08 '23 20:11 pariterre

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?

Alpha2Shahiri avatar Nov 09 '23 15:11 Alpha2Shahiri

They are on the link provided.

EveCharbie avatar Nov 09 '23 15:11 EveCharbie