CN103927584A - Resource scheduling optimization method based on genetic algorithm - Google Patents

Resource scheduling optimization method based on genetic algorithm Download PDF

Info

Publication number
CN103927584A
CN103927584A CN201410154950.XA CN201410154950A CN103927584A CN 103927584 A CN103927584 A CN 103927584A CN 201410154950 A CN201410154950 A CN 201410154950A CN 103927584 A CN103927584 A CN 103927584A
Authority
CN
China
Prior art keywords
individual
fitness value
population
individuality
hierarchical region
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
CN201410154950.XA
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.)
HUBEI XINWEI EMERGENCY TECHNOLOGY Co Ltd
Original Assignee
HUBEI XINWEI EMERGENCY 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 HUBEI XINWEI EMERGENCY TECHNOLOGY Co Ltd filed Critical HUBEI XINWEI EMERGENCY TECHNOLOGY Co Ltd
Priority to CN201410154950.XA priority Critical patent/CN103927584A/en
Publication of CN103927584A publication Critical patent/CN103927584A/en
Pending legal-status Critical Current

Links

Landscapes

  • General Factory Administration (AREA)

Abstract

The embodiment of the invention provides a resource scheduling optimization method based on a genetic algorithm. According to the method, hierarchical region division is carried out according to individual fitness values to work out the average fitness value of hierarchical regions. In the process of selecting population individuals, firstly, roulette planning is carried out according to the average fitness value of the hierarchical regions to determine the number of candidate individuals to be selected from each hierarchical region, and then roulette individual selection is carried out in the same hierarchical region. By means of the method, the purpose of multiple-peak-value resource scheduling is achieved, a self-adaptation mechanism can be established, similar population individuals are prevented from being too concentrated, the diversity of the population individuals is improved, and therefore compared with a traditional elitist selection roulette selection algorithm, a better function solution can be obtained.

Description

