From a7ec46d89c8b411bef9707580f1b737a339c5002 Mon Sep 17 00:00:00 2001 From: Miles Cranmer Date: Mon, 31 Oct 2022 16:53:06 -0400 Subject: [PATCH] Add DynamicExpressions.jl, PySR to example packages (#444) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ced181ca1..0335de4a8 100644 --- a/README.md +++ b/README.md @@ -362,5 +362,7 @@ Similar approaches can be taken to make kernels working with a variety of numeri * [VectorizedStatistics.jl](https://github.com/JuliaSIMD/VectorizedStatistics.jl) * [NaNStatistics.jl](https://github.com/brenhinkeller/NaNStatistics.jl) * [VectorizedReduction.jl](https://github.com/andrewjradcliffe/VectorizedReduction.jl) +* [DynamicExpressions.jl](https://github.com/SymbolicML/SymbolicRegression.jl) +* [PySR](https://github.com/MilesCranmer/PySR) and [SymbolicRegression.jl](https://github.com/MilesCranmer/SymbolicRegression.jl) If you're using LoopVectorization, please feel free to file a PR adding yours to the list!