CN104536828A - Cloud computing task scheduling method and system based on quantum-behaved particle swarm algorithm - Google Patents

Cloud computing task scheduling method and system based on quantum-behaved particle swarm algorithm Download PDF

Info

Publication number
CN104536828A
CN104536828A CN201410830907.0A CN201410830907A CN104536828A CN 104536828 A CN104536828 A CN 104536828A CN 201410830907 A CN201410830907 A CN 201410830907A CN 104536828 A CN104536828 A CN 104536828A
Authority
CN
China
Prior art keywords
particles
iterations
cloud computing
particle swarm
particle
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.)
Pending
Application number
CN201410830907.0A
Other languages
Chinese (zh)
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.)
Hunan Qiang Zhi Development In Science And Technology Co Ltd
Original Assignee
Hunan Qiang Zhi Development In Science And Technology Co Ltd
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 Hunan Qiang Zhi Development In Science And Technology Co Ltd filed Critical Hunan Qiang Zhi Development In Science And Technology Co Ltd
Priority to CN201410830907.0A priority Critical patent/CN104536828A/en
Publication of CN104536828A publication Critical patent/CN104536828A/en
Pending legal-status Critical Current

Links

Abstract

The invention provides a cloud computing task scheduling method and system based on a quantum-behaved particle swarm algorithm. The method comprises the steps of defining and storing an objective function of task scheduling, randomly initializing the speed and position of a particle swarm, calculating adaptive values of all particles, determining the optimal positions of all the particles and the optimal position of the particle swarm according to the adaptive values of all the particles, updating the speeds and positions of the particles, judging whether the number of iterations reaches the preset number of iterations or not, and if yes, outputting a cloud computing task scheduling result. According to the method, task scheduling is carried out by defining the objective function, the quantum-behaved particle swarm algorithm is used, various resources of cloud computing is fully used, the quantum-behaved particle swarm algorithm is used for looking for spare nodes, and each task is made to find an optimal path according to the optimal solution of the quantum-behaved particle swarm to finish the task scheduling, and therefore the utilization rate of resources and the task scheduling efficiency are effectively improved.

Description