A kind of scheduling of resource optimization method based on genetic algorithm
Technical field
The present invention relates to areas of information technology, be specifically related to a kind of scheduling of resource optimization method based on genetic algorithm.
Background technology
Nowadays, on the earth that the mankind depend on for existence and live, various accidents are just presenting the highly trend of unconventionalization, never occur in history or a-hundred-year accident and disaster, but occur more and more frequently now.In the face of various disasteies, emergency resources guarantee is the condition precedent of launching accident emergency management and rescue, requires certain area or trans-regional resource to be rationalized to layout and dynamically allotment, the rapid Optimum scheduling to all kinds of emergency resources of overall importance.
The top priority of solution of emergent event is that the loss that accident is caused is reduced to minimum, emergency resources delivery system towards this complexity, the emergency resources that how effectively scheduling source is various, kind is numerous and jumbled, quantity is huge, to meet disaster area rescue demand, and as much as possible by the damage control in minimum, be the current huge challenges that face of governments at all levels.
Emergency resources scheduling is a kind of of unconventional resource scheduling, and genetic algorithm, as the random search bionic method of a kind of simulating nature biological evolution or mass society behavior, is often applied in scheduling of resource.Genetic algorithm forward the power of genetic evolution from the effect of selecting operator.Roulette selection strategy is a kind of system of selection of selecting and adopting at random based on ratio, mainly according to contemporary population at individual fitness ratio weight, determines that individual inheritance, to follow-on chance, then determines individual selection according to the random pointer of roulette.
This case inventor finds in the process of the research and learning of roulette being selected to operator, although traditional roulette is selected operator simple structure, is widely used, but there are some defects: 1, roulette is selected the fitness function that requires structure adaptive value to be greater than zero, situation that cannot anticipation in objective function codomain, fitness function is chosen has considerable influence to algorithm performance; 2, because evaluation information relies on ideal adaptation degree ratio, easily there is fraud problem, the individual survival ability with higher adaptive value is very strong, and the population at individual diversity choosing is poor, causes entering interlace operation link and occurs that the individual equal probabilities of intersecting is between two higher.Therefore, prior art haves much room for improvement and improves.
Summary of the invention
The embodiment of the present invention provides a kind of scheduling of resource optimization method based on genetic algorithm, to improving the too early speed of convergence of traditional roulette algorithm, abandons too early some search subspaces, sets up adaptation mechanism, improves the diversity of population at individual.
First aspect, the embodiment of the present invention provides a kind of scheduling of resource optimization method based on genetic algorithm, and described method comprises:
Step S1, generate initial population S at random: the N in population S species resource individuality encoded, and all resources are individual forms a population;
Step S2, according to default fitness function, calculate each individual fitness value in population;
Step S3, carry out individual selection, hybridization, mutation operation: the fitness value to all individualities sorts according to size, record best fitness value and the poorest fitness value, by best fitness value and the difference of poor fitness value be divided into M hierarchical region, the individuality that fitness value is best is directly inserted to progeny population, remaining individuality is dispensed to corresponding hierarchical region according to fitness value separately;
Calculate the average fitness value A1 of each hierarchical region, described A1 be in current hierarchical region each individual fitness value sum divided by the individual amount of this grade district inclusion;
Carry out roulette for the first time and select operation, the average fitness value A1 that the selected probability B1 of each hierarchical region is current hierarchical region is divided by the average fitness value sum of all hierarchical regions;
Carry out roulette for the second time and select operation, calculate each individual selected probability B2 in each hierarchical region, described B2 is that this individual fitness value is divided by the fitness sum of all individualities of current hierarchical region;
Calculate each individual selected probability B3 in population S, B3 equals B1 and is multiplied by B2;
Step S4, judge whether current individuality meets end condition, if so, decoding obtains the resource scheduling scheme of local optimum, and if not, the progeny population generating based on individuality returns to step S2 and carries out next iteration processing.
Wherein, described N in population S species resource individuality encoded and comprised: adopt matrix to encode to the N in population S species resource individuality, each individual j kind resource quantity that represents to be dispatched to from i resource provision point destination, wherein, j ∈ N.
Further, described individuality hybridized and comprised:
A point of crossing j of random selection, the individual Parent1 of the parent of matrix coder and Parent2 are divided into respectively to two parts, Parent1 is cut apart to the part that obtains and Parent2 and cut apart the corresponding part obtaining and carry out coordinated transposition, thereby obtain two new offspring individuals.
Preferably, described M equals 3;
Wherein, each self-contained individual amount of a described M hierarchical region is identical or not identical.
Described N in population S species resource individuality encoded and comprised and take scale-of-two or real number, or tree structure is encoded to resource individuality.
The scheduling of resource optimization method based on genetic algorithm that the embodiment of the present invention provides,, take to carry out hierarchical region division according to ideal adaptation degree value, set up the average fitness value of hierarchical region.When selected population is individual, first according to the average fitness value of hierarchical region, carry out roulette planning, the quantity of candidate's individuality is chosen in decision from each hierarchical region, then in same hierarchical region, carrying out roulette selects individual again, by the method, on the resource scheduling that solves multi-peak, can set up adaptation mechanism, automatically suppress population similar individuals too concentrated, improve population at individual diversity, thereby obtain, than traditional elite, select the better Function Solution of roulette selection algorithm.
Accompanying drawing explanation
Fig. 1 is a kind of scheduling of resource optimization method schematic flow sheet based on genetic algorithm that the embodiment of the present invention provides;
Fig. 2 is the individual choice method flow schematic diagram based on genetic algorithm that the embodiment of the present invention provides.
Embodiment
The embodiment of the present invention provides a kind of scheduling of resource optimization method based on genetic algorithm, to improving the too early speed of convergence of traditional roulette algorithm, abandons too early some search subspaces, sets up adaptation mechanism, improves the diversity of population at individual.
In order to make those skilled in the art person understand better the present invention program, below in conjunction with the accompanying drawing in the embodiment of the present invention, technical scheme in the embodiment of the present invention is clearly and completely described, obviously, described embodiment is only the embodiment of a part of the present invention, rather than whole embodiment.Embodiment based in the present invention, those of ordinary skills, not making the every other embodiment obtaining under creative work prerequisite, should belong to the scope of protection of the invention.
The embodiment of the present invention provides a kind of scheduling of resource optimization method based on genetic algorithm, shown in Figure 1, comprising:
Step S1, generate initial population S at random: the N in population S species resource individuality encoded, and all resources are individual forms a population;
Step S2, according to default fitness function, calculate each individual fitness value in population;
Step S3, carry out individual selection, hybridization, mutation operation;
Step S4, judge whether current individuality meets end condition, if so, decoding obtains the resource scheduling scheme of local optimum, and if not, the progeny population generating based on individuality returns to step S2 and carries out next iteration processing.
The selection step of wherein said step S3 is shown in Figure 2, comprising:
Step D1, the fitness value of all individualities is sorted according to size, record best fitness value and the poorest fitness value, by best fitness value and the difference of poor fitness value be divided into M hierarchical region, the individuality that fitness value is best is directly inserted to progeny population, remaining individuality is dispensed to corresponding hierarchical region according to fitness value separately;
Step D2, calculate the average fitness value A1 of each hierarchical region, described A1 is the individual amount that in current hierarchical region, each individual fitness value sum comprises divided by this stratum;
Step D3, carry out for the first time roulette and select operation, the average fitness value A1 that the selected probability B1 of each hierarchical region is current hierarchical region is divided by the average fitness value sum of all hierarchical regions;
Step D4, carry out for the second time roulette and select operation, calculate each individual selected probability B2 in each hierarchical region, described B2 is that this individual fitness value is divided by the fitness sum of all individualities of current hierarchical region;
Each individual selected next step hereditary probability B3 that enters in step D5, calculating population S, B3 equals B1 and is multiplied by B2.
Wherein, described the fitness value of all individualities is comprised according to order from small to large and being arranged and order is from big to small arranged according to size sequence.
Wherein, described N in population S species resource individuality encoded and comprised: adopt matrix to encode to the N in population S species resource individuality, each individual j kind resource quantity that represents to be dispatched to from i resource provision point destination, wherein, j ∈ N.
Further, described individuality hybridized and comprised:
A point of crossing j of random selection, the individual Parent1 of the parent of matrix coder and Parent2 are divided into respectively to two parts, Parent1 is cut apart to the part that obtains and Parent2 and cut apart the corresponding part obtaining and carry out coordinated transposition, thereby obtain two new offspring individuals.
Preferably, described M equals 3;
Wherein, each self-contained individual amount of a described M hierarchical region is identical or not identical.
Described N in population S species resource individuality encoded and comprised and take scale-of-two or real number, or tree structure is encoded to resource individuality.
It should be noted that, the method that the embodiment of the present invention provides is all suitable for for solving Richest problem, and Richest problem mainly comprises:
1, the whole search volume of Richest problem is the whole world 6,000,000,000 people, and search volume may be partitioned into again the constantly subspace of segmentation such as continent, country, area;
2,100 people of initial random selection, wherein have Dane, American from developed country, have Russian, Mexican and Chinese from developing country, also have some people from less developed country;
3, the case study of traditional roulette selection strategy.
Due to country variant, different regions in global range, even people's gap between the rich and the poor of areal is huge, and obviously Richest problem model is a multi-peak problem very intuitively.
For example, Denmark is country the richest in western developed country, wealth is very high per capita, compare with Denmark, wealth is lower per capita in the countries such as developing Mexico, Russia, China, if according to traditional roulette selection strategy, the individuality that belongs to sub-search volume Denmark just has compared with more options probability.Obviously, Denmark is the richest in the whole world per capita, but does not have so-called top rich man; On the contrary, Russia, Mexico, China is the very high place of Gini coefficient like this, and gap between the rich and the poor very large (be Richest problem function precipitous and concuss), but there will be the richest somebody in the world, as Mexico telecommunication magnate Carlos James Slim He Lu etc.
Therefore, with traditional roulette selection strategy, solve similar Richest problem model, be easier to cause being absorbed in locally optimal solution.
In real world, according to economic development level, the index such as rich level divides global various countries for a plurality of grades such as " developed country ", " developing country ", " less developed countries " per capita, according to individual wealth index, be divided into rich stratum, middle class and the poor stratum again, its middle-class is divided according to being relevant average fitness.
Using such method, the present invention improves traditional roulette selection strategy, according to ideal adaptation degree value information, divides individual affiliated stratum, further obtains the average fitness of corresponding stratum.When solving Richest problem, first according to stratum's average fitness, carry out roulette selection and from each stratum, choose the quantity of candidate's individuality with planning, then in same stratum, again carry out roulette and select individual.For avoiding random crossover and mutation to cause each to take turns, select individual destruction, adopt elite to select genetic algorithm, to substitute the poorest individuality after crossover and mutation operation.
Thisly according to ideal adaptation degree, contemporary population at individual is carried out to stratum's division, set up stratum's average fitness, first according to stratum's average fitness, carry out roulette planning, determine the quantity of each stratum's individuality; Then the individuality in same stratum is carried out the selection strategy of roulette according to ideal adaptation degree ratio, the present invention is referred to as sublevel secondary roulette selection strategy.Sublevel secondary roulette selection strategy, has certain flexibility, can effectively avoid because ideal adaptation degree difference is excessive, causes and selects diversity decline and poor " potentiality " individuality of fitness to be eliminated.
Therefore the scheduling of resource optimization method based on genetic algorithm that the embodiment of the present invention provides, takes to carry out hierarchical region division according to ideal adaptation degree value, sets up the average fitness value of hierarchical region.When selected population is individual, first according to the average fitness value of hierarchical region, carry out roulette planning, the quantity of candidate's individuality is chosen in decision from each hierarchical region, then in same hierarchical region, carrying out roulette selects individual again, by the method, on the resource scheduling that solves multi-peak, can set up adaptation mechanism, automatically suppress population similar individuals too concentrated, improve population at individual diversity, thereby obtain, than traditional elite, select the better Function Solution of roulette selection algorithm.
The embodiment of the present invention also provides a kind of scheduling of resource optimization method based on genetic algorithm, comprising:
(1), initialization population: S ( t ) = { x 1 t , x 2 t , Λ , x N t } , x i t ∈ P ( t ) , t = 0 , i ∈ [ 1 , N ] ;
(2), according to fitness function f(x), calculate each individuality in S (t) fitness value
(3), the fitness value for all individualities of population to t according to sorting from high to low, record best fitness value f bestthe poorest fitness value f worst, according to elite's retention strategy, retain fitness value preferably individual, a remaining N-1 individuality is divided into M hierarchical region Z, Diff tt=f best-f worstwhat be best fitness value with the poorest fitness value is poor, Diff t〃=(f best-f worst)/M is divided into M decile stratum by best fitness value and the difference of poor fitness value,
Z j t ( t ) = { x 1 + Σ k = 1 j - 1 n k t , x 2 + Σ k = 1 j - 1 n k t , . . . , x Σ k = 1 j n k t } , And j ≤ M , Σ j = 1 M n j = N - 1
Therefore, N-1 current population at individual is dispensed to each hierarchical region according to ideal adaptation degree value,
∀ x ∈ Z j t , f ( x ) ∈ [ f worst , f worst + Diff t ′ ′ × j ] = f worst , f worst + j × ( f best - f worst ) M , And meet j=(1,2 ..., M).
(4), calculate each hierarchical region interior individual amount nj and average fitness value thereof
F ‾ z j t = Σ i = 1 n 1 f ( x i + Σ k = 1 j - 1 n k t ) n j - - - ( 2 - 1 )
(5), roulette is selected operation for the first time, to the corresponding average fitness value of each hierarchical region of M carry out roulette selection, to determine to choose the quantity planning of candidate's individuality, j the probability that hierarchical region is selected from different estate
P j = F ‾ z j t Σ k = 1 M F ‾ z k t - - - ( 2 - 2 )
(6), roulette is selected operation for the second time, because in hierarchical region be not the optimum individual on full population truly, does not therefore adopt elite's retention strategy, hierarchical region
Z j t ( t ) = { x 1 + Σ k = 1 j - 1 n k t , x 2 + Σ k = 1 j - 1 n k t , . . . , x Σ k = 1 j n k t }
In individual selected probability
P j , k ′ ′ = f ( x i + Σ k = 1 j - 1 n k t ) Σ i = 1 n j f ( x i + Σ k = 1 j - 1 n k t ) - - - ( 2 - 3 )
According to formula (2-1), formula (2-2), formula (2-3), can calculate population middle individuality the selected probability that enters next step genetic manipulation
P i t = P j × P j , k ′ ′ = F ‾ z j t Σ k = 1 M F ‾ z k t × f ( x i + Σ k = 1 j - 1 n k t ) Σ i = 1 n j f ( x i + Σ k = 1 j - 1 n k t ) = ( Σ i = 1 n j f ( x i + Σ k = 1 j - 1 n k t ) ) Σ n h = 1 M ( Σ i = 1 n j f ( x i + Σ k = 1 n k j - 1 t ) n j ) × f ( x i + Σ k = 1 j - 1 n k t ) Σ i = 1 n j f ( x i + Σ k = 1 j - 1 n k t ) = f ( x i + Σ k = 1 j - 1 n k t ) n j Σ n h = 1 m ( Σ i = 1 n h f ( x i + Σ k = 1 j - 1 n k t ) / nh ) - - - ( 2 - 4 )
N wherein jfor place hierarchical region Z j t ( t ) = { x 1 + Σ k = 1 j - 1 n k t , x 2 + Σ k = 1 j - 1 n k t , . . . , x Σ k = 1 j n k t } Individual amount.This shows, the individual amount of place hierarchical region is larger, its selecteed probability will decrease, on the contrary, individual amount is less, its selecteed probability will strengthen to some extent, reduce to a certain extent fitness similar individuals and entered next step genetic manipulation by mistake more options, can avoid to a certain extent too early being abandoned of the poor individuality of fitness.This genetic method will be set up adaptation mechanism, automatically suppress the too concentrated of population similarity individuality, improve the diversity of population at individual, for solving the optimization of similar Richest problem and multi-peak function, provide a new method.
One of ordinary skill in the art will appreciate that all or part of step in the various flow processs of above-described embodiment is to come the hardware that instruction is relevant to complete by program, this program can be stored in a computer-readable recording medium, storage medium can comprise: ROM (read-only memory) (ROM, Read Only Memory), random access memory (RAM, Random Access Memory), disk or CD etc.
, in the above-described embodiments, the description of each embodiment is all emphasized particularly on different fields meanwhile, in certain embodiment, there is no the part of detailed description, can be referring to the associated description of other embodiment.
A kind of scheduling of resource optimization method based on the genetic algorithm above embodiment of the present invention being provided is described in detail, applied specific case herein mutual principle of the present invention and embodiment are set forth, the explanation of above embodiment is just for helping to understand method of the present invention and core concept thereof; , for one of ordinary skill in the art, according to thought of the present invention, all will change in specific embodiments and applications, in sum, this description should not be construed as limitation of the present invention meanwhile.

