-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: More constant symplification? #381
Comments
You likely just need to set |
But in general there will be some points when the expression has redundancies like this. The genetic algorithm should eventually simplify it based on a lower complexity. |
Also - we don't want to necessarily force simplified expressions. This is because mutations are single-step, so to get to |
It is already set to true |
Oh in the code you sent, it isn't set at all: julia> print(sr_model2.should_simplify)
nothing It will be set to false during the search based on the other parameters set. Maybe you meant |
(Is this ok to close? Or any issues with it?) |
Feature Request
log(162.43)
shouldn't uselog
at all (this increase the complexity of the expression unnecessarily)The text was updated successfully, but these errors were encountered: