From 0242b009b8ff774ebb552ea4c504aa15e21f4b57 Mon Sep 17 00:00:00 2001 From: Russell Jarvis <rjjarvis@asu.edu> Date: Sat, 18 Apr 2020 10:21:52 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9dbac9..a2b4bcd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # A Julia port of [NeuronUnitOpt](https://github.com/russelljjarvis/NeuronunitOpt) -This project glues together four repositories with the in order to optimise spiking neural [models evaluated in Julia](https://github.com/AStupidBear/SpikingNeuralNetworks.jl) optimized against experimental data via a [julia genetic algorith optimization](https://github.com/gsoleilhac/NSGAII.jl/). +A toolchain to optimise spiking neural [models evaluated in Julia](https://github.com/AStupidBear/SpikingNeuralNetworks.jl) against experimental data via a [genetic algorith optimization](https://github.com/gsoleilhac/NSGAII.jl/). [](https://travis-ci.org/russelljjarvis/SpikingNeuralNetworks.jl) -- GitLab