Claims (6)

1. the scheduling of resource optimization method based on genetic algorithm, is characterized in that, described method comprises:
Step S1, generate initial population S at random: the N in population S species resource individuality encoded, and all resources are individual forms a population;
Step S2, according to default fitness function, calculate each individual fitness value in population;
Step S3, carry out individual selection, hybridization, mutation operation: the fitness value to all individualities sorts according to size, record best fitness value and the poorest fitness value, by best fitness value and the difference of poor fitness value be divided into M hierarchical region, the individuality that fitness value is best is directly inserted to progeny population, remaining individuality is dispensed to corresponding hierarchical region according to fitness value separately;
Calculate the average fitness value A1 of each hierarchical region, described A1 be in current hierarchical region each individual fitness value sum divided by the individual amount of this grade district inclusion;
Carry out roulette for the first time and select operation, the average fitness value A1 that the selected probability B1 of each hierarchical region is current hierarchical region is divided by the average fitness value sum of all hierarchical regions;
Carry out roulette for the second time and select operation, calculate each individual selected probability B2 in each hierarchical region, described B2 is that this individual fitness value is divided by the fitness sum of all individualities of current hierarchical region;
Calculate each individual selected probability B3 in population S, B3 equals B1 and is multiplied by B2;
Step S4, judge whether current individuality meets end condition, if so, decoding obtains the resource scheduling scheme of local optimum, and if not, the progeny population generating based on individuality returns to step S2 and carries out next iteration processing.
2. method according to claim 1, it is characterized in that, described N in population S species resource individuality encoded and comprised: adopt matrix to encode to the N in population S species resource individuality, each individual j kind resource quantity that represents to be dispatched to from i resource provision point destination, wherein, j ∈ N.
3. method according to claim 2, is characterized in that, described individuality is hybridized and comprised:
A point of crossing j of random selection, the individual Parent1 of the parent of matrix coder and Parent2 are divided into respectively to two parts, Parent1 is cut apart to the part that obtains and Parent2 and cut apart the corresponding part obtaining and carry out coordinated transposition, thereby obtain two new offspring individuals.
4. method according to claim 1, is characterized in that, described M equals 3.
5. method according to claim 1, is characterized in that, each self-contained individual amount of a described M hierarchical region is identical or not identical.
6. method according to claim 1, is characterized in that, described N in population S species resource individuality encoded and comprised and take scale-of-two or real number, or tree structure is encoded to resource individuality.
CN201410154950.XA 2014-04-17 2014-04-17 Resource scheduling optimization method based on genetic algorithm Pending CN103927584A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410154950.XA CN103927584A (en) 2014-04-17 2014-04-17 Resource scheduling optimization method based on genetic algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410154950.XA CN103927584A (en) 2014-04-17 2014-04-17 Resource scheduling optimization method based on genetic algorithm