Based on method for scheduling task and the system of the cloud computing of quanta particle swarm optimization
Technical field
Field of computer technology of the present invention, particularly relates to a kind of method for scheduling task of the cloud computing based on quanta particle swarm optimization.
Background technology
Thin cloud is exactly a branch of cloud computing, refers to cloud computing some application in individual subrange.With regard to education sector, what thin cloud technology was applied at present is not very wide.Under thin cloud Technical Architecture, colleges and universities do not need the infrastructure of building oneself, according to infrastructure such as the flexible rental service devices of oneself school information construction demand, thus can reduce investment construction, save informatization cost.Under many tenants pattern, single hardware infrastructure is shared by multiple tenant simultaneously and is used, when tenant's load increases, performance can be caused to disturb (performance interference) to the contention of shared resource between different tenant, therefore, need to carry out performance isolation (performance isolation) towards tenant.For the monitoring of CPU class resource of this time, conventional art is still difficult to the monitoring resource demand met under many tenants pattern of high degree of share.Direct monitoring method, owing to there is system compatible sex chromosome mosaicism, is difficult to be applied to the cloud computing environment that there is a large amount of heterogeneous system.Based on the indirect analysis method of program translation, system overhead is too high, is difficult to be applied to actual production environment.The method of Corpus--based Method analysis does not rely on any operating system, there is good system compatibility, and owing to using monitoring tolerance conventional in production environment as the input of statistical study, therefore can not produce system overhead, but still there is the problems such as poor in timeliness, low to load change adaptability, estimation result accuracy is low.
Mezmaz M etc. proposes a kind of parallel double target mixed method, scheduling problem is modeled as minimum completion time and energy consumption biobjective scheduling problem, and utilize pareto genetic algorithm to ask to change multi-objective optimization question, the Bi-objective genetic algorithm of proposition has taken into account the minimum of the minimum of energy consumption and application deadline.Cui etc. improve genetic algorithm, propose a kind of resource regulating method, task are used directed acyclic graph theory, adopt short task priority strategy to shorten task execution time.SUN D W etc. propose the preference multidimensional QO cloud scheduling of resource optimized algorithm based on immune clone, improve the convergence capabilities of optimum solution, and can keep load balancing.Lin W etc. propose a kind of Dynamic Resource Allocation for Multimedia algorithm based on threshold values, reconfigure virtual resource allocation algorithm, heighten resource utilization according to the change tread of load, reduce the cost of use of user.Just current, most of energy consumption model only considers the utilization factor of cpu, does not consider the energy consumption problem of the various physical resources under the various states such as the master dormant under thin cloud technology, free time and work comprehensively.
Summary of the invention
Based on this, be necessary to provide a kind of cloud computing method for scheduling task based on quanta particle swarm optimization making full use of cloud computing physical resource.Based on a cloud computing method for scheduling task for quanta particle swarm optimization, comprise the following steps:
Define and the objective function of store tasks scheduling, described objective function is:
wherein, x ijrepresent that i-th subtask is run on a jth virtual resource node, n is the quantity of task; M is the quantity of dummy node; Tx ijrepresent the time that i-th subtask is run at a jth virtual resource node;
The speed of random initializtion population and position;
Calculate the adaptive value of all particles, and determine optimal location and colony's optimal location of all particles according to the adaptive value of all particles;
The more speed of new particle and position;
Judge whether iterations arrives default iterations;
If so, cloud computing task scheduling result is then exported.
Wherein in a kind of embodiment, before the speed of described random primary group and the step of position, also comprise step:
Pre-set the correlation parameter of quanta particle swarm optimization.
Wherein in a kind of embodiment, the adaptive value of all particles of described calculating, and determine that the optimal location of all particles and the formula of colony's optimal location are according to the adaptive value of all particles:
sig ( v ij k + 1 ) = 1 1 + exp ( - v ij k + 1 ) With sig ( x ij k + 1 ) = 1 1 + exp ( - x ij k + 1 ) ; Wherein, described K is iterations, the position vector of particle, value is 1 or 0, for speed.
Wherein in a kind of embodiment, the formula of the speed and position that upgrade described particle is:
V i(t+1)=ω (t) × V i(t)+c 1× r 1× (lbest i(t)-P i(t))+c 2× r 2× (gbest (t)-P i(t)) and P i(t+1)=P i(t)+V i(t+1); Wherein, particle rapidity is the number of iterations that Vi, t represent current, and Pi is i-th particle; C1 and c2 represents speedup factor, r1 and r2 represents the random number be evenly distributed in interval (0,1); ω maxfor the maximum magnitude of ω, ω minfor the minimum value scope of ω, t is current iteration algebraically, and PM is population greatest iteration algebraically.
Wherein in a kind of embodiment, if judge, iterations does not arrive default iterations, then return and continue to perform the adaptive value of described calculating all particles, determining that the optimal location of all particles and the step of colony's optimal location are until judge that iterations arrives default iterations.
Based on a cloud computing task scheduling system for quanta particle swarm optimization, comprising:
Objective function memory module, for defining and the objective function of store tasks scheduling, described objective function is: wherein, x ijrepresent that i-th subtask is run on a jth virtual resource node; N is the quantity of task; M is the quantity of dummy node; Tx ijrepresent the time that i-th subtask is run at a jth virtual resource node;
Initialization module, for speed and the position of random initializtion population;
Best position calculation module: for calculating the adaptive value of all particles, determines optimal location and colony's optimal location of all particles;
Update module, for speed and the position of more new particle;
Judge module, for judging whether iterations arrives default iterations;
Task scheduling modules, during for judging that when judge module iterations arrives the iterations preset, exports cloud computing task scheduling result.
Wherein in a kind of embodiment, also comprise: presetting module, for pre-setting the correlation parameter of quanta particle swarm optimization.
Wherein in a kind of embodiment, described best position calculation module calculates the adaptive value of all particles, and determines that the optimal location of all particles and the formula of colony's optimal location are according to the adaptive value of all particles:
sig ( v ij k + 1 ) = 1 1 + exp ( - v ij k + 1 ) With sig ( x ij k + 1 ) = 1 1 + exp ( - x ij k + 1 ) ; Wherein, described K is iterations, the position vector of particle, value is 1 or 0, for speed.
Wherein in a kind of embodiment, described update module more
The formula of the speed and position that upgrade described particle is:
V i(t+1)=ω (t) × V i(t)+c 1× r 1× (lbest i(t)-P i(t))+c 2× r 2× (gbest (t)-P i(t)) and P i(t+1)=P i(t)+V i(t+1); Wherein, particle rapidity is the number of iterations that Vi, t represent current, and Pi is i-th particle; C1 and c2 represents speedup factor, r1 and r2 represents the random number be evenly distributed in interval (0,1); ω maxfor the maximum magnitude of ω, ω minfor the minimum value scope of ω, t is current iteration algebraically, and PM is population greatest iteration algebraically.
Wherein in a kind of embodiment, described best position calculation module, also for judging that iterations does not arrive default iterations when judge module, calculating the adaptive value of all particles, determining optimal location and colony's optimal location of all particles.
The above-mentioned cloud computing method for scheduling task based on quanta particle swarm optimization and system, the method is by objective definition function, and use particle cluster algorithm to carry out task scheduling, make full use of the multiple resources of cloud computing, particle algorithm is used to find idle node, allow each task can find optimal path according to the optimum solution of quantum particle swarm, scheduling of finishing the work, thus effectively raise the utilization factor of resource and the efficiency of task scheduling.
Accompanying drawing explanation
Fig. 1 is a kind of process flow diagram of the cloud computing method for scheduling task based on quanta particle swarm optimization of embodiment;
Fig. 2 is the process flow diagram of the cloud computing method for scheduling task based on quanta particle swarm optimization of another kind of embodiment;
Fig. 3 is a kind of cloud computing task scheduling modules figure based on quanta particle swarm optimization of embodiment.
Embodiment
In order to make technical scheme of the present invention and advantage clearly understand, below in conjunction with drawings and Examples, the present invention is further elaborated.Should be appreciated that specific embodiment described herein only in order to explain the present invention, be not intended to limit the present invention.
As shown in Figure 1, a kind of cloud computing method for scheduling task based on quanta particle swarm optimization, comprises the following steps:
S100: define and the objective function of store tasks scheduling, objective function is:
f 1 = min ( F ) = min ( Σ i = 1 n Σ j = 1 m Tx ij ) ;
Wherein, x ijrepresent that i-th subtask is run on a jth virtual resource node, n is the quantity of task; M is the quantity of dummy node.
Assuming that within a certain period of time, there is n separate and need the subtask that arranges, representing T={t with task linear list T 1, t 2, t 3... t n, thin cloud service platform is m virtual resource node (m<=n) altogether, represents, VR={vr with linear VR 1, vr 2, vr 3... vr n, and specify that a subtask can only be run on a dummy node, use x ijrepresent that i-th subtask is run on a jth virtual resource node.If i-th subtask is run on a jth virtual resource node, then obtain x ij=1, otherwise the time Tx being 0, i-th subtask is run at a jth virtual resource node ijrepresent.The time then completing all subtasks is set up objective function f 1 = min ( F ) = min ( &Sigma; i = 1 n &Sigma; j = 1 m Tx ij ) , The final purpose of algorithm makes minimize.
S300: the speed of random initializtion population and position.
The initial individuals of each particle, history optimal location and individual optimal-adaptive value evaluated, preserved according to the initial adaptive value of objective function to each particle, initial global history optimal location and optimal-adaptive value preserved simultaneously.
In the method for scheduling task of present embodiment, each value of particle position vector is 0 or 1, and particle rapidity no longer represents the speed of particle flight in continuous space, and its meaning is to calculate the probability that particle position vector value is 0 or 1.
In population, the position of each particle represents a feasible task scheduling approach, and according to relations of distribution matrix X, the position of i-th particle can be expressed as:
X i = x 11 x 12 . . . x 1 n x 21 x 22 . . . x 2 n . . . . . . . . . x m 1 x m 2 . . . x mn ;
The speed definition of particle i is:
X i = x 11 x 12 . . . x 1 n x 21 x 22 . . . x 2 n . . . . . . . . . x m 1 x m 2 . . . x mn .
S400: the adaptive value calculating all particles, and optimal location and the colony's optimal location of determining all particles according to the adaptive value of all particles.
S500: the more speed of new particle and position.
S600: judge whether iterations arrives default iterations.
S700: if so, then export cloud computing task scheduling result.
The above-mentioned cloud computing method for scheduling task based on quanta particle swarm optimization, the method is by objective definition function, and use particle cluster algorithm to carry out task scheduling, make full use of the multiple resources of cloud computing, particle algorithm is used to find idle node, allow each task can find optimal path according to the optimum solution of quantum particle swarm, scheduling of finishing the work, thus effectively raise the utilization factor of resource and the efficiency of task scheduling.
In another embodiment, as shown in Figure 2, before step S300, also step S200 is comprised: the correlation parameter pre-setting quanta particle swarm optimization.Parameter comprises the parameter indexs such as speedup factor, compressibility factor, iteration weights, maximum iteration time and carries out initialization etc.
In another embodiment, S400
Calculate the adaptive value of all particles, and determine that the optimal location of all particles and the formula of colony's optimal location are according to the adaptive value of all particles:
sig ( v ij k + 1 ) = 1 1 + exp ( - v ij k + 1 ) With sig ( x ij k + 1 ) = 1 1 + exp ( - x ij k + 1 ) Wherein, described K is iterations the position vector of particle, value is 1 or 0, for speed.
In another embodiment, in S500
The speed of new described particle and the formula of position are:
V i(t+1)=ω (t) × V i(t)+c 1× r 1× (lbest i(t)-P i(t))+c 2× r 2× (gbest (t)-P i(t)) and P i(t+1)=P i(t)+V i(t+1);
Wherein, particle rapidity is the number of iterations that Vi, t represent current, and Pi is i-th particle; C1 and c2 represents speedup factor, r1 and r2 represents the random number be evenly distributed in interval (0,1); ω maxfor the maximum magnitude of ω, ω minfor the minimum value scope of ω and ω max=1.2, ω min=0.4, t is current iteration algebraically, and PM is population greatest iteration algebraically.
In another embodiment, as shown in Figure 2, if S600 judges that iterations does not arrive default iterations, then return and continue to perform the adaptive value that step S400 calculates all particles, determining that the optimal location of all particles and the step of colony's optimal location are until judge that iterations arrives the iterations preset.
The present invention also comprises a kind of cloud computing task scheduling system based on quanta particle swarm optimization, as shown in Figure 3, comprising:
Objective function memory module 100: for defining and the objective function of store tasks scheduling, described objective function is:
f 1 = min ( F ) = min ( &Sigma; i = 1 n &Sigma; j = 1 m Tx ij ) ;
Wherein, x ijbe that i-th subtask is run on a jth virtual resource node.
Assuming that within a certain period of time, have N number of separate and need arrange subtask, represent T={t with task linear list T 1, t 2, t 3... t n, thin cloud service platform is M virtual resource node (M<=N) altogether, represents, VR={vr with linear VR 1, vr 2, vr 3... vr n, and specify that a subtask can only be run on a dummy node, use x ijrepresent that i-th subtask is run on a jth virtual resource node.If i-th subtask is run on a jth virtual resource node, then obtain x ij=1, otherwise the time Tx being 0, i-th subtask is run at a jth virtual resource node ijrepresent.The time then completing all subtasks is set up objective function f 1 = min ( F ) = min ( &Sigma; i = 1 n &Sigma; j = 1 m Tx ij ) , The final purpose of algorithm makes minimize.
Initialization module 300: for speed and the position of random initializtion population.
The initial individuals of each particle, history optimal location and individual optimal-adaptive value evaluated, preserved according to the initial adaptive value of objective function to each particle, initial global history optimal location and optimal-adaptive value preserved simultaneously.
In the task scheduling system of present embodiment, each value of particle position vector is 0 or 1, and particle rapidity no longer represents the speed of particle flight in continuous space, and its meaning is to calculate the probability that particle position vector value is 0 or 1.
In population, the position of each particle represents a feasible task scheduling approach, and according to relations of distribution matrix X, the position of i-th particle can be expressed as:
X i = x 11 x 12 . . . x 1 n x 21 x 22 . . . x 2 n . . . . . . . . . x m 1 x m 2 . . . x mn
The speed definition of particle i is:
X i = x 11 x 12 . . . x 1 n x 21 x 22 . . . x 2 n . . . . . . . . . x m 1 x m 2 . . . x mn .
Best position calculation module 400: for calculating the adaptive value of all particles, and optimal location and the colony's optimal location of determining all particles according to the adaptive value of all particles
Update module 500: for speed and the position of more new particle.
Judge module 600: for judging whether iterations arrives default iterations
Task scheduling modules 700: if so, then export cloud computing task scheduling result.
The above-mentioned cloud computing task scheduling system based on quanta particle swarm optimization, this system is by objective definition function, and use particle cluster algorithm to carry out task scheduling, make full use of the multiple resources of cloud computing, particle algorithm is used to find idle node, allow each task can find optimal path according to the optimum solution of quantum particle swarm, scheduling of finishing the work, thus effectively raise the utilization factor of resource and the efficiency of task scheduling.
In another embodiment, this system also comprises: presetting module 200, for pre-setting the correlation parameter of quanta particle swarm optimization.Parameter comprises the parameter indexs such as speedup factor, compressibility factor, iteration weights, maximum iteration time and carries out initialization etc.
In another embodiment, best position calculation module 400
Calculate the adaptive value of all particles, and determine that the optimal location of all particles and the formula of colony's optimal location are according to the adaptive value of all particles:
sig ( v ij k + 1 ) = 1 1 + exp ( - v ij k + 1 ) With sig ( x ij k + 1 ) = 1 1 + exp ( - x ij k + 1 ) ; Wherein, described K is iterations, the position vector of particle, value is 1 or 0, for speed.
In another embodiment, update module 500 more the speed of new particle and the formula of position be: V i(t+1)=ω (t) × V i(t)+c 1× r 1× (lbest i(t)-P i(t))+c 2× r 2× (gbest (t)-P i(t)) and P i(t+1)=P i(t)+V i(t+1);
Wherein, particle rapidity is the number of iterations that Vi, t represent current, and Pi is i-th particle; C1 and c2 represents speedup factor, r1 and r2 represents the random number be evenly distributed in interval (0,1); ω maxfor the maximum magnitude of ω, ω minfor the minimum value scope of ω and ω max=1.2, ω min=0.4, t is current iteration algebraically, and PM is population greatest iteration algebraically.
In another embodiment, excellent position computation module 400, also for judging that iterations does not arrive default iterations when judge module 600, calculating the adaptive value of all particles, determining optimal location and colony's optimal location of all particles.
The above embodiment only have expressed several embodiment of the present invention, and it describes comparatively concrete and detailed, but therefore can not be interpreted as the restriction to the scope of the claims of the present invention.It should be pointed out that for the person of ordinary skill of the art, without departing from the inventive concept of the premise, can also make some distortion and improvement, these all belong to protection scope of the present invention.Therefore, the protection domain of patent of the present invention should be as the criterion with claims.

Claims (10)

1., based on a cloud computing method for scheduling task for quanta particle swarm optimization, it is characterized in that, comprise the following steps:
Define and the objective function of store tasks scheduling, described objective function is:
f 1 = min ( F ) = min ( &Sigma; i = 1 n &Sigma; j = 1 m Tx ij ) ;
Wherein, x ijrepresent that i-th subtask is run on a jth virtual resource node, n is the quantity of task; M is the quantity of dummy node; Tx ijrepresent the time that i-th subtask is run at a jth virtual resource node;
The speed of random initializtion population and position;
Calculate the adaptive value of all particles, and determine optimal location and colony's optimal location of all particles according to the adaptive value of all particles;
The more speed of new particle and position;
Judge whether iterations arrives default iterations;
If so, cloud computing task scheduling result is then exported.
2. the cloud computing method for scheduling task based on quanta particle swarm optimization according to claim 1, is characterized in that, before the speed of described random primary group and the step of position, also comprises step:
Pre-set the correlation parameter of quanta particle swarm optimization.
3. the cloud computing method for scheduling task based on quanta particle swarm optimization according to claim 1, it is characterized in that, the adaptive value of all particles of described calculating, and determine that the optimal location of all particles and the formula of colony's optimal location are according to the adaptive value of all particles:
sig ( v ij k + 1 ) = 1 1 + exp ( - v ij k + 1 ) With sig ( x ij k + 1 ) = 1 1 + exp ( - x ij k + 1 ) ; Wherein, described K is iterations, the position vector of particle, value is 1 or 0, for speed.
4. the cloud computing method for scheduling task based on quanta particle swarm optimization according to claim 1, is characterized in that, the formula of the speed and position that upgrade described particle is:
V i(t+1)=ω (t) × V i(t)+c 1× r 1× (lbest i(t)-P i(t))+c 2× r 2× (gbest (t)-P i(t)) and P i(t+1)=P i(t)+V i(t+1); Wherein, particle rapidity is the number of iterations that Vi, t represent current, and Pi is i-th particle; C1 and c2 represents speedup factor, r1 and r2 represents the random number be evenly distributed in interval (0,1); ω maxfor the maximum magnitude of ω, ω minfor the minimum value scope of ω, t is current iteration algebraically, and PM is population greatest iteration algebraically.
5. the cloud computing method for scheduling task based on quanta particle swarm optimization according to claim 4, it is characterized in that, if judge, iterations does not arrive default iterations, then return and continue to perform the adaptive value of described calculating all particles, determining that the optimal location of all particles and the step of colony's optimal location are until judge that iterations arrives default iterations.
6., based on a cloud computing task scheduling system for quanta particle swarm optimization, it is characterized in that, comprising:
Objective function memory module, for defining and the objective function of store tasks scheduling, described objective function is: wherein, x ijrepresent that i-th subtask is run on a jth virtual resource node; N is the quantity of task; M is the quantity of dummy node; Tx ijrepresent the time that i-th subtask is run at a jth virtual resource node;
Initialization module, for speed and the position of random initializtion population;
Best position calculation module: for calculating the adaptive value of all particles, determines optimal location and colony's optimal location of all particles;
Update module, for speed and the position of more new particle;
Judge module, for judging whether iterations arrives default iterations;
Task scheduling modules, during for judging that when judge module iterations arrives the iterations preset, exports cloud computing task scheduling result.
7. the cloud computing task scheduling system based on quanta particle swarm optimization according to claim 6, is characterized in that, also comprise: presetting module, for pre-setting the correlation parameter of quanta particle swarm optimization.
8. the cloud computing task scheduling system based on quanta particle swarm optimization according to claim 6, it is characterized in that, described best position calculation module calculates the adaptive value of all particles, and determines that the optimal location of all particles and the formula of colony's optimal location are according to the adaptive value of all particles:
sig ( v ij k + 1 ) = 1 1 + exp ( - v ij k + 1 ) With sig ( x ij k + 1 ) = 1 1 + exp ( - x ij k + 1 ) ; Wherein, described K is iterations, the position vector of particle, value is 1 or 0, for speed.
9. the cloud computing task scheduling system based on quanta particle swarm optimization according to claim 6, it is characterized in that, described update module more
The formula of the speed and position that upgrade described particle is:
V i(t+1)=ω (t) × V i(t)+c 1× r 1× (lbest i(t)-P i(t))+c 2× r 2× (gbest (t)-P i(t)) and P i(t+1)=P i(t)+V i(t+1); Wherein, particle rapidity is the number of iterations that Vi, t represent current, and Pi is i-th particle; C1 and c2 represents speedup factor, r1 and r2 represents the random number be evenly distributed in interval (0,1); ω maxfor the maximum magnitude of ω, ω minfor the minimum value scope of ω, t is current iteration algebraically, and PM is population greatest iteration algebraically.
10. the cloud computing task scheduling system based on quanta particle swarm optimization according to claim 9, described best position calculation module, also for judging that iterations does not arrive default iterations when judge module, calculate the adaptive value of all particles, determine optimal location and colony's optimal location of all particles.
CN201410830907.0A 2014-12-26 2014-12-26 Cloud computing task scheduling method and system based on quantum-behaved particle swarm algorithm Pending CN104536828A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410830907.0A CN104536828A (en) 2014-12-26 2014-12-26 Cloud computing task scheduling method and system based on quantum-behaved particle swarm algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410830907.0A CN104536828A (en) 2014-12-26 2014-12-26 Cloud computing task scheduling method and system based on quantum-behaved particle swarm algorithm

Publications (1)

Publication Number Publication Date
CN104536828A true CN104536828A (en) 2015-04-22

Family

ID=52852359

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410830907.0A Pending CN104536828A (en) 2014-12-26 2014-12-26 Cloud computing task scheduling method and system based on quantum-behaved particle swarm algorithm

Country Status (1)

Country Link
CN (1) CN104536828A (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104932938A (en) * 2015-06-16 2015-09-23 中电科软件信息服务有限公司 Cloud resource scheduling method based on genetic algorithm
CN105049508A (en) * 2015-07-21 2015-11-11 齐鲁工业大学 Cloud data migration method
CN105959234A (en) * 2016-06-30 2016-09-21 南京理工大学 Load balance resource optimization method under safety perceptive cloud radio access network
CN106060851A (en) * 2016-06-30 2016-10-26 南京理工大学 Secure resource optimization method under congestion control in heterogeneous cloud wireless access network
CN106371908A (en) * 2016-08-31 2017-02-01 武汉鸿瑞达信息技术有限公司 Optimization method for image/video filter task distribution based on PSO (Particle Swarm Optimization)
CN106789312A (en) * 2016-12-30 2017-05-31 南京理工大学 A kind of secure resources optimizing distribution method based on cloud computing
CN107491341A (en) * 2017-08-31 2017-12-19 福州大学 A kind of virtual machine distribution method based on particle group optimizing
CN108389003A (en) * 2018-03-16 2018-08-10 广东工业大学 Service role dispatching method and device under a kind of remote health monitoring line
CN109067834A (en) * 2018-06-29 2018-12-21 南京邮电大学 Discrete particle cluster dispatching algorithm based on oscillatory type inertia weight
CN110247979A (en) * 2019-06-21 2019-09-17 北京邮电大学 A kind of scheduling scheme determines method, apparatus and electronic equipment
CN110595535A (en) * 2019-08-19 2019-12-20 湖南强智科技发展有限公司 Monitoring method, device and storage medium
CN111667091A (en) * 2020-04-17 2020-09-15 浙江优智物联科技有限公司 Intelligent control method of conveying system based on particle swarm algorithm
CN113256094A (en) * 2021-05-17 2021-08-13 安徽帅尔信息科技有限公司 Service resource allocation method based on improved particle swarm optimization
CN113590295A (en) * 2021-07-30 2021-11-02 郑州轻工业大学 Task scheduling method and system based on quantum-behaved particle swarm optimization
CN114510330A (en) * 2022-01-26 2022-05-17 哈尔滨工程大学 Cloud computing task scheduling method based on quantum capsule group search mechanism
CN116545853A (en) * 2023-07-04 2023-08-04 南京理工大学 Integrated network multi-objective optimized resource management method based on quantum particle swarm

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6345240B1 (en) * 1998-08-24 2002-02-05 Agere Systems Guardian Corp. Device and method for parallel simulation task generation and distribution
EP1970805A1 (en) * 2007-03-16 2008-09-17 Sap Aktiengesellschaft Multi-objective allocation of computational jobs in client-server or hosting environments
CN101604258A (en) * 2009-07-10 2009-12-16 杭州电子科技大学 A kind of method for scheduling task of embedded heterogeneous multiprocessor system
CN101976221A (en) * 2010-10-14 2011-02-16 北京航空航天大学 Particle swarm taboo combination-based parallel test task dispatching method and platform

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6345240B1 (en) * 1998-08-24 2002-02-05 Agere Systems Guardian Corp. Device and method for parallel simulation task generation and distribution
EP1970805A1 (en) * 2007-03-16 2008-09-17 Sap Aktiengesellschaft Multi-objective allocation of computational jobs in client-server or hosting environments
CN101604258A (en) * 2009-07-10 2009-12-16 杭州电子科技大学 A kind of method for scheduling task of embedded heterogeneous multiprocessor system
CN101976221A (en) * 2010-10-14 2011-02-16 北京航空航天大学 Particle swarm taboo combination-based parallel test task dispatching method and platform

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
王登科等: "基于粒子群优化与蚁群优化的云计算任务调度算法", 《计算机应用与软件》 *

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104932938B (en) * 2015-06-16 2019-08-23 中电科软件信息服务有限公司 A kind of cloud resource dispatching method based on genetic algorithm
CN104932938A (en) * 2015-06-16 2015-09-23 中电科软件信息服务有限公司 Cloud resource scheduling method based on genetic algorithm
CN105049508A (en) * 2015-07-21 2015-11-11 齐鲁工业大学 Cloud data migration method
CN106060851A (en) * 2016-06-30 2016-10-26 南京理工大学 Secure resource optimization method under congestion control in heterogeneous cloud wireless access network
CN105959234A (en) * 2016-06-30 2016-09-21 南京理工大学 Load balance resource optimization method under safety perceptive cloud radio access network
CN105959234B (en) * 2016-06-30 2020-06-19 南京理工大学 Load balancing resource optimization method under security-aware cloud wireless access network
CN106371908A (en) * 2016-08-31 2017-02-01 武汉鸿瑞达信息技术有限公司 Optimization method for image/video filter task distribution based on PSO (Particle Swarm Optimization)
CN106789312A (en) * 2016-12-30 2017-05-31 南京理工大学 A kind of secure resources optimizing distribution method based on cloud computing
CN107491341A (en) * 2017-08-31 2017-12-19 福州大学 A kind of virtual machine distribution method based on particle group optimizing
CN108389003A (en) * 2018-03-16 2018-08-10 广东工业大学 Service role dispatching method and device under a kind of remote health monitoring line
CN108389003B (en) * 2018-03-16 2022-01-11 广东工业大学 Method and device for scheduling service tasks under remote health monitoring line
CN109067834A (en) * 2018-06-29 2018-12-21 南京邮电大学 Discrete particle cluster dispatching algorithm based on oscillatory type inertia weight
CN109067834B (en) * 2018-06-29 2020-12-15 南京邮电大学 Discrete particle swarm scheduling algorithm based on oscillation type inertia weight
CN110247979A (en) * 2019-06-21 2019-09-17 北京邮电大学 A kind of scheduling scheme determines method, apparatus and electronic equipment
CN110595535A (en) * 2019-08-19 2019-12-20 湖南强智科技发展有限公司 Monitoring method, device and storage medium
CN111667091A (en) * 2020-04-17 2020-09-15 浙江优智物联科技有限公司 Intelligent control method of conveying system based on particle swarm algorithm
CN113256094A (en) * 2021-05-17 2021-08-13 安徽帅尔信息科技有限公司 Service resource allocation method based on improved particle swarm optimization
CN113256094B (en) * 2021-05-17 2022-09-13 安徽帅尔信息科技有限公司 Service resource allocation method based on improved particle swarm optimization
CN113590295A (en) * 2021-07-30 2021-11-02 郑州轻工业大学 Task scheduling method and system based on quantum-behaved particle swarm optimization
CN114510330A (en) * 2022-01-26 2022-05-17 哈尔滨工程大学 Cloud computing task scheduling method based on quantum capsule group search mechanism
CN116545853A (en) * 2023-07-04 2023-08-04 南京理工大学 Integrated network multi-objective optimized resource management method based on quantum particle swarm
CN116545853B (en) * 2023-07-04 2023-10-13 南京理工大学 Integrated network multi-objective optimized resource management method based on quantum particle swarm

Similar Documents

Publication Publication Date Title
CN104536828A (en) Cloud computing task scheduling method and system based on quantum-behaved particle swarm algorithm
CN108182115B (en) Virtual machine load balancing method in cloud environment
Xue et al. An ACO-LB Algorithm for Task Scheduling in the Cloud Environment.
CN104516785B (en) A kind of cloud computing resources dispatch system and method
CN104408518B (en) Based on the neural network learning optimization method of particle swarm optimization algorithm
CN103401939A (en) Load balancing method adopting mixing scheduling strategy
CN109710404B (en) Task scheduling method in distributed system
CN104331321A (en) Cloud computing task scheduling method based on tabu search and load balancing
Dong et al. A high-efficient joint’cloud-edge’aware strategy for task deployment and load balancing
CN112071122A (en) Unmanned aerial vehicle group path planning method for information acquisition
CN105391090A (en) Multi-intelligent-agent multi-target consistency optimization method of intelligent power grid
Xu et al. An improved binary PSO-based task scheduling algorithm in green cloud computing
CN114925852A (en) Federal learning training method and system based on model segmentation and resource allocation
CN105005503A (en) Cellular automaton based cloud computing load balancing task scheduling method
Kowsigan et al. An improved job scheduling in cloud environment using auto-associative-memory network
Tang et al. Digital twin assisted task assignment in multi-UAV systems: A deep reinforcement learning approach
Kosmatopoulos et al. Local4Global adaptive optimization and control for system-of-systems
CN114217944A (en) Dynamic load balancing method for neural network aiming at model parallelism
Cui et al. Multi-Agent Reinforcement Learning Based Cooperative Multitype Task Offloading Strategy for Internet of Vehicles in B5G/6G Network
Jeon et al. Intelligent resource scaling for container based digital twin simulation of consumer electronics
CN104507150A (en) Method for clustering virtual resources in baseband pooling
CN104702676A (en) Resource scheduling method of railway distributed data center
CN102438325B (en) Resource scheduling method based on cognitive radio terminal reconfiguration system
CN117155798B (en) Cloud-edge collaborative real-time scheduling method oriented to resource limitation
CN106547621A (en) A kind of gridding resource Optimization Scheduling under the conditions of large scale

Legal Events

Date Code Title Description
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20150422

RJ01 Rejection of invention patent application after publication