From 15bab94f2ba8a3cbc5a0b29cc3a37dfa0f1bb3a3 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Wed, 9 Feb 2011 23:57:19 +0100 Subject: Shark 2.3.2 SHARK is a modular C++ library for the design and optimization of adaptive systems. It provides methods for linear and nonlinear optimization, in particular evolutionary and gradient-based algorithms, kernel-based learning algorithms and neural networks, and various other machine learning techniques. SHARK serves as a toolbox to support real world applications as well as research in different domains of computational intelligence and machine learning. Signed-off-by: Adam Vandenberg --- Library/Formula/shark.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Library/Formula/shark.rb (limited to 'Library') diff --git a/Library/Formula/shark.rb b/Library/Formula/shark.rb new file mode 100644 index 000000000..b0195ad42 --- /dev/null +++ b/Library/Formula/shark.rb @@ -0,0 +1,15 @@ +require 'formula' + +class Shark