Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rbalexan committed Mar 31, 2020
1 parent 41210a0 commit 08d1e68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,10 +1,10 @@
# BenchmarkFunctions.jl
A set of common benchmark functions for testing optimization algorithms in Julia

[![Build Status](https://travis-ci.com/rbalexan/BenchmarkFunctions.jl.svg?branch=master)](https://travis-ci.com/rbalexan/BenchmarkFunctions.jl)
[![Coverage Status](https://coveralls.io/repos/github/rbalexan/BenchmarkFunctions.jl/badge.svg?branch=master)](https://coveralls.io/github/rbalexan/BenchmarkFunctions.jl?branch=master)
[![Build Status](https://travis-ci.com/rbalexan/BenchmarkFunctions.jl.svg?branch=master&kill_cache=1)](https://travis-ci.com/rbalexan/BenchmarkFunctions.jl.svg?branch=master&kill_cache=1)
[![Coverage Status](https://coveralls.io/repos/github/rbalexan/BenchmarkFunctions.jl/badge.svg?branch=master&kill_cache=1)](https://coveralls.io/github/rbalexan/BenchmarkFunctions.jl?branch=master&kill_cache=1)

![Surface and contour plots of the Himmelblau function](https://github.com/rbalexan/BenchmarkFunctions.jl/blob/master/plots/2d_himmelblau.svg)
![Surface and contour plots of the Himmelblau function](https://github.com/rbalexan/BenchmarkFunctions.jl/blob/master/plots/2d_himmelblau.svg?kill_cache=1)

## Getting Started
To add the package, enter the following into the REPL:
Expand Down

0 comments on commit 08d1e68

Please sign in to comment.