Skip to content

Commit 93d82ed

Browse files
authored
Update README.md
1 parent b31f4d0 commit 93d82ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Alternating Direction Method of Multiplier is framework for solving objecting fu
66

77
ADMM works in two steps
88

9-
1. Divie
10-
a. Break down original problem into small problems
11-
b. Distribute these small problem to <N> processors / computing resources
9+
1. Divide <br>
10+
a. Break down original problem into small problems <br>
11+
b. Distribute these small problem to <N> processors / computing resources <br>
1212
c. Every processor solves the smaller problem
13-
2. Conquer
14-
a. Combine solution from <N> processors into one
13+
2. Conquer <br>
14+
a. Combine solution from \<N\> processors into one
1515

1616

1717
## Our work

0 commit comments

Comments
 (0)