CN111679907B - Cloud computing task scheduling method - Google Patents

Cloud computing task scheduling method Download PDF

Info

Publication number
CN111679907B
CN111679907B CN202010405264.0A CN202010405264A CN111679907B CN 111679907 B CN111679907 B CN 111679907B CN 202010405264 A CN202010405264 A CN 202010405264A CN 111679907 B CN111679907 B CN 111679907B
Authority
CN
China
Prior art keywords
cell population
cells
visibility
group
reflection
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010405264.0A
Other languages
Chinese (zh)
Other versions
CN111679907A (en
Inventor
伍卫国
王晓春
宋韦
张祥俊
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xian Jiaotong University
Original Assignee
Xian Jiaotong University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Xian Jiaotong University filed Critical Xian Jiaotong University
Priority to CN202010405264.0A priority Critical patent/CN111679907B/en
Publication of CN111679907A publication Critical patent/CN111679907A/en
Application granted granted Critical
Publication of CN111679907B publication Critical patent/CN111679907B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5083Techniques for rebalancing the load in a distributed system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/004Artificial life, i.e. computing arrangements simulating life
    • G06N3/006Artificial life, i.e. computing arrangements simulating life based on simulated virtual individual or collective life forms, e.g. social simulations or particle swarm optimisation [PSO]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention discloses a cloud computing task scheduling method, which comprises the steps of acquiring a merged cell population by adopting a reverse learning method, increasing the diversity of the cell population to ensure that the population can be effectively and uniformly distributed in an interval range, then carrying out iterative computation on the acquired merged cell population by utilizing a cuttlefish algorithm, searching cells in a new merged cell population space, increasing the probability of searching an optimal solution by the cells until the maximum iteration times are met to obtain an optimal scheduling scheme, and then distributing M sub-tasks which are independent and non-separable by utilizing the optimal scheduling scheme, thereby effectively reducing the defect of lacking the diversity of the cell population caused by the conventional method, increasing the diversity of the cell population, balancing the load and reducing the waiting time.

Description

Cloud computing task scheduling method
Technical Field
The invention relates to cloud computing low-energy-consumption task scheduling, in particular to a cloud computing task scheduling method.
Background
With the explosion development of the internet and the arrival of a big data era, the traditional network technology mode cannot meet the urgent requirements of users on rapid processing, storage, access and the like of mass data, and the cloud computing technology is produced. Cloud computing is in fact the development of grid computing, parallel computing, distributed computing, utility computing, or in other words the commercial implementation of these computing science concepts. A large number of computing resources, storage resources, service resources and the like are connected through a network to form a super resource pool, and then the resources are uniformly scheduled and managed according to the requirements of users. Cloud computing is used as a novel commercial service computing mode, IT service resources are provided by cloud service providers, and cloud users only need to pay according to needs without considering the building, management and maintenance of hardware infrastructure. The advent of the cloud computing era has brought about more opportunities and greater challenges to people.
One of the key technologies in cloud computing is task scheduling, which schedules M tasks to N virtual resource nodes. The rationality of scheduling not only directly influences the experience quality of a user on cloud services, but also relates to the commercial benefits of a cloud platform provider, determines the running performance of the whole cloud system, and is an important factor for healthy development of cloud computing. At present, more and more cloud computing task scheduling starts to use a heuristic method. The cuttlefish optimization algorithm is a novel heuristic optimization algorithm which was originally proposed by Adel Sabry Eesa in 2013. It is inspired by the color change mechanism of cuttlefish cells to find the optimal solution in the optimization problem. The conventional method for initializing the seed group uses random initialization, so that the uniform distribution of the initialization of the seed group in an interval range cannot be ensured, the optimization speed is low, the final optimization result is not ideal, and the solving precision is not high.
Disclosure of Invention
The invention aims to provide a cloud computing task scheduling method to solve the problems that the prior art cannot ensure that population initialization is uniformly distributed in an interval range, so that the optimization speed is slow and the final optimization result is not ideal.
In order to achieve the purpose, the invention adopts the following technical scheme:
a cloud computing task scheduling method comprises the following steps:
step 1), dividing a task to be processed into M sub-tasks which are independent and can not be re-divided;
step 2), acquiring a merged cell population by adopting a reverse learning method, and then performing iterative computation on the acquired merged cell population by utilizing a cuttlefish algorithm until the maximum iteration times are met or a cost function meets the condition, so that an optimal scheduling scheme can be obtained;
and 3) scheduling the M subtasks according to the optimal scheduling scheme obtained in the step 2).
Further, the step 2) of obtaining the initialization cell population by using a reverse learning method specifically comprises the following steps:
step 2.1), randomly generating an initial cell population x with the size of NP;
and 2.2) generating a reverse cell population by adopting a reverse learning method according to the initialized cell population x generated randomly, and combining the initialized cell population x and the reverse cell population to form a combined cell population with the size of 2 NP.
Further, the diversity of cell population is increased by using a reverse learning strategy, and x = (x) 1 ,x 2 ,x 3 ,....x D ) One point (feasible solution) in the D-dimensional space; x is the number of j Belongs to [ a j ,b j ]Wherein j belongs to (1,2,3.. D); [ a ] A j ,b j ]Is x j Is bounded by an upper and lower bound, i.e. x j The search range of (2); generation of a reverse cell population using a reverse learning approach
Figure BDA0002491023970000021
Comprises the following steps: />
Figure BDA0002491023970000022
The solution space of the initialization cell population x and the solution space of the reverse cell population are combined into one to form a combined cell population.
Further, the cost function is used for calculating the cost of all cells in the combined cell population, and the cell with the minimum cost is taken as the global optimal solution S best Sorting the costs of all cells in the combined cell population from small to large, and taking the first NP cells to form a search cell population;
randomly dividing the search cell population into G (1) 、G (2) 、G (3) 、G (4) And 4 groups of collaborative search are carried out, each group is iteratively solved corresponding to different reflection and visibility processes until the maximum iteration times gmax is reached or the cost function meets the condition, and the optimal solution can be obtained.
Further, for G (1) The two processes of cell in the group, which are visible after reflection, are as follows: reflection j =R*G i,j (1)
Figure BDA0002491023970000031
R=random()*(r 1 -r 2 )+r 2 ,V=random()*(v 1 -v 2 )+v 2
In the formula: j = {1,2,3.. D } represents a D-dimensional problem; r is the degree of reflection; v is the degree of visibility;
Figure BDA0002491023970000032
is G (1) (ii) a solution in dimension j for the ith cell in the group; random () generates a random number on (0,1); r is a radical of hydrogen 1 、r 2 Constants that limit the cell expansion interval, respectively; v. of 1 、v 2 Constants that limit the degree of visibility, respectively; at G (1) And medium V is set to 1.
Further, for G (2) The cells in the group, both in reflection and visibility, are represented as follows:
Figure BDA0002491023970000033
V=random()*(v 1 -v 2 )+v 2
in the formula
Figure BDA0002491023970000034
Is G (2) Solution in dimension j of the ith cell in the group, at G (2) Where R is 1,v 1 、v 2 Respectively, constants that limit the degree of visibility.
Further, for G (3) The cells in the group, both reflex and visibility processes are represented as follows: reflection j =R*G i,j (3)
Figure BDA0002491023970000035
V=random()*(v 1 -v 2 )+v 2
In the formula
Figure BDA0002491023970000036
Is->
Figure BDA0002491023970000037
Average value of (1) in G (3) Where R is 1,v 1 、v 2 Respectively, constants that limit the degree of visibility.
Further, for G (4) Cells in the group randomly seek new solutions within the search range; namely:
Figure BDA0002491023970000041
in the formula (II)>
Figure BDA0002491023970000042
Is G (4) Randomly searching the new solution on the j dimension by the cells in the group; />
Figure BDA0002491023970000043
Respectively, the upper and lower bounds of the search range in the jth dimension.
Further, the optimal scheduling scheme output in the step 2) is used as a cloud computing task scheduling strategy, and task scheduling is executed to schedule the M tasks to the N virtual resource nodes.
Compared with the prior art, the invention has the following beneficial technical effects:
the invention relates to a cloud computing task scheduling method, which adopts a reverse learning method to obtain a merged cell population, increases the diversity of the cell population so as to ensure that the population can be effectively and uniformly distributed in an interval range, then utilizes a cuttlefish algorithm to carry out iterative computation on the obtained merged cell population so as to enable cells to be searched in a new merged cell population space, increases the probability of searching an optimal solution by the cells until the maximum iteration times are met to obtain an optimal scheduling scheme, and then utilizes the optimal scheduling scheme to distribute M sub-tasks which are independent and non-separable, thereby effectively reducing the defect of lacking the diversity of the cell population caused by the existing method, increasing the diversity of the cell population, balancing the load and reducing the waiting time.
Furthermore, the population number is divided into four groups by adopting a cuttlefish algorithm, each group works independently to share the respective optimal solution, the searching speed is high, and the convergence time is short.
Drawings
FIG. 1 is a flow chart of an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail below with reference to the accompanying drawings and embodiments. It is to be understood that the specific embodiments described herein are merely illustrative of the basic idea of the invention and do not limit the invention. Other advantages and effects of the present invention will be apparent to those skilled in the art from the description of the present specification. The invention is capable of other and different embodiments and of being practiced or of being carried out in various ways, and its several details are capable of modification in various respects, all without departing from the spirit and scope of the present invention.
As shown in fig. 1, a cloud computing task scheduling method includes the following steps:
step 1), dividing a task to be processed into M sub-tasks which are independent and can not be divided;
step 2), acquiring a merged cell population by adopting a reverse learning method, and then performing iterative computation on the acquired merged cell population by utilizing a cuttlefish algorithm until the maximum iteration times are met to obtain an optimal scheduling scheme;
the step 2) of obtaining the initialized cell population by adopting a reverse learning method specifically comprises the following steps:
step 2.1), randomly generating an initial cell population x of size NP, with a constant limiting the cell expansion interval r 1 ,r 2 (ii) a Let the constant of the degree of visibility be v 1 ,v 2 (ii) a The maximum number of iterations gmax;
step 2.2), generating a reverse cell population by adopting a reverse learning method according to the initialized cell population x generated randomly, and combining the initialized cell population x and the reverse cell population to form a combined cell population with the size of 2 NP; increasing the diversity of the cell population;
specifically, the diversity of cell population is increased by using a reverse learning strategy, and x = (x) 1 ,x 2 ,x 3 ,....x D ) One point (feasible solution) in the D-dimensional space; x is a radical of a fluorine atom j Belongs to [ a j ,b j ]Wherein j belongs to (1,2,3.. D); [ a ] A j ,b j ]Is x j Is at an upper and lower bound, i.e. x j The search range of (2); reverse cell population generation using reverse learning method
Figure BDA0002491023970000051
Comprises the following steps: />
Figure BDA0002491023970000052
Combining the solution space of the initialized cell population x and the solution space of the reverse cell population into one to form a merged cell population, and searching the solution space of the merged cell population by the cells to increase the probability of searching the optimal solution by the cells;
calculating the cost of all cells in the merged cell population by using a cost function, and taking the cell with the minimum cost as a global optimal solution S best Sorting the costs of all cells in the combined cell population from small to large, and taking the first NP cells to form a search cell population;
randomly dividing the search cell population into G (1) 、G (2) 、G (3) 、G (4) 4 groups of collaborative search are carried out, each group is iteratively solved corresponding to different reflection and visibility processes until the maximum iteration times gmax is reached or a cost function meets a condition, and then an optimal solution can be obtained;
the cuttlefish algorithm summarizes the discoloring behavior of cuttlefish into two processes of reflection (reflection) and visibility (visibility) of cells, wherein the reflection represents a mechanism that the cells reflect incident light, and the visibility represents the visibility of the cuttlefish matched with the surrounding environment; the cuttlefish algorithm uses two processes of reflection and visibility as a search strategy to find a new solution S new I.e. S new = reflection + visibility. Meanwhile, the cell population is divided into G according to 6 reflected light conditions of cuttlefish discoloration (1) 、G (2) 、G (3) 、G (4) 4 sets of collaborative searches, each set corresponding to a different reflection and visibility process.
For G (1) Cells in the groupThe two processes for which the reflection remains visible are as follows: reflection j =R*G i,j (1)
Figure BDA0002491023970000061
R=random()*(r 1 -r 2 )+r 2 ,V=random()*(v 1 -v 2 )+v 2
In the formula: j = {1,2,3.. D } represents a D-dimensional problem; r is the degree of reflection; v is the visibility;
Figure BDA0002491023970000062
is G (1) (ii) a solution in dimension j for the ith cell in the group; random () generates a random number on (0,1); r is 1 、r 2 Constants that limit the cell expansion interval, respectively; v. of 1 、v 2 Constants that limit the degree of visibility, respectively; at G (1) And medium V is set to 1.
For G (2) The cells in the group, both in reflection and visibility, are represented as follows:
Figure BDA0002491023970000063
V=random()*(v 1 -v 2 )+v 2
in the formula
Figure BDA0002491023970000064
Is G (2) Solution in dimension j of the ith cell in the group, at G (2) Where R is 1,v 1 、v 2 Respectively, constants that limit the degree of visibility.
For G (3) The cells in the group, both in reflection and visibility, are represented as follows: reflection j =R*G i,j (3)
Figure BDA0002491023970000065
V=random()*(v 1 -v 2 )+v 2
In the formula
Figure BDA0002491023970000066
Is->
Figure BDA0002491023970000067
Average value of (1) in G (3) Where R is 1,v 1 、v 2 Constants that limit the degree of visibility, respectively;
for G (4) Cells in the group randomly seek new solutions within the search range; namely:
Figure BDA0002491023970000068
in combination with>
Figure BDA0002491023970000069
Is G (4) Randomly searching the new solution on the j dimension by the cells in the group; />
Figure BDA00024910239700000610
Respectively, the upper and lower bounds of the search range in the jth dimension.
Repeat pair G constantly (1) 、G (2) 、G (3) 、G (4) And performing iterative solution to obtain the cells with the minimum cell cost calculated by each group, if the cell cost of the obtained cells is less than the current cell cost, replacing the current scheduling scheme with the scheduling scheme corresponding to the group in which the cells are located until the maximum iteration number gmax is reached, and exiting and outputting the optimal scheduling scheme.
Step 3), scheduling the M subtasks according to the optimal scheduling scheme obtained in the step 2): and (3) using the optimal scheduling scheme output in the step (2) as a cloud computing task scheduling strategy, and executing task scheduling to schedule the M tasks to the N virtual resource nodes.

