Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
dme65 committed Aug 18, 2016
1 parent d140219 commit e00a2e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@
# SOT
This is an experimental repository for a C++11 implementation
This is a repository for a C++11 implementation
of the surrogate based optimization algorithms in
[https://github.com/dme65/pySOT](https://github.com/dme65/pySOT).
SOT is designed for global deterministic optimization of
Expand All @@ -26,7 +26,7 @@ expect the implementations to use these abstract classes
as base classes. This is an easy way to guarantee that the
necessary functionality exists.

SOT currently supports serial versions of the algorithms
SOT currently supports synchronous parallel versions of the algorithms
given in [1], [2], [3]. Paper [1] introduces the immensely
popular stochastic optimization algorithm SRBF. Paper
[2] introduces the DYCORS algorithm that is useful for
Expand Down

0 comments on commit e00a2e9

Please sign in to comment.