Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp committed Feb 18, 2018
1 parent 29675ee commit 3e32214
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
@@ -1,12 +1,18 @@
# Surrogate-Assisted Interactive GA Recommender [![Build Status](https://travis-ci.org/philipp-altmann/ContinuousBenchmarkOptimizer.svg?branch=master)](https://travis-ci.org/philipp-altmann/ContinuousBenchmarkOptimizer) [![Coverage Status](https://coveralls.io/repos/github/philipp-altmann/ContinuousBenchmarkOptimizer/badge.svg?branch=master)](https://coveralls.io/github/philipp-altmann/ContinuousBenchmarkOptimizer?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/philipp-altmann/ContinuousBenchmarkOptimizer)](https://goreportcard.com/report/github.com/philipp-altmann/ContinuousBenchmarkOptimizer)
# Surrogate-Assisted Interactive GA Recommender
[![Build Status](https://travis-ci.org/philipp-altmann/SAGRS.svg?branch=master)](https://travis-ci.org/philipp-altmann/SAGRS) [![Coverage Status](https://coveralls.io/repos/github/philipp-altmann/ContinuousBenchmarkOptimizer/badge.svg?branch=master)](https://coveralls.io/github/philipp-altmann/ContinuousBenchmarkOptimizer?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/philipp-altmann/ContinuousBenchmarkOptimizer)](https://goreportcard.com/report/github.com/philipp-altmann/ContinuousBenchmarkOptimizer)

## Run Benchmarks
```$ go run main.go <mode> <specific> <approximation model> <objective>```
```$ go run main.go <mode> <specific> ```

**mode**: benchmark
**specific**: rates | convergence | suggestions
**approximation model**: RBF | LSM
**objective**: Bohachevsky | Ackley | Schwefel
**specific**: rates | suggestions | compare

### Evaluation Rate Testsuite
```$ go run main.go benchmark rates```

### Suggestions Testsuite
```$ go run main.go benchmark suggestions```

### Comparison Testsuite
comparing SAGRS to a Genetic Algorithm and a Random Search
```$ go run main.go benchmark suggestions```

0 comments on commit 3e32214

Please sign in to comment.