From 7059447dcd15630773b4ad5a8e1e50572217d776 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Sun, 19 Jan 2025 21:57:31 -0600 Subject: [PATCH] update readme for this branch --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed13b66..d2a573d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # HushGP A PushGP implementation in Haskell -This branch is meant to overhaul the system with the lens -library for more abstraction. +This branch is meant to to go one by one and finish implementing all of +the functions in the pyshgp list. + +https://erp12.github.io/pyshgp/html/core_instructions.html ## Tasks * [ ] Post minimal core of exec to haskell discourse for advice about speed optimization.