João Rui Leal

Results 24 comments of João Rui Leal

I have not update CodeGen to deal with the changes in CppAD explicitly. However, it is already possible to do this in CppADCodeGen since you can specify which derivatives you...

I need to take a better look at the implementation in cppad. It might not be working the way I initially thought. Is there a complete example using parameters?

I started adapting CppADCodeGen to support CppAD parameters but it is quite an invasive change. It will take some time to get it right. I am currently adding an additional...

Started a new branch: [feature/parameters](https://github.com/joaoleal/CppADCodeGen/tree/feature/parameters) It is still work in progress and I might still make changes to the API but there is a test already working: [dynamic_with_params.cpp](https://github.com/joaoleal/CppADCodeGen/blob/feature/parameters/test/cppad/cg/model/dynamiclib/dynamic_with_params.cpp)

I still have some issues with the support for atomic functions. At the moment it is not possible to use parameters with adfun wrapped with an atomic functions. Brad has...

It suits my current needs but there is still a test failing related to custom Hessian sparsity patterns. Hopefully I will have some time during the Christmas holidays to solve...

I haven't completed the work on the branch yet. At the moment the way to use dynamic parameters in CppADCodeGen is to consider them as regular variables and to define...

You are correct. Do you have an example that would provide incorrect results?

CppadCodegen does not explicitly support Windows mainly because I don't really use it. Nevertheless, it would be great to have it working. Regarding your suggestions: 1. Simple change 2. Simple...

I've implemented the 3 items. Can you please check if you can compile it with VS 2015? What kind of features would you need in the dynamic library handling classes?...