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

use unsafe_hash in Expression and GrammaticalExpression #29

Closed
nathimel opened this issue Feb 4, 2024 · 0 comments
Closed

use unsafe_hash in Expression and GrammaticalExpression #29

nathimel opened this issue Feb 4, 2024 · 0 comments
Assignees

Comments

@nathimel
Copy link
Collaborator

nathimel commented Feb 4, 2024

Both of these objects need to be both mutable and hashable.

Mutable because of mutations during genetic algorithm, and because of adding children in parsing.

Hashable: https://github.com/CLMBRs/ultk/blob/main/src/ultk/effcomm/agent.py#L30).

@nathimel nathimel self-assigned this Feb 4, 2024
@nathimel nathimel closed this as completed Feb 4, 2024
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

No branches or pull requests

1 participant