Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated the README to be the same as in the top level dir.
  • Loading branch information
JasperSnoek committed Oct 20, 2014
1 parent fca9006 commit 802ddb4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions spearmint/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
New code repository!
As you might have noticed, the development of this repository has been limited to maintenance and bug fixes for some time now. The reason is that there has been a collaborative effort to overhaul Spearmint into a new codebase. This includes both algorithmic/theoretical and engineering improvements. Check it out at https://github.com/HIPS/Spearmint. Note that the new repository is under a non-commercial license with a contributor license agreement. If you prefer not to agree to the license, you can freely use code here (though it is a bit older).

Spearmint
---------

Expand All @@ -13,6 +16,10 @@ name 'spearmint') in a manner that iteratively adjusts a number of
parameters so as to minimize some objective in as few runs as
possible.

Spearmint is the result of a collaboration primarily between machine learning researchers at [Harvard University](https://hips.seas.harvard.edu/) and the [University of Toronto](http://learning.cs.toronto.edu/).

**Soon you'll be able to do your optimization in the cloud with a more powerful, accessible and scalable tool. Sign up for the private beta at www.whetlab.com**

Dependencies
------------
This package requires:
Expand All @@ -34,9 +41,9 @@ Note that you should be able to install protocol-buffers from source without req

apt-get install python-protobuf
and on Mac with:
and on Mac (if you use homebrew) with:

pip install protobuf
brew install protobuf

Then from within the spearmint sub-directory run the command:

Expand Down

0 comments on commit 802ddb4

Please sign in to comment.