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

Signal Temporal Logic #248

Closed
wants to merge 5 commits into from
Closed

Signal Temporal Logic #248

wants to merge 5 commits into from

Conversation

pcanelas
Copy link
Collaborator

This is work in progress in implementing for Online and Offline Learning of Signal Temporal Logic Specifications.

@pcanelas
Copy link
Collaborator Author

@alcides, I am getting the following error, any idea why? I believe that the all productions reach a terminal.

  File "/Users/pasantos/Desktop/git/code/GeneticEngine/geneticengine/representations/tree/initializations.py", line 99, in __init__
    self.validate()
    ~~~~~~~~~~~~~^^
  File "/Users/pasantos/Desktop/git/code/GeneticEngine/geneticengine/representations/tree/initializations.py", line 111, in validate
    raise GeneticEngineError(
    ...<2 lines>...
    )
geneticengine.exceptions.GeneticEngineError: Grammar's minimal tree depth is 1000000, which is the default tree depth.
                    It's highly like that there are nodes of your grammar than cannot reach any terminal.

@pcanelas pcanelas requested a review from alcides October 25, 2024 10:38
Copy link

codecov bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.10%. Comparing base (be9adcd) to head (6f0982c).
Report is 109 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #248      +/-   ##
==========================================
- Coverage   89.53%   89.10%   -0.43%     
==========================================
  Files          89       90       +1     
  Lines        4728     4717      -11     
==========================================
- Hits         4233     4203      -30     
- Misses        495      514      +19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alcides alcides closed this Oct 28, 2024
@alcides alcides deleted the stl branch October 28, 2024 19:22
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.

2 participants