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

rewrite w/ multiple dispatch #36

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

rewrite w/ multiple dispatch #36

wants to merge 4 commits into from

Conversation

atharvas
Copy link
Collaborator

@atharvas atharvas commented Dec 25, 2024

Reimplementing key components of LaSR using multiple dispatch. The code compiles, but test coverage right now is basically 0.

[online test cases] (To be executed on github actions)

  • Add test cases to test LaSR integration (ie: use LaSROptions to execute SymbolicRegression.jl test cases).
  • Coverage for concept summarization.
  • Coverage for LLM crossover operator.
  • Coverage for all LLM mutation operators.
  • Coverage for concept evolution.
  • Expression printing and parsing homomorphism.
  • Prompt parsing test cases.

[offline test cases] (To be executed locally)

  • Test cases for LLM handshake
  • Test case for ensuring prompts are well-structured.

reimplementing key components of LaSR using multiple dispatch. The code compiles but test coverate right now is basically 0.
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