Explain: Parallel Relaxation Algorithm.


     ·         The network operates as follows

        1.      A random unit is chosen.
        
        2.     If any of its neighbors are active, the unit computes the sum of the weights on the connections of those active neighbors.

        3.     If the sum is +ve, the unit becomes active. Otherwise, it becomes inactive.

        4.     Another random unit is chosen, and the process repeats until the network reaches a stable state.

No comments:

Post a Comment