Claims (2)

1. A cloud computing task scheduling method is characterized by comprising the following steps:
step 1), dividing a task to be processed into M sub-tasks which are independent and can not be divided;
step 2), acquiring a merged cell population by adopting a reverse learning method, and then performing iterative computation on the acquired merged cell population by utilizing a cuttlefish algorithm until the maximum iteration times are met or a cost function meets the condition, so that an optimal scheduling scheme can be obtained;
the method for acquiring the initialized cell population by adopting the reverse learning method specifically comprises the following steps:
step 2.1), randomly generating an initial cell population x with the size of NP;
step 2.2), generating a reverse cell population by adopting a reverse learning method according to the initialized cell population x generated randomly, and combining the initialized cell population x and the reverse cell population to form a combined cell population with the size of 2 NP;
increasing the diversity of cell populations using a reverse learning strategy, let x = (x) 1 ,x 2 ,x 3 ,....x D ) Is a point of the D-dimensional space; x is the number of j Belongs to [ a j ,b j ]Wherein j belongs to (1,2,3.. D); [ a ] A j ,b j ]Is x j Is at an upper and lower bound, i.e. x j The search range of (2); reverse cell population generation using reverse learning method
Figure FDA0004055407180000011
Comprises the following steps: />
Figure FDA0004055407180000012
Combining the solution space of the initialized cell population x and the solution space of the reverse cell population into one to form a combined cell population;
calculating the cost of all cells in the merged cell population by using a cost function, and taking the cell with the minimum cost as a global optimal solution S best Sorting the costs of all cells in the combined cell population from small to large, and taking the first NP cells to form a search cell population;
randomly dividing the search cell population into G (1) 、G (2) 、G (3) 、G (4) 4 groups of collaborative search are carried out, each group is iteratively solved corresponding to different reflection and visibility processes until the maximum iteration times gmax is reached or a cost function meets a condition, and then an optimal solution can be obtained;
for G (1) The two processes of cell in the group, which are visible after reflection, are as follows: reflection j =R*G i,j (1)
Figure FDA0004055407180000021
R=random()*(r 1 -r 2 )+r 2 ,V=random()*(v 1 -v 2 )+v 2
In the formula: j = {1,2,3.. D } represents a D-dimensional problem; r is the degree of reflection; v is the degree of visibility;
Figure FDA0004055407180000022
is G (1) (ii) a solution in dimension j for the ith cell in the group; random () generates a random number on (0,1); r is 1 、r 2 Constants that limit the cell expansion interval, respectively; v. of 1 、v 2 Constants that limit the degree of visibility, respectively; at G (1) Middle V is set to 1;
for G (2) The cells in the group, both in reflection and visibility, are represented as follows:
Figure FDA0004055407180000023
V=random()*(v 1 -v 2 )+v 2
in the formula
Figure FDA0004055407180000024
Is G (2) Solution in dimension j of the ith cell in the group, at G (2) Wherein R is 1,v 1 、v 2 Constants that limit the degree of visibility, respectively;
for G (3) The cells in the group, both in reflection and visibility, are represented as follows: reflection j =R*G i,j (3)
Figure FDA0004055407180000025
V=random()*(v 1 -v 2 )+v 2
In the formula
Figure FDA0004055407180000026
Is->
Figure FDA0004055407180000027
Average value of (1) in G (3) Where R is 1,v 1 、v 2 Constants that limit the degree of visibility, respectively;
for G (4) Cells in the group randomly seek new solutions within the search range; namely:
Figure FDA0004055407180000028
in the formula (II)>
Figure FDA0004055407180000029
Is G (4) Randomly searching the new solution on the j dimension by the cells in the group; />
Figure FDA00040554071800000210
Respectively the upper and lower bounds of the search range on the jth dimension;
and 3) scheduling the M subtasks according to the optimal scheduling scheme obtained in the step 2).
2. The cloud computing task scheduling method according to claim 1, wherein the optimal scheduling scheme output in step 2) is used as a cloud computing task scheduling policy, and task scheduling is performed to schedule the M tasks to the N virtual resource nodes.
CN202010405264.0A 2020-05-14 2020-05-14 Cloud computing task scheduling method Active CN111679907B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010405264.0A CN111679907B (en) 2020-05-14 2020-05-14 Cloud computing task scheduling method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010405264.0A CN111679907B (en) 2020-05-14 2020-05-14 Cloud computing task scheduling method

