We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31f4d0 commit 93d82edCopy full SHA for 93d82ed
README.md
@@ -6,12 +6,12 @@ Alternating Direction Method of Multiplier is framework for solving objecting fu
6
7
ADMM works in two steps
8
9
- 1. Divie
10
- a. Break down original problem into small problems
11
- b. Distribute these small problem to <N> processors / computing resources
+ 1. Divide <br>
+ a. Break down original problem into small problems <br>
+ b. Distribute these small problem to <N> processors / computing resources <br>
12
c. Every processor solves the smaller problem
13
- 2. Conquer
14
- a. Combine solution from <N> processors into one
+ 2. Conquer <br>
+ a. Combine solution from \<N\> processors into one
15
16
17
## Our work
0 commit comments