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

Herb-AI/HerbEvaluation.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.