-
Notifications
You must be signed in to change notification settings - Fork 3
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
Metahandlers #65
Metahandlers #65
Conversation
eduardo-imadeira
commented
Apr 26, 2024
•
edited
Loading
edited
- hole refined type to metahandlers
- handle refined types during grammar nodes generation from ctx (break this down into smaller tasks):
- the grammar nodes of vars with refined types should extend to the grammar nodes that represent the base type of the refinement type and the grammar node that represent the refined type
- translation of aeon refined types to sympy, get the bounded intervals and convert them if possible to GeneticEngine Metahandlers
…enerate_class_components updated to work with refined types
@alcides the GA is failing due to this error:
Is it becasue of the usage of the unpacking operator |
Have you tried other python versions? Also, you can try and use the Union constructor, instead of the [] operator. |