Publications (2)

Publication Number Publication Date
CN111679907A CN111679907A (en) 2020-09-18
CN111679907B true CN111679907B (en) 2023-04-18

Family

ID=72452437

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010405264.0A Active CN111679907B (en) 2020-05-14 2020-05-14 Cloud computing task scheduling method

Country Status (1)

Country Link
CN (1) CN111679907B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016165392A1 (en) * 2015-04-17 2016-10-20 华南理工大学 Genetic algorithm-based cloud computing resource scheduling method
CN110688219A (en) * 2019-09-05 2020-01-14 浙江理工大学 Adaptive weight load balancing algorithm based on reverse chaotic cuckoo search

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9818136B1 (en) * 2003-02-05 2017-11-14 Steven M. Hoffberg System and method for determining contingent relevance

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016165392A1 (en) * 2015-04-17 2016-10-20 华南理工大学 Genetic algorithm-based cloud computing resource scheduling method
CN110688219A (en) * 2019-09-05 2020-01-14 浙江理工大学 Adaptive weight load balancing algorithm based on reverse chaotic cuckoo search

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
周静 ; 董守斌 ; 唐德玉 ; .基于入侵肿瘤生长优化的云计算调度算法.计算机学报.2017,(06),全文. *

Also Published As

Publication number Publication date
CN111679907A (en) 2020-09-18

