Skip to content

Commit bf8456f

Browse files
authored
Add coverage to README and fix typos (#34)
1 parent 1f5ef85 commit bf8456f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
# MultiObjectiveAlgorithms.jl
44

5+
[![Build Status](https://github.com/jump-dev/MultiObjectiveAlgorithms.jl/workflows/CI/badge.svg?branch=master)](https://github.com/jump-dev/MultiObjectiveAlgorithms.jl/actions?query=workflow%3ACI)
6+
[![codecov](https://codecov.io/gh/jump-dev/MultiObjectiveAlgorithms.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/jump-dev/MultiObjectiveAlgorithms.jl)
7+
58
MultiObjectiveAlgorithms.jl (MOA) is a collection of algorithms for
69
multi-objective optimization.
710

@@ -10,7 +13,7 @@ multi-objective optimization.
1013
Install MOA using `Pkg.add`:
1114

1215
```julia
13-
] add MultiObjectiveAlgorithms
16+
import Pkg; Pkg.add("MultiObjectiveAlgorithms")
1417
```
1518

1619
## Usage with JuMP
@@ -36,7 +39,9 @@ the choice of solution algorithm.
3639

3740
## Algorithm
3841

39-
There are a number of algorithms supported by the algorithms in MOA.
42+
Set the algorithm using the `MOA.Algorithm()` attribute.
43+
44+
The value must be one of the algorithms supported by MOA:
4045

4146
* `MOA.EpsilonConstraint()`
4247
* `MOA.Hierarchical()`

0 commit comments

Comments
 (0)