From db390a652451841af928b8bb997c4c2aefe32625 Mon Sep 17 00:00:00 2001 From: Taylor Date: Tue, 14 Jan 2025 11:38:16 -0600 Subject: [PATCH] readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1c52092..19a1a89 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ A PushGP implementation in Haskell ## Tasks -* [ ] Read this: https://arxiv.org/abs/2206.04561 * [ ] Do test-driven development on this one. * [ ] Write tests for every function. * [ ] tests/ are just copied from make-grade, need to write for this project.