Research Article

Pricing Resources in LTE Networks through Multiobjective Optimization

Algorithm 1

Pricing resources with profit and satisfaction optimization (PRPSO) algorithm.
Input:
: Profit function
: Utilization function
Output: Pareto front
// Initialization
; = random population;
// Main Loop
S1:
S2: = Nondominated_Fronts_Sort , where is the front set
S3: ;
S4: While ( ) Do
S5: Crowding_Distance_Sort
S6: Insert the first elements in the sorted into
S7: GenerateNewPouluation
S8: If ( < MAX_GEN) Then Else Return the Pareto front