Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing core features #3

Open
12 of 14 tasks
bchretien opened this issue May 6, 2014 · 0 comments
Open
12 of 14 tasks

Missing core features #3

bchretien opened this issue May 6, 2014 · 0 comments

Comments

@bchretien
Copy link
Member

Some important features are currently missing:

  • get/set solver parameters (e.g. ipopt.output_file) (b2c2217)
  • access elements of solver result (04bf70a)
  • access warnings in result (05fe4ee)
  • finite differences support (fc04ea2)
  • iteration callback support (a3111c5)
  • Jacobian callback support (80480f9)
  • optimization logger support (95bf83c)
  • solver callback multiplexer support (93046db)
  • cached function support (0f82ad4)
  • storage order support (4fd71b3)
  • sparse function support
  • hessian computation

Known bugs:

  • differentiable functions printed as non differentiable (f2e93e9)
  • adding constraints leads to segv (8d6143d)

(complete this list as needed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant