Getting nicer symbolic representations #788
-
Hello! Thanks for the package.
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Oh you can get the variables names with using SymbolicRegression: get_variable_names
eq = equations[end]
vars = get_variable_names(eq) This is the “proper” generic way, but you can also just do eq.metadata.variable_names |
Beta Was this translation helpful? Give feedback.
-
Although, the |
Beta Was this translation helpful? Give feedback.
-
Ok should be fixed by this: SymbolicML/DynamicExpressions.jl#117 |
Beta Was this translation helpful? Give feedback.
Oh you can get the variables names with
This is the “proper” generic way, but you can also just do