File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# MultiObjectiveAlgorithms.jl
4
4
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
+
5
8
MultiObjectiveAlgorithms.jl (MOA) is a collection of algorithms for
6
9
multi-objective optimization.
7
10
@@ -10,7 +13,7 @@ multi-objective optimization.
10
13
Install MOA using ` Pkg.add ` :
11
14
12
15
``` julia
13
- ] add MultiObjectiveAlgorithms
16
+ import Pkg; Pkg . add ( " MultiObjectiveAlgorithms" )
14
17
```
15
18
16
19
## Usage with JuMP
@@ -36,7 +39,9 @@ the choice of solution algorithm.
36
39
37
40
## Algorithm
38
41
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:
40
45
41
46
* ` MOA.EpsilonConstraint() `
42
47
* ` MOA.Hierarchical() `
You can’t perform that action at this time.
0 commit comments