Skip to content

Commit 5eaf9d1

Browse files
committed
fix typo in documentation
1 parent 74342da commit 5eaf9d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ A package for Multiple-criteria decision-making techniques in Julia.
33

44
## The problem
55

6-
Suppose a decision process has n alternatives and m criteria which are either to be maximized or minimized. Each single criterion has a weight _0 ≤ wᵢ ≤ 1_ where sum of _wᵢ_ is 1. _fᵢ_ is either maximum or minimum. _gⱼ(.)_ is the evolution function and it is choosen as _gⱼ(x) = x_ in many methods. A multiple criteria decision problem can be represented using the decision table
6+
Suppose a decision process has n alternatives and m criteria which are either to be maximized or minimized. Each single criterion has a weight _0 ≤ wᵢ ≤ 1_ where sum of _wᵢ_ is 1. _fᵢ_ is either maximum or minimum. _gⱼ(.)_ is the evolution function and it is chosen as _gⱼ(x) = x_ in many methods. A multiple criteria decision problem can be represented using the decision table
77

88
![](images/generalformula.png)
99

0 commit comments

Comments
 (0)