Skip to content

Herb-AI/HerbSearch.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codecov Build Status Dev-Docs

HerbSearch.jl

This package contains search procedure implementations for the Herb Program Synthesis framework.

For full documentation please see the Herb.jl documentation.

Getting started

For a quick tutorial on how to get started with using HerbSearch.jl have a look at our introductory tutorial or Advanced search procedures.

If you want to help developing this project, initialize the project with

julia --project=. -e 'using Pkg; Pkg.instantiate()'