From 23a265339d76ea59ce92a8d9358fd82910f1bd5c Mon Sep 17 00:00:00 2001 From: Tilman Hinnerichs <32704542+THinnerichs@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:25:29 +0200 Subject: [PATCH] Update README.md for deprecation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9fdb217..7258885 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +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.