Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Latest commit

 

History

History
8 lines (4 loc) · 449 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 449 Bytes

This package is deprecated and thus substituted by HerbInterpret.jl which holds the same functionality.

HerbEvaluation.jl

This package provides functionality for evaluating (candidate) programs in the Herb Program Synthesis framework. HerbEvaluation can handle arbitrary Julia expressions, but also arbitrary other interpretors for which an evaluation function is given.

For general usage please see the HerbExamples and our test suite.