Skip to content
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

Initializing weights #45

Merged
merged 17 commits into from
Aug 8, 2023
Merged

Initializing weights #45

merged 17 commits into from
Aug 8, 2023

Conversation

gAldeia
Copy link
Collaborator

@gAldeia gAldeia commented Aug 8, 2023

No description provided.

gAldeia added 17 commits July 25, 2023 10:16
avoid choosing fixed nodes in variation operations
Although there core dumps were not occuring, the different size
between X and y would crash the tests if we attempted to
do some operation that relies on these values.

I fixed this, as I'm starting to make search space initialize
weights (the tests were crashing for this exact reason)
Also fixed PTC2 generating programs twice as big as it should.
Now PTC2 takes into account that terminal nodes are weighted by
default, and discounts these nodes while expanding the tree.
@gAldeia gAldeia merged commit 6159a28 into mutation_trace Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant