Custom loss functions and printout help #723
Unanswered
ccclalala123
asked this question in
Q&A
Replies: 1 comment
-
Hello @ccclalala123 |
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
-
I want to find three expressions for$f,g,z,h$ in the following equation, where $T_1,T_2,T_3,T_4,b$ are known 3*3 matrices:
(where the inputs$\alpha_1,\alpha_2,\alpha_3$ are one-dimensional and the outputs $b$ are multiple 3*3 matrices through operation)
How to print$f,g,z,h$ expressions? ($f,g,z,h$ are respectively $prediction1,prediction2,prediction3,prediction4$ in the following code)
I refer to this section : MilesCranmer/SymbolicRegression.jl#143 (comment)
Here's my loss function code:
In addition, I also tried the following method, but it will return an infinite loss:
Beta Was this translation helpful? Give feedback.
All reactions