CN103024048B - Resource regulating method under a kind of cloud environment - Google Patents

Resource regulating method under a kind of cloud environment Download PDF

Info

Publication number
CN103024048B
CN103024048B CN201210548133.3A CN201210548133A CN103024048B CN 103024048 B CN103024048 B CN 103024048B CN 201210548133 A CN201210548133 A CN 201210548133A CN 103024048 B CN103024048 B CN 103024048B
Authority
CN
China
Prior art keywords
task
resource
represent
fitness
population
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.)
Expired - Fee Related
Application number
CN201210548133.3A
Other languages
Chinese (zh)
Other versions
CN103024048A (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.)
Shanghai Airlines Intellectual Property Services Ltd
Tianjin Quantum Age Information Technology Co ltd
Original Assignee
Nanjing Post and Telecommunication 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 Nanjing Post and Telecommunication University filed Critical Nanjing Post and Telecommunication University
Priority to CN201210548133.3A priority Critical patent/CN103024048B/en
Publication of CN103024048A publication Critical patent/CN103024048A/en
Application granted granted Critical
Publication of CN103024048B publication Critical patent/CN103024048B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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 the resource regulating method under a kind of cloud environment, belong to Distributed Calculation and applications of computer network field.The present invention, from system-level Energy Angle, under the prerequisite of the time of implementation and expense two QoS demand that meet cloud task, dispatches resource for target so that system total energy consumption is minimum, effectively can reduce the energy resource consumption of cloud data center; And adopt Revised genetic algorithum to carry out the search of optimum resource scheduling scheme further, the moderate individuality of fitness is improved to keep population diversity by the selection opertor introducing normal distribution, utilize normal distribution model according to fitness and evolutionary generation design crossover operator and mutation operator to keep population diversity and population structure, thus effectively improve convergence of algorithm performance, decrease the algorithm deadline.

Description

Resource regulating method under a kind of cloud environment
Technical field
The present invention relates to the resource regulating method under a kind of cloud environment, belong to Distributed Calculation and applications of computer network field.
Background technology
Along with user constantly increases the demand of cloud computing, the information technoloy equipment in cloud gets more and more, and data center's scale is increasing, and the energy consumption problem under cloud environment is also more and more outstanding.According to Environmental Protection Agency (US EPA) report, within 2006, U.S. Data center consumes the electricity up to 61,000,000,000 kilowatts altogether.According to estimates, the annual power consumption of data center having 50000 computing nodes is more than 100,000,000 kilowatt hours, and the electricity charge reach 9,300,000 dollars.At home, data center of CHINAUNICOM year power consumption 9,900,000,000 kilowatt hour, amounts to and need consume 920,000 tons of standard coals year; Data center of China Telecom year power consumption 11,200,000,000 kilowatt hour, amounts to and need consume 102.95 ten thousand tons of standard coals year.According to the portion report observation of Green Peace, to the year two thousand twenty, " energy consumption 2,000,000,000,000 kilowatt hours nearly of cloud computing (comprising data processing and communication network) exceed moral, method, add and the energy consumption summation of 4 states such as Brazil the main IT operator in the whole world.Therefore a kind of energy-conservation method is sought very necessary to the energy consumption reducing data center.
Various for cloud data center computational resource, storage resources and Internet resources etc., by Intel Virtualization Technology, are integrated together, form a resource pool by cloud computing.Because the kind of resource is many, scale large, therefore rational management resource, to the energy-conservation resource scheduling algorithm of structure, there is important researching value.Three aspects are mainly concentrated on to the research of data center energy-saving technology: chip-scale power-saving technology, architecture level power-saving technology and system-level power-saving technology.First two implements power-saving technology from hardware aspect, and the third dispatches to realize energy-conservation object to each resource from system level by the mode of software.The present invention, from system-level Energy Angle, studies the resource scheduling algorithm under cloud environment.
Summary of the invention
Technical problem to be solved by this invention is to overcome prior art deficiency, resource regulating method under a kind of cloud environment is provided, from system-level Energy Angle, under the prerequisite of the time of implementation and expense two QoS demand that meet cloud task, minimum for target with system total energy consumption, resource is dispatched, effectively can reduce the energy resource consumption of cloud data center.
The present invention specifically solves the problems of the technologies described above by the following technical solutions:
A resource regulating method under cloud environment, processed by the M obtained after a cutting task matching to N number of physical host, it is characterized in that, the concrete scheme of task matching obtains by solving following Mathematical Modeling:
Mnimize EC total = Σ j = 1 N ( EC j )
Subject to
∀ t i , r i , i = 1,2 , · · · , M , j = 1,2 , · · · , N ,
T ijexec≤T iexpt,cost ijvm≤cost iexpt
In formula, EC totalfor system total energy consumption, EC jrepresent a jth physical host r jenergy consumption, T ijexec, T iexptrepresent i-th task t respectively iexpected time, expect the time of implementation, cost ijvm, cost iexptrepresent task t respectively iexpectation execution cost, expect execution cost.
Above-mentioned Mathematical Modeling can adopt existing various algorithm to be optimized and solve, preferably, described Mathematical Modeling solve use genetic algorithm, the chromosome coding method of described genetic algorithm is as follows: adopt real coding mode, chromosomal length equals the quantity M of task, gene wherein and M task one_to_one corresponding; The physical host that the task of value corresponding to this gene of gene takies is numbered;
The fitness function of described genetic algorithm is as follows:
f=k adapt/lg(EC total+1),
In formula, k adaptfor adaptation parameter, EC totalfor system total energy consumption.
Preferably, the selection operation in described genetic algorithm is concrete in accordance with the following methods: according to normal state selection opertor probable value, with roulette method choice two chromosomes; Normal state selection opertor computing formula as follows:
P s ( X k t ) = e - [ f ( X k t ) - μ ] 2 2 σ 2 Σ j = 1 popSize e - [ f ( X k t ) - μ ] 2 2 σ 2
Wherein, popSize is population scale, and μ represents the average fitness of t for population, σ 2represent the variance of each population at individual fitness, σ 2 = Σ j = 1 popSize [ f ( X j t ) - μ ] 2 popSize .
Preferably, crossover and mutation operation in described genetic algorithm uses two-point crossover and even variation method, be specially: according to the probability of normal state crossover operator and the probability of normal mutation operator, crossover and mutation operation is carried out respectively to two chromosomes selected, generate two new chromosomes; Normal state crossover operator with normal mutation operator be expressed as follows respectively:
P c ( X k t ) = k c ( 1 - t / t max ) e - [ f ( X k t ) - &mu; ] 2 2 &sigma; 2 , f ( X k t ) &GreaterEqual; &mu; k c , f ( X k t ) < &mu;
P m ( X k t ) = k m ( 1 - t / t max ) e - [ f ( X k t ) - &mu; ] 2 2 &sigma; 2 , f ( X k t ) &GreaterEqual; &mu; k m , f ( X k t ) < &mu;
Wherein, k cand k mrepresent interaction coefficent and the coefficient of variation respectively, k c, k m∈ [0,1], t represents current iteration number of times, t maxfor maximum iteration time.
The present invention, from system-level Energy Angle, under the prerequisite of the time of implementation and expense two QoS demand that meet cloud task, dispatches resource for target so that system total energy consumption is minimum, effectively can reduce the energy resource consumption of cloud data center; And adopt Revised genetic algorithum to carry out the search of optimum resource scheduling scheme further, the moderate individuality of fitness is improved to keep population diversity by the selection opertor introducing normal distribution, utilize normal distribution model according to fitness and evolutionary generation design crossover operator and mutation operator to keep population diversity and population structure, thus effectively improve convergence of algorithm performance, decrease the algorithm deadline.
Accompanying drawing explanation
Fig. 1 is the resource dispatching model under cloud environment;
The chromosome coding figure of the genetic algorithm used in Fig. 2 the inventive method;
Fig. 3 is the overall flow schematic diagram of the inventive method.
Embodiment
Below in conjunction with accompanying drawing, technical scheme of the present invention is described in detail:
As shown in Figure 1, adopt two-level scheduler model, concrete structure is as follows for resource dispatching model under cloud environment of the present invention:
First order scheduling realizes the mapping of user task to virtual machine, can be described as tlv triple, i.e. a S 1={ T, V, f 1.Wherein, T is user task set, and V is virtual machine set, f 1for set of tasks is to a mapping of virtual machine set.With set T={t 1, t 2..., t mrepresent the set that M task in cloud computing environment after Mapreduce cutting is formed.Each task t wherein i(i ∈ [1, M]) can be with a quadruple notation: t i=tid, tdata, tneed, tQoS}, wherein, tid represents mission number; Tdata represents the set of cloud task relevant information (or parameter), comprises the instruction strip number of task, the data volume of task read-write and the data volume of multiplexed transport; Tneed represents the primary demand set of task to resource, as CPU, internal memory, external memory, bandwidth etc.; TQoS represents the quality of service requirement set of finishing the work, as task execution time and expense.With set V={v 1, v 2..., v mrepresent the set of the virtual machine corresponding with M task.Each virtual machine vm wherein i(i ∈ [1, M]) can be with a quadruple notation: vm i={ vmid, tdata, tneed, tQoS}, vmid represent the numbering of virtual machine, consistent with task of other parameter.Map f 1: T → V represents that task arrives the mapping of virtual machine.Because first order scheduling of the present invention carrys out configuring virtual machine according to the demand of task, therefore set up the relation one to one of virtual machine and task.
Second level scheduling is that virtual machine is mapped to physical host layer, can be described below S by a tlv triple 2={ V, R, f 2.Wherein, V is virtual machine set, and R is physical host set, f 2for virtual machine set is to mapping, i.e. an a kind of dispatching algorithm of physical host set.With set R={r 1, r 2..., r nrepresent the set of the cloud computing resources that N number of physical machine forms.Each resource r wherein j(j ∈ [1, N]) can be with a quadruple notation: r j=rid, rtre, rcre, tdata}, wherein rid represents that physical host is numbered; Rtre represents and the hardware configuration that resource is total comprises CPU, internal memory, external memory, bandwidth etc.; Rcre represents the available configuration that resource is current; Rdata represents power consumption and the relevant information of resource, as the expense etc. calculating power consumption, store power consumption, transmit power consumption, disk read-write speed, various parts.Map f 2: V → R represents the mapping of virtual machine to physical host.Second level scheduling is then the most suitable physical resource of goal seeking according to the configuration information of virtual machine with the energy-conservation of whole cloud environment.Primary study of the present invention realizes the method for second level scheduling, namely provides the mapping between virtual machine set to physical host set.For this reason, the present invention is minimum for target with system total energy consumption, sets up following resource dispatching model using the time of implementation and expense two QoS demand that meet cloud task as constraints:
Minimize EC total = &Sigma; j = 1 N ( EC j )
Subject to
&ForAll; t i , r i , i = 1,2 , &CenterDot; &CenterDot; &CenterDot; , M , j = 1,2 , &CenterDot; &CenterDot; &CenterDot; , N ,
T ijexec≤T iexpt,cost ijvm≤cost iexpt
In formula, EC totalfor system total energy consumption, EC jrepresent a jth physical host r jenergy consumption, T ijexec, T iexptrepresent i-th task t respectively iexpected time, expect the time of implementation, cost ijvm, cost iexptrepresent task t respectively iexpectation execution cost, expect execution cost.Wherein, physical host r jenergy consumption EC jvarious existing method can be utilized to obtain, Calculation Method of Energy Consumption [the Beloglazov that the present invention preferably adopts the people such as Anton Beloglazov to propose, A., J.Abawajy andR.Buyya, Energy-aware resource allocation heuristics for efficient management of datacenters for cloud computing [J] .Future Generation Computer Systems, 2011,28:755 – 768].
Solve by being optimized above-mentioned Mathematical Modeling, such as adopt greedy algorithm, Lagrangian Arithmetic, Means of Penalty Function Methods, particle cluster algorithm etc., under the prerequisite of the time of implementation and expense two QoS demand that meet cloud task, the resource allocation proposal making system total energy consumption minimum can be obtained.The present invention preferably adopts genetic algorithm to carry out the search of optimum resource scheduling scheme.Genetic algorithm uses for reference a kind of global optimizing algorithm of living nature natural selection and evolution.The solution of problem is encoded into individuality (also known as chromosome) by it, multiple individuality forms initial population, based on the natural selection mechanism of the survival of the fittest, utilize the operators such as selection, intersection, variation that initial population is constantly evolved, direction towards optimal solution is moved, and finally searches the optimal solution of problem.
Use genetic algorithm to be optimized to solve, chromosome coding method must be determined and design suitable fitness function, chromosome coding method of the present invention is as shown in Figure 2: adopt real coding mode, chromosomal length equals the quantity M of task, gene wherein and M task one_to_one corresponding; The physical host (resource) that the task of value corresponding to this gene of gene takies is numbered.
Fitness function designed by the present invention is as follows:
f=k adapt/lg(EC total+1),
In formula, k adaptfor adaptation parameter, be used for ensureing that adaptive value can know display; EC totalfor system total energy consumption.
According to above-mentioned chromosome coding method and fitness function, various existing genetic algorithm can be adopted to carry out the search of optimal solution.In order to improve convergence of algorithm performance, reduce the deadline, the present invention improves traditional genetic algorithm again further: improve the moderate individuality of fitness to keep population diversity by the selection opertor introducing normal distribution, utilizes normal distribution model to design crossover operator and mutation operator to keep population diversity and population structure according to fitness and evolutionary generation.Particularly, in the inventive method, select operation concrete in accordance with the following methods: according to normal state selection opertor probable value, with roulette method choice two chromosomes; Normal state selection opertor computing formula as follows:
P s ( X k t ) = e - [ f ( X k t ) - &mu; ] 2 2 &sigma; 2 &Sigma; j = 1 popSize e - [ f ( X k t ) - &mu; ] 2 2 &sigma; 2
Wherein, popSize is population scale, and μ represents the average fitness of t for population, σ 2represent the variance of each population at individual fitness, &sigma; 2 = &Sigma; j = 1 popSize [ f ( X j t ) - &mu; ] 2 popSize .
Crossover and mutation operation uses two-point crossover and even variation method, is specially: carry out crossover and mutation operation according to the probability of normal state crossover operator and the probability of normal mutation operator respectively to two chromosomes selected, and generates two new chromosomes; Normal state crossover operator with normal mutation operator be expressed as follows respectively:
P c ( X k t ) = k c ( 1 - t / t max ) e - [ f ( X k t ) - &mu; ] 2 2 &sigma; 2 , f ( X k t ) &GreaterEqual; &mu; k c , f ( X k t ) < &mu;
P m ( X k t ) = k m ( 1 - t / t max ) e - [ f ( X k t ) - &mu; ] 2 2 &sigma; 2 , f ( X k t ) &GreaterEqual; &mu; k m , f ( X k t ) < &mu;
Wherein, k cand k mrepresent interaction coefficent and the coefficient of variation respectively, k c, k m∈ [0,1], t represents current iteration number of times, t maxfor maximum iteration time.
Resource regulating method under cloud environment of the present invention, as shown in Figure 3, specifically comprises the following steps:
Step 1) chromosome coding: as shown in Figure 2, adopt real coding mode, chromosomal length equals the quantity M of task, gene wherein and M task one_to_one corresponding; The physical host (resource) that the task of value corresponding to this gene of gene takies is numbered;
Step 2) genetic algorithm initialization: initialization population scale is popSize, maximum iteration time t max, make algorithm perform current algebraically t=0, population number m=0 of future generation;
Step 3) produces initial population P (t), i.e. the original allocation scheme of resource: by coding rule stochastic generation chromosome of step 1), judge whether the QoS demand meeting task, if met, is then added initial population; Until initial population scale reaches popSize;
Step 4) evaluates resource scheduling scheme: each chromosome is corresponding a kind of resource scheduling scheme, calculates each chromosomal fitness, body one by one the highest for fitness is directly copied to the next generation; Fitness function is expressed as follows:
f=k adapt/lg(EC total+1)
Wherein k adaptfor adaptation parameter, be used for ensureing that adaptive value can know display, EC totalfor system total energy consumption;
Step 5) is selected individual: according to normal state selection opertor from P (t) probable value, with roulette method choice two chromosomes; If the fitness of individuality is f (X k), then individual X kin t generation by the probability selected be:
P s ( X k t ) = e - [ f ( X k t ) - &mu; ] 2 2 &sigma; 2 &Sigma; j = 1 popSize e - [ f ( X k t ) - &mu; ] 2 2 &sigma; 2
In formula, popSize is population scale, and μ represents the average fitness of t for population, represent the variance of each population at individual fitness;
The individual crossover and mutation of step 6): adopt two-point crossover and even variation method, to two chromosomes selected in step 5) respectively according to normal state crossover operator probability and normal mutation operator probability to carry out crossover and mutation operation generation two new individual; Normal state crossover operator with normal mutation operator be expressed as follows:
P c ( X k t ) = k c ( 1 - t / t max ) e - [ f ( X k t ) - &mu; ] 2 2 &sigma; 2 , f ( X k t ) &GreaterEqual; &mu; k c , f ( X k t ) < &mu;
P m ( X k t ) = k m ( 1 - t / t max ) e - [ f ( X k t ) - &mu; ] 2 2 &sigma; 2 , f ( X k t ) &GreaterEqual; &mu; k m , f ( X k t ) < &mu;
Wherein, k cand k mrepresent interaction coefficent and the coefficient of variation respectively, k c, k m∈ [0,1], t represents current iteration number of times, t maxfor maximum iteration time;
Step 7) individuality screening: judge whether two newly-generated chromosomes meet the QoS demand of task, if meet, compares father's individuality and the fitness of sub-individuality, high for fitness two individualities is added population P (t+1) of future generation; Do not meet, then turn to step 6);
Step 8) generates new population: judge population scale, if m<popSize, turn to step 5); Otherwise t=t+1, obtains resource scheduling scheme of new generation;
If step 9) t>t max, termination of iterations, exports optimum individual in population, obtains the resource scheduling scheme making system total energy consumption minimum; Otherwise, go to step 4), carry out iterative operation.
The present invention, under the prerequisite of the time of implementation and expense two QoS demand that meet cloud task, adopts Revised genetic algorithum, minimum for target with system total energy consumption, resource is dispatched, can reduce the energy consumption of system while guaranteed qos demand, and algorithmic statement performance is good, required time is short.

Claims (2)

1. the resource regulating method under cloud environment, processed by the M obtained after a cutting task matching to N number of physical host, it is characterized in that, the concrete scheme of task matching obtains by solving following Mathematical Modeling:
Subject to
T ijexec≤T iexpt,cost ijvm≤cost iexpt
In formula, EC totalfor system total energy consumption, EC jrepresent a jth physical host r jenergy consumption, T ijexec, T iexptrepresent i-th task t respectively iexpected time, expect the time of implementation, cost ijvm, cost iexptrepresent task t respectively iexpectation execution cost, expect execution cost;
Described Mathematical Modeling solve use genetic algorithm, the chromosome coding method of described genetic algorithm is as follows: adopt real coding mode, chromosomal length equals the quantity M of task, gene wherein and M task one_to_one corresponding; The physical host that the task of value corresponding to this gene of gene takies is numbered;
The fitness function of described genetic algorithm is as follows:
f=k adapt/lg(EC total+1),
In formula, k adaptfor adaptation parameter, EC totalfor system total energy consumption;
Selection operation in described genetic algorithm is concrete in accordance with the following methods: according to normal state selection opertor probable value, with roulette method choice two chromosomes; Normal state selection opertor computing formula as follows:
Wherein, popSize is population scale, and μ represents the average fitness of t for population, σ 2represent the variance of each population at individual fitness, f (X k) represent individual X in population kfitness, represent individual X kin t generation by the probability selected.
2. the resource regulating method as claimed in claim 1 under cloud environment, it is characterized in that, crossover and mutation operation in described genetic algorithm uses two-point crossover and even variation method, be specially: according to the probability of normal state crossover operator and the probability of normal mutation operator, crossover and mutation operation is carried out respectively to two chromosomes selected, generate two new chromosomes; Normal state crossover operator with normal mutation operator be expressed as follows respectively:
Wherein, k cand k mrepresent interaction coefficent and the coefficient of variation respectively, k c, k m∈ [0,1], t represents current iteration number of times, t maxfor maximum iteration time.
CN201210548133.3A 2012-12-17 2012-12-17 Resource regulating method under a kind of cloud environment Expired - Fee Related CN103024048B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210548133.3A CN103024048B (en) 2012-12-17 2012-12-17 Resource regulating method under a kind of cloud environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210548133.3A CN103024048B (en) 2012-12-17 2012-12-17 Resource regulating method under a kind of cloud environment

Publications (2)

Publication Number Publication Date
CN103024048A CN103024048A (en) 2013-04-03
CN103024048B true CN103024048B (en) 2015-08-05

Family

ID=47972172

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210548133.3A Expired - Fee Related CN103024048B (en) 2012-12-17 2012-12-17 Resource regulating method under a kind of cloud environment

Country Status (1)

Country Link
CN (1) CN103024048B (en)

Families Citing this family (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103942419B (en) * 2014-04-04 2017-05-03 南京邮电大学 Hybrid intelligent optimization method
CN105099950B (en) 2014-04-17 2018-08-14 华为技术有限公司 A kind of resource allocation methods, message communication method and device
CN103995749B (en) * 2014-05-21 2017-06-16 广东省电信规划设计院有限公司 The calculation task allocating method and system of cell cloud system
CN104811491A (en) * 2015-04-17 2015-07-29 华南理工大学 Cloud computing resource scheduling method based on genetic algorithm
CN104899100B (en) * 2015-05-28 2019-01-18 北京邮电大学 A kind of resource regulating method for cloud system
CN104915557B (en) * 2015-06-04 2017-09-01 中山大学 A kind of cloud method for allocating tasks based on Bi-objective ant group algorithm
CN105005501B (en) * 2015-07-02 2018-06-26 中国地质大学(武汉) A kind of second order optimizing and scheduling task method towards cloud data center
CN106453457B (en) 2015-08-10 2019-12-10 微软技术许可有限责任公司 Multi-priority service instance allocation within a cloud computing platform
CN105550033B (en) * 2015-11-17 2018-11-13 北京交通大学 Resource dispatching strategy method based on genetic tabu hybrid algorithm under privately owned cloud environment
CN105740051B (en) * 2016-01-27 2019-03-22 北京工业大学 Cloud computing resources based on Revised genetic algorithum dispatch implementation method
CN105704255B (en) * 2016-04-29 2019-01-08 浙江理工大学 A kind of server load balancing method based on genetic algorithm
CN106371908A (en) * 2016-08-31 2017-02-01 武汉鸿瑞达信息技术有限公司 Optimization method for image/video filter task distribution based on PSO (Particle Swarm Optimization)
CN106304308B (en) * 2016-09-19 2019-06-28 南京邮电大学 A kind of multi-service and deposit system medium cloud business energy optimization dispatching method
CN106408126B (en) * 2016-09-23 2018-01-30 广东技术师范学院 A kind of three perfecting by stage methods concurrently gathered towards energy consumption data
CN107145961A (en) * 2017-03-24 2017-09-08 南京邮电大学 A kind of tour schedule planing method based on improved adaptive GA-IAGA
CN107329826A (en) * 2017-06-16 2017-11-07 王海燕 A kind of heuristic fusion resource dynamic dispatching algorithm based on Cloudsim platforms
CN107679750B (en) * 2017-09-30 2020-10-02 桂林电子科技大学 Cloud manufacturing service resource matching method based on adaptive coefficient genetic algorithm
CN108093083B (en) * 2018-01-10 2020-06-05 北京航空航天大学 Cloud manufacturing task scheduling method and device and terminal
CN108449411B (en) * 2018-03-19 2020-09-11 河南工业大学 Cloud resource scheduling method for downward heterogeneous cost under random demand
CN108226436A (en) * 2018-03-30 2018-06-29 深圳智达机械技术有限公司 A kind of distribution Multiparameter water quality monitoring system
CN108762927B (en) * 2018-05-29 2022-01-14 上海艾涛信息科技发展有限公司 Multi-target task scheduling method for mobile cloud computing
CN108881432A (en) * 2018-06-15 2018-11-23 广东省城乡规划设计研究院 Cloud computing cluster load dispatching method based on GA algorithm
CN108984298A (en) * 2018-06-29 2018-12-11 广东工业大学 A kind of resource regulating method and system of cloud computing platform
CN108984286A (en) * 2018-06-29 2018-12-11 广东工业大学 A kind of resource regulating method and system of cloud computing platform
CN109254836B (en) * 2018-07-23 2022-06-14 湖南农业大学 Deadline constraint cost optimization scheduling method for priority dependent tasks of cloud computing system
CN109118064B (en) * 2018-07-25 2021-03-16 中国电子科技集团公司第二十八研究所 Optimal resource allocation method for probe task planning
CN109344463B (en) * 2018-09-14 2020-05-12 北京航空航天大学 Two-stage scheduling method of electronic product stress cloud simulation platform
CN109447264B (en) * 2018-09-17 2021-11-23 浙江工业大学 Virtual machine placement genetic optimization method based on VHAM-R model in cloud computing environment
CN109614038A (en) * 2018-11-23 2019-04-12 北京信息科技大学 A kind of multi-speed disk-scheduling method of diversification QoS constraint
CN109614198A (en) * 2018-11-26 2019-04-12 东南大学 A kind of virtual machine under electricity price dynamic change environment integrates dispatching algorithm
CN109871268A (en) * 2019-01-10 2019-06-11 暨南大学 A kind of energy-saving scheduling method based on air current composition at data-oriented center
CN109996171B (en) * 2019-03-11 2020-10-23 上海电力学院 Amorphous positioning method for genetic-tabu search optimization of wireless sensor network
CN110321208B (en) * 2019-06-27 2022-10-14 大连理工大学 Evolutionary computing method for solving cloud task scheduling
CN111652373B (en) * 2020-05-29 2023-10-31 山东浪潮科学研究院有限公司 Task scheduling method, device and equipment of cloud robot and storage medium
CN112584386A (en) * 2020-11-17 2021-03-30 国网安徽省电力有限公司信息通信分公司 5G C-RAN resource prediction and allocation method and system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101068157A (en) * 2007-06-07 2007-11-07 武汉理工大学 Grid task dispatching method based on time and expense restriction
CN102147465A (en) * 2011-03-03 2011-08-10 浙江大学 System and method for detecting sea target by chaos optimizing radar
CN102662743A (en) * 2012-04-13 2012-09-12 南京信息工程大学 Heuristic type coarse grain parallel grid task scheduling method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101068157A (en) * 2007-06-07 2007-11-07 武汉理工大学 Grid task dispatching method based on time and expense restriction
CN102147465A (en) * 2011-03-03 2011-08-10 浙江大学 System and method for detecting sea target by chaos optimizing radar
CN102662743A (en) * 2012-04-13 2012-09-12 南京信息工程大学 Heuristic type coarse grain parallel grid task scheduling method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Tasks Allocation for Real-Time Applications in Heterogeneous Sensor Networks for Energy Minimization;Jinghua Zhu等;《Eighth ACIS International Conference on Software Engineering, Artificial Intelligence, Networking, and Parallel/Distributed Computing》;20070801;第20-25页 *
云计算环境下资源的节能调度;徐骁勇等;《计算机应用》;20120701;第32卷(第7期);第1913-1946页 *

Also Published As

Publication number Publication date
CN103024048A (en) 2013-04-03

Similar Documents

Publication Publication Date Title
CN103024048B (en) Resource regulating method under a kind of cloud environment
Li et al. Electric vehicle charging management based on deep reinforcement learning
Zhang et al. Probabilistic solar irradiation forecasting based on variational Bayesian inference with secure federated learning
CN105071389B (en) The alternating current-direct current mixing micro-capacitance sensor optimizing operation method and device of meter and source net load interaction
Xia et al. Simplex quantum-behaved particle swarm optimization algorithm with application to ecological operation of cascade hydropower reservoirs
Changtian et al. Energy-aware genetic algorithms for task scheduling in cloud computing
CN105719091B (en) A kind of parallel Multiobjective Optimal Operation method of Hydropower Stations
CN111091247A (en) Power load prediction method and device based on deep neural network model fusion
CN109978404A (en) The passway for transmitting electricity Expansion Planning method that meter and uncertain factor and scene are cut down
CN110739696A (en) Integrated scheduling method for demand side resources and renewable energy in intelligent distribution network environment
CN102445980A (en) Energy-saving control system based on back-propagation (BP) neural network
CN107221925A (en) Optimum distribution formula power configuration method and device
Huang et al. Smart energy management system based on reconfigurable AI chip and electrical vehicles
Sun et al. Edge computing terminal equipment planning method for real-time online monitoring service of power grid
CN110991764A (en) Day-ahead rolling optimization method for comprehensive energy system
CN105868841B (en) A kind of geomantic omen fire combined scheduling method preferentially surfed the Internet based on wind-powered electricity generation
Yu Research on optimization strategy of task scheduling software based on genetic algorithm in cloud computing environment
CN106600078A (en) Micro-grid energy management scheme based on new energy power generation forecasting
CN112821456B (en) Distributed source-storage-load matching method and device based on transfer learning
Zhang et al. Time-of-use pricing model considering wind power uncertainty
CN115622096A (en) Load characteristic-based capacity configuration method and system for grid-connected micro-grid system
Zhou et al. Learning-based green workload placement for energy internet in smart cities
Singhal et al. Hybrid biogeography algorithm for reducing power consumption in cloud computing
Liu et al. Optimization Scheduling of Cloud Service Resources Based on Beetle Antennae Search Algorithm
Ye Optimization of resource scheduling based on genetic algorithm in cloud computing environment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20130403

Assignee: Jiangsu Nanyou IOT Technology Park Ltd.

Assignor: NANJING University OF POSTS AND TELECOMMUNICATIONS

Contract record no.: 2016320000209

Denomination of invention: Resources scheduling method under cloud environment

Granted publication date: 20150805

License type: Common License

Record date: 20161111

LICC Enforcement, change and cancellation of record of contracts on the licence for exploitation of a patent or utility model
EC01 Cancellation of recordation of patent licensing contract
EC01 Cancellation of recordation of patent licensing contract

Assignee: Jiangsu Nanyou IOT Technology Park Ltd.

Assignor: NANJING University OF POSTS AND TELECOMMUNICATIONS

Contract record no.: 2016320000209

Date of cancellation: 20180116

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20181212

Address after: 300 000 Tianjin Free Trade Test Zone (East Xinjiang Bonded Port Area) Building 1, Minghai Center, 416 Hulunbeier Road - 2, 7 - 608

Patentee after: Tianjin Quantum Age Information Technology Co.,Ltd.

Address before: Room 1302, No. 1, Lane 2277, Zuchong Road, China (Shanghai) Free Trade Pilot Area

Patentee before: Shanghai Airlines Intellectual Property Services Ltd.

Effective date of registration: 20181212

Address after: Room 1302, No. 1, Lane 2277, Zuchong Road, China (Shanghai) Free Trade Pilot Area, 200120

Patentee after: Shanghai Airlines Intellectual Property Services Ltd.

Address before: 210003 new model road, Nanjing, Nanjing, Jiangsu

Patentee before: NANJING University OF POSTS AND TELECOMMUNICATIONS

CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20150805

Termination date: 20211217