Similar Documents

Publication Publication Date Title
CN108170530B (en) Hadoop load balancing task scheduling method based on mixed element heuristic algorithm
Wu et al. An evolutionary fuzzy scheduler for multi-objective resource allocation in fog computing
Wu et al. A deadline-aware estimation of distribution algorithm for resource scheduling in fog computing systems
Mirmohseni et al. LBPSGORA: create load balancing with particle swarm genetic optimization algorithm to improve resource allocation and energy consumption in clouds networks
Supreeth et al. Hybrid genetic algorithm and modified-particle swarm optimization algorithm (GA-MPSO) for predicting scheduling virtual machines in educational cloud platforms
Zhou et al. Concurrent workflow budget-and deadline-constrained scheduling in heterogeneous distributed environments
Kim et al. Towards an optimized distributed deep learning framework for a heterogeneous multi-GPU cluster
Peng et al. Energy-and resource-aware computation offloading for complex tasks in edge environment
Chen et al. Adaptive resource allocation and consolidation for scientific workflow scheduling in multi-cloud environments
He et al. Energy-efficient framework for virtual machine consolidation in cloud data centers
Zhao et al. Reinforcement learning for resource mapping in 5G network slicing
Wang et al. A profit maximization strategy of mec resource provider in the satellite-terrestrial double edge computing system
Jiao et al. Immune optimization of task scheduling on multidimensional QoS constraints
CN111679907B (en) Cloud computing task scheduling method
Visheratin et al. Hard-deadline constrained workflows scheduling using metaheuristic algorithms
Zheng et al. A novel resource deployment approach to mobile microlearning: from energy-saving perspective
Huang et al. Multi objective scheduling in cloud computing using MOSSO
CN113159539B (en) Method for combining green energy scheduling and dynamic task allocation in multi-layer edge computing system
CN114980216A (en) Dependent task unloading system and method based on mobile edge calculation
Zhou et al. Dynamic pricing and placing for distributed machine learning jobs: An online learning approach
CN115185651A (en) Workflow optimization scheduling algorithm based on cloud computing
Chen et al. Load balancing in mapreduce based on data locality
Chen et al. Energy efficient virtual network embedding for path splitting
Li Low-Power Task Scheduling Algorithm for the Multicore Processor System Based on the Genetic Algorithm
Tang et al. Optimization search strategy for task offloading from collaborative edge computing

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant