Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We shall assign tasks in the order of: active, learner and standby. The assignment will be broken down into following steps:

LaTeX Formatting
\usepackage{algorithm,algorithmic}


Algorithm $incremental-rebalancing$

$$ 
 input Set of Tasks $T$,
	  Set of Instances $C$,
      Set of Workers W,

      Where each worker w contains:
		Set of active Tasks Ta,
		Set of standby Tasks Ts,
		owned by instance c
$$ x = 15 $$


Code Block
languagexml
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>



 

Assign active stateful tasks:

...