Publications (1)

Publication Number Publication Date
CN103927584A true CN103927584A (en) 2014-07-16

Family

ID=51145800

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410154950.XA Pending CN103927584A (en) 2014-04-17 2014-04-17 Resource scheduling optimization method based on genetic algorithm

Country Status (1)

Country Link
CN (1) CN103927584A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104166903A (en) * 2014-08-18 2014-11-26 四川航天系统工程研究所 Task planning method and system based on working procedure division
CN105550751A (en) * 2015-12-15 2016-05-04 重庆大学 Steelmaking-continuous casting scheduling method utilizing priority policy hybrid genetic algorithm
CN105740051A (en) * 2016-01-27 2016-07-06 北京工业大学 Cloud computing resource scheduling realization method based on improved genetic algorithm
CN108400935A (en) * 2018-02-11 2018-08-14 国家电网公司信息通信分公司 A kind of service path selection method, device and electronic equipment based on genetic algorithm
CN110197303A (en) * 2019-05-30 2019-09-03 浙江树人学院(浙江树人大学) A kind of fireman's rescue dispatch method adapting to fire dynamic change
CN112035224A (en) * 2020-07-17 2020-12-04 中国科学院上海微系统与信息技术研究所 Fog calculation scheduling method suitable for intelligent factory

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1992017981A1 (en) * 1991-03-28 1992-10-15 Siemens Aktiengesellschaft Process for compressing video images
CN101354776A (en) * 2007-07-25 2009-01-28 太极计算机股份有限公司 Method and system for generating emergency scheme based on GIS platform
CN101378555A (en) * 2008-10-13 2009-03-04 中国移动通信集团福建有限公司 System for commanding and scheduling great event emergency based on GIS
CN101782977A (en) * 2009-01-15 2010-07-21 许建国 Optimal dispatch system and dispatch algorithm of emergency rescue goods and materials

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1992017981A1 (en) * 1991-03-28 1992-10-15 Siemens Aktiengesellschaft Process for compressing video images
CN101354776A (en) * 2007-07-25 2009-01-28 太极计算机股份有限公司 Method and system for generating emergency scheme based on GIS platform
CN101378555A (en) * 2008-10-13 2009-03-04 中国移动通信集团福建有限公司 System for commanding and scheduling great event emergency based on GIS
CN101782977A (en) * 2009-01-15 2010-07-21 许建国 Optimal dispatch system and dispatch algorithm of emergency rescue goods and materials

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
张雷: "基于DNA遗传算法的曲面最短路径问题", 《计算机工程》 *

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104166903A (en) * 2014-08-18 2014-11-26 四川航天系统工程研究所 Task planning method and system based on working procedure division
CN104166903B (en) * 2014-08-18 2018-04-17 四川航天系统工程研究所 Mission planning method and system based on process division
CN105550751A (en) * 2015-12-15 2016-05-04 重庆大学 Steelmaking-continuous casting scheduling method utilizing priority policy hybrid genetic algorithm
CN105550751B (en) * 2015-12-15 2018-05-29 重庆大学 Utilize the steel-making continuous casting production scheduling method of priority policy genetic algorithm
CN105740051A (en) * 2016-01-27 2016-07-06 北京工业大学 Cloud computing resource scheduling realization method based on improved genetic algorithm
CN105740051B (en) * 2016-01-27 2019-03-22 北京工业大学 Cloud computing resources based on Revised genetic algorithum dispatch implementation method
CN108400935A (en) * 2018-02-11 2018-08-14 国家电网公司信息通信分公司 A kind of service path selection method, device and electronic equipment based on genetic algorithm
CN108400935B (en) * 2018-02-11 2021-02-23 国家电网公司信息通信分公司 Genetic algorithm-based service path selection method and device and electronic equipment
CN110197303A (en) * 2019-05-30 2019-09-03 浙江树人学院(浙江树人大学) A kind of fireman's rescue dispatch method adapting to fire dynamic change
CN110197303B (en) * 2019-05-30 2021-02-26 浙江树人学院(浙江树人大学) Firefighter rescue scheduling method adaptive to dynamic changes of fire
CN112035224A (en) * 2020-07-17 2020-12-04 中国科学院上海微系统与信息技术研究所 Fog calculation scheduling method suitable for intelligent factory
CN112035224B (en) * 2020-07-17 2024-03-12 中国科学院上海微系统与信息技术研究所 Fog calculation scheduling method suitable for intelligent factory

