Skip to content

Support callbacks in cyipopt.minimize_ipopt #290

@jameshammondpx

Description

@jameshammondpx

HI there,

Firstly, thank you for providing this awesome wrapper around IPOPT, the scipy interface makes it super easy to get up and running with quickly.

I can see that callbacks are not implemented yet for the scipy interface:

if method is None and callback is not None:
raise NotImplementedError('`callback` is not yet supported by Ipopt.`')

Looks like callbacks at the end of each step can be achieved using the intermediate method of the Problem class, so I'm interested to know:

  1. Why they weren't originally included in the scipy interface?
  2. If it's on the roadmap to implement?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions