Skip to content

Specific functional solutions #557

Discussion options

You must be logged in to vote

An update, in case it's useful for someone else:

First, for the nominal size of the outputs that I'm working with, a loss of 10000 or 1000 was too harsh. Smaller losses were key, and it actually gave PySR a useful indication on the best way of mutating the expression trees.

Second, penalising less and less as you go down the tree (be very strict with the first multiplication, a bit less strict with the factorisation of $f_1$ and the sum on the right child, etc) seems to be the correct way of proceeding! Recovering a known, relatively easy couple of functions $f_1$ and $f_2$, has been achieved, as several algebraically equivalent expressions are given in the hall of fome.

Now, the challeng…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by manuel-morales-a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
PySR PySR-related discussion SymbolicRegression.jl SymbolicRegression.jl-related discussion
1 participant