Similar Documents

Publication Publication Date Title
CN103927584A (en) Resource scheduling optimization method based on genetic algorithm
CN104866578B (en) A kind of imperfect Internet of Things data mixing fill method
Esty et al. Global environmental governance: options & opportunities
CN107632590B (en) A kind of bottom event sort method priority-based
Briggs Clarifying ASA’s view on P-values in hypothesis testing
CN110288199A (en) The method of product quality forecast
CN108920510A (en) Automatic chatting method, device and electronic equipment
CN107545360A (en) A kind of air control intelligent rules deriving method and system based on decision tree
CN111104975B (en) Credit evaluation method based on breadth learning
Shin et al. Super-CWC and super-LCC: Super fast feature selection algorithms
Burridge Unifying models of dialect spread and extinction using surface tension dynamics
CN110851620A (en) Knowledge representation method based on combination of text embedding and structure embedding
CN109710842A (en) Method for pushing, device and the readable storage medium storing program for executing of business information
CN113807499A (en) Lightweight neural network model training method, system, device and storage medium
CN104008177A (en) Method and system for rule base structure optimization and generation facing image semantic annotation
Kraftová et al. At the threshold of the fourth industrial revolution: who gets who loses
Wu et al. A machine-learning approach to venture capital
CN111914060B (en) Merchant multi-view feature extraction and model construction method based on online comment data
Wang et al. BERT-based Chinese text classification for emergency domain with a novel loss function
CN103605631A (en) Increment learning method on the basis of supporting vector geometrical significance
CN106156181A (en) A kind of another name acquisition methods and device
CN114898156B (en) Cross-modal semantic representation learning and fusion-based image classification method and system
CN109902178A (en) A kind of multistage file classification method and system
CN115099309A (en) Method for designing cost evaluation model for storage and index of graph data
Briguglio Building resilience in the pacific island countries

Legal Events

Date Code Title Description
C06 Publication
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: 20140716

RJ01 Rejection of invention patent application after publication