-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Description
I wonder why the max_iter argument no longer functions in inverse_kinematics.inverse_kinematic_optimization(). There is this line:
if max_iter is not None:
logs.logger.info("max_iter is not used anymore in the IK, using it as a parameter will raise an exception in the future")
Yet both optimisation functions have a max iterations argument:
scipy.optimize.minimize() has options={"maxiter":max_iter}
scipy.optimize.least_squares() has max_nfev=max_iter
It would be useful to have this feature again.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels