Herb-AI / HerbBenchmarks.jl

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

Handle multiple problem sets #20

Open THinnerichs opened 6 months ago

THinnerichs commented 6 months ago

Some benchmarks have train and test data, like ARC, or data.jl and data_large.jl like DreamCoder. This information is lost once the module is loaded. It would be nice when one could handle these sets separately, e.g. train only on training problems and evaluate later on the test set.

THinnerichs commented 6 months ago