Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phrb committed Sep 6, 2015
1 parent cd1cd18 commit bb624b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
===
StochasticSearch.jl is a julia package that provides tools and optimization algorithms for implementing different Stochastic Local Search methods, such as Simulated Annealing and Tabu Search. The package offers a limited interface to [Optim.jl](https://github.com/JuliaOpt/Optim.jl). StochasticSearch.jl is an ongoing project, and will implement more optimization and local search algorithms. The API provides tools for implementing parallel and distributed program autotuners.

Currently, it's possible to optimize user-defined functions with a few Stochastic Local Search basic methods, that are composed by building blocks, also provided in the package. Evaluations of functions are made in parallel, and it's possible to instantiate multiple instances of a search technique that run on the same problem.
Currently, it's possible to optimize user-defined functions with a few Stochastic Local Search basic methods, that are composed by building blocks also provided in the package. Evaluations of functions are made in parallel, using `remotecall_fetch` and tasks, and it's possible to instantiate multiple instances of a search technique that run on the same problem.
### Installing
From the Julia REPL, run:
```jl
Expand Down

0 comments on commit bb624b2

Please sign in to comment.