Probe Implementation#5
Conversation
|
I added a prototypical implementation of Probe to Garden. I still have to write proper tests + docs. @ReubenJ I am overwriting some core functions of Herb, like |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5 +/- ##
==========================================
+ Coverage 74.62% 81.67% +7.05%
==========================================
Files 2 3 +1
Lines 67 131 +64
==========================================
+ Hits 50 107 +57
- Misses 17 24 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The way that we suggest people to use the garden doesn't require exports. `using Garden.Probe: probe` works whether `Probe` and `probe` are exported or not.
|
|
|
Ok, tests were broken because of the updates to imports/exports. Should be good now 🤞 |
Implementation of the method from "Just-in-time learning for bottom-up enumerative synthesis".
TODO:
derivation_heuristicaccordinglyPossible future work: