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

move second order code from matlab to c++ code #264

Open
FFroehlich opened this issue Feb 20, 2018 · 2 comments
Open

move second order code from matlab to c++ code #264

FFroehlich opened this issue Feb 20, 2018 · 2 comments
Labels
2nd order related to second order sensitivities c++ enhancement

Comments

@FFroehlich
Copy link
Member

one of the few remaining things that are currently only accessible in matlab, but not from c/c++.

@dweindl
Copy link
Member

dweindl commented Mar 10, 2018

As soon as this is done, reenable checks for sensitivities in second-order models (testfunctions.cpp verifyReturnDataSensitivities)

@paulstapor
Copy link
Contributor

As I'm browsing through these issues right now...
I am wondering every now and then how to best re-implement second order stuff (even if someone else should do it at some point...)
I'm not perfectly convinced that the old matlab-style-way of augmenting the ODE model is really what we want... Also when doing second order, many things from first order can be reused, I think.

Maybe there's a way of doing this with a minimal wrapping overhead and with really most things done in C++ directly...
Any ideas? Obviously not urgent, just wanted to discuss it... (I am waiting for the compiler right now anyway... :D )

@dweindl dweindl added the 2nd order related to second order sensitivities label Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2nd order related to second order sensitivities c++ enhancement
Projects
None yet
Development

No branches or pull requests

3 participants