To invoke additional cost function #1117
Replies: 3 comments
-
|
Is it possible to build a fast surrogate model (approximation) of this external, expensive routine? That would be the easiest solution |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the quick answer. No, it involves the use of the expression in a ODE solver. The data is local, the consistency check non-local. |
Beta Was this translation helpful? Give feedback.
-
|
Could you train a neural ODE first, and then fit a symbolic expression to the fitted model (as a neural net)? Other than that I think the best approach is what you said - dump the expressions (you can use TensorBoardLogger for structured saving) and then manually evaluate them, and save the best ones. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to add a consistency check on the generated expressions. The problem is that this test is complex and time consuming (seconds), hence cannot be used as the regular loss function. Is it possible to
Beta Was this translation helpful? Give feedback.
All reactions