Skip to content

Question about the output of Hall of Frame #592

Answered by MilesCranmer
qizzhao asked this question in Q&A
Discussion options

You must be logged in to vote

Q1-3 => It's a bit hard to do this because of things like the fact that $x + 1.0$ and $x + 1.000000001$ are technically different expressions with perhaps identical losses. And also things like $x / 2.0$ compared to $x * 0.5$. So the thing done right now is that only the first expression to hit a particular (loss, complexity) threshold is taken for each complexity from 1 to maxsize. I confess I'm not really sure how to do otherwise – would you create some way of gauging diversity of expressions stored at each complexity.

Q4 => can you convert them to floating point numbers for this?

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@tlmakinen
Comment options

@qizzhao
Comment options

@MilesCranmer
Comment options

@tlmakinen
Comment options

@MilesCranmer
Comment options

Answer selected by qizzhao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants