Replies: 1 comment
-
The val2fun optimization is experimental. It is much easier to understand, but it take a lot of time to convert from and to a val_graph representation. I plan to make an optimizer that is simpler, like val_graph, but not slower. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The name of function is reset after
val2fun
but is unchanged if we do not useval_graph
optimization. Should the behavior be consistent across different optimization options?CppAD/include/cppad/local/val_graph/val2fun.hpp
Line 1000 in 7a81cb7
Beta Was this translation helpful? Give feedback.
All reactions