Research Article

Recovery and Resource Allocation Strategies to Maximize Mobile Network Survivability by Using Game Theories and Optimization Techniques

Algorithm 1

The algorithm of the gradient method.
Step 1. an initial point
Step 2. Determine a positive or negative direction
Step 3. Determine a step size
Step 4. Do {
    Find the most impact of all dimensions
    Move a step of the most of all dimensions
    Update an initial point
    } While (a Given Stop Criterion)