Herb-AI / HerbBenchmarks.jl

Benchmarks and problems for Herb.jl
https://herb-ai.github.io/
MIT License
1 stars 0 forks source link

Get program-grammar pairs #21

Open THinnerichs opened 8 months ago

THinnerichs commented 8 months ago

Right now, you can get all grammars and all problems of a module/benchmark. However, problems sometimes have specific grammars attached to them. Once a problem is loaded the information where the problem belonged is lost and may not be recovered.

THinnerichs commented 7 months ago

Some functionality is already in utils.jl, however the solution is messy and not quite julianized, and hence might need some rewrite