CN106022534B - The method for solving the problems, such as aircraft landing based on modified difference algorithm - Google Patents

The method for solving the problems, such as aircraft landing based on modified difference algorithm Download PDF

Info

Publication number
CN106022534B
CN106022534B CN201610367227.9A CN201610367227A CN106022534B CN 106022534 B CN106022534 B CN 106022534B CN 201610367227 A CN201610367227 A CN 201610367227A CN 106022534 B CN106022534 B CN 106022534B
Authority
CN
China
Prior art keywords
aircraft
landing
population
indicate
aircraft landing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201610367227.9A
Other languages
Chinese (zh)
Other versions
CN106022534A (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.)
Nanjing Post and Telecommunication University
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 CN201610367227.9A priority Critical patent/CN106022534B/en
Publication of CN106022534A publication Critical patent/CN106022534A/en
Application granted granted Critical
Publication of CN106022534B publication Critical patent/CN106022534B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/04Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/40Business processes related to the transportation industry

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Human Resources & Organizations (AREA)
  • Economics (AREA)
  • Strategic Management (AREA)
  • Theoretical Computer Science (AREA)
  • Tourism & Hospitality (AREA)
  • General Physics & Mathematics (AREA)
  • Marketing (AREA)
  • General Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Game Theory and Decision Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Development Economics (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Primary Health Care (AREA)
  • Traffic Control Systems (AREA)

Abstract

The present invention proposes a kind of method for solving the problems, such as aircraft landing based on modified difference algorithm, specifically includes: establishing aircraft landing model and fitness function;It generates population primary and calculates the fitness value of each population at individual;It made a variation, intersected, generate population of new generation;Select keeping optimization;Judge termination condition, exports optimal solution.The present invention accelerates convergence rate, improves optimization precision and efficiency, while solving stagnation problem, and reduce the economic punishment in aircraft landing problem, has general applicability in aircraft landing problem.

Description

The method for solving the problems, such as aircraft landing based on modified difference algorithm
Technical field
The invention belongs to aircraft scheduling fields, especially a kind of to solve the problems, such as aircraft landing based on modified difference algorithm Method.
Background technique
In past 20 years, demand of the people to air transportation is dramatically increased, this leads to airspace increasingly congestion, is caused Airport is unable to cope with all demands.Therefore, airport administrator provide High-effective Service, shift or change some aircraft landings or Huge challenge is faced on the departure time, the poor efficiency that these variations may cause Airport Resources uses and reduce customer service, flies Machine landing problems play pivotal player on determining the landing times for reaching aircraft, therefore carry out the optimization of aircraft landing problem Calculating has great function to the cost reduction in practice.Aircraft landing problem includes building a set of aircraft landing time Table makes every airplane be dispensed on a specific time in this way and lands in a specific runway, while ensuring all problems Reach constraint condition with safety, it is therefore an objective to keep aircraft landing more early than the predetermined time to or it is late arrive caused by economic punishment minimize.
Aircraft landing problem is difficult nondeterministic polynomial (NP-hard) problem.For this reason that can connect In the time range received, heuristic and meta-heuristic algorithm is widely used for finding the solution of high quality instead of exact algorithm.To the greatest extent Pipe exact algorithm can provide best solution, but their calculating time is often as the increase of problem scale is at multiplication Long, this makes them be only suitable for middle-size and small-size problem.Although basic at present to solve the problems, such as that aircraft landing proposes numerous algorithms None algorithm is proved to be an effective solution problem method in all examples, and their performance usually with Example, which becomes larger, to be gradually reduced.
Differential evolution algorithm is a very famous evolution algorithm, highly effective when solving continuous optimization problems, can Cherish, differential evolution algorithm is not so good in the utilization of combinatorial optimization problem, wherein most important disadvantage is it Very high calculating is spent, and especially when population scale is larger, convergence rate declines rapidly, greatly reduces optimization Efficiency.Differential evolution algorithm is improved, just seems significant to make up the slow problem of convergence rate.
Summary of the invention
Technical problem solved by the invention is to provide a kind of solution aircraft landing based on modified difference algorithm and asks The method of topic introduces variation in difference algorithm, intersects, selection, accelerates convergence rate, improve optimization precision and efficiency, And reduce the economic punishment in aircraft landing problem.
The technical solution for realizing the aim of the invention is as follows:
The method for solving the problems, such as aircraft landing based on modified difference algorithm, comprising the following steps:
Step 1: the constraint condition and maximum number of iterations G of given aircraft landing problemmax, establish aircraft landing model and Fitness function;
Step 2: population primary, population scale NP being generated according to aircraft landing model, wherein each population at individual represents A kind of aircraft landing scheme;
Step 3: according to fitness function, calculating the fitness value of each population at individual;
Step 4: to the target solution of each population at individualMutation operation is carried out, mutation solution is generatedFollowing iterative formula It makes a variation for one-dimensional in target solution, i.e.,
Wherein, target solutionIndicate the set of the landing plans of all aircrafts;What n was represented is aircraft The sum of aircraft in landing problems, j indicate the number number of current aircraft,Indicate jth airplane in i-th set of landing plans Landing plans arrangement;F=rand (0.1,1.5), F indicate the mutagenic factor in mutation operation;WithIt is random respectively The solution chosen from current population, and
Step 5: to target solutionIt is solved with mutationCrossover operation is carried out, population of new generation is generated
Step 6: calculating population of new generationFitness value, and withFitness value compare, carry out selection generation Fresh target solution
Step 7: judging whether to reach maximum number of iterations Gmax, if so, outputOtherwise, step 3 is gone to.
Further, the method for the invention that solve the problems, such as aircraft landing based on modified difference algorithm, in step 1, The constraint condition of aircraft landing problem are as follows:
Wherein, xiFor the landing times of No. i-th aircraft, xjFor the landing times of jth aircraft, i=1,2 ..., n, j= 1,2 ..., n, i ≠ j, n are number of aircraft, EiFor earliest landing times as defined in No. i-th aircraft, LiFor as defined in No. i-th aircraft Landing times the latest, sijFor the regulation landing separations time of land No. i-th aircraft and jth aircraft on same runway.
Further, the method for the invention that solve the problems, such as aircraft landing based on modified difference algorithm, in step 1, Fitness function are as follows:
Wherein, f is fitness function, TiIndicate the target arrival time of No. i-th aircraft, C1iIndicate that No. i-th aircraft is opposite Target evening arrival time to and generate per unit time in economic punishment, C2iWhen indicating that No. i-th aircraft relative target reaches Between early arrive and generate per unit time in economic punishment, i=1,2 ..., n, n is number of aircraft.
Further, the method for the invention that solve the problems, such as aircraft landing based on modified difference algorithm, in step 2, Aircraft landing scheme includes the landing runway and landing times of every airplane.
Further, the method for the invention that solve the problems, such as aircraft landing based on modified difference algorithm, in step 5, Population of new generationAre as follows:
Wherein,CR ∈ [0,1] is cross rate, Rand (j) ∈ [0,1] Indicate that the aircraft for corresponding to jth number randomly selects a number, Rnd (i) ∈ { 1,2 ..., n } indicates the aircraft number randomly selected Number.
Further, the method for the invention that solve the problems, such as aircraft landing based on modified difference algorithm, in step 6, Fresh target solutionAre as follows:
Wherein,F () is fitness function.
The invention adopts the above technical scheme compared with prior art, has following technical effect that
1, method fast convergence rate of the invention, while solving stagnation problem, improve optimization efficiency;
2, method of the invention aircraft landing problem with during increase the diversity of population, optimize precision Height greatly reduces economic punishment cost;
3, method of the invention has general applicability in aircraft landing problem.
Detailed description of the invention
Fig. 1 is the method flow diagram of the invention that solve the problems, such as aircraft landing based on modified difference algorithm.
Specific embodiment
Embodiments of the present invention are described below in detail, the example of the embodiment is shown in the accompanying drawings, wherein from beginning Same or similar element or element with the same or similar functions are indicated to same or similar label eventually.Below by ginseng The embodiment for examining attached drawing description is exemplary, and for explaining only the invention, and is not construed as limiting the claims.
Aircraft landing problem is described as follows:
(1) every airplane must be assigned on a determining runway;
(2) the same time on same runway can only have lands no more than an airplane;
(3) landing times of every airplane all should be within the scope of time window predetermined;
(4) interval time of the interplane to land on same runway must reach the interval time of safety standard.
The parameter system of aircraft landing problem is initially set up, as shown in the table:
n Reach the number of aircraft
m The number of runway
Sij Aircraft i and aircraft j lands required interval time on same runway
Ti Aircraft i the set goal landing times
Ei The earliest landing times of aircraft i
Li The landing times the latest of aircraft i
C1i Per unit time interior economic punishment of aircraft i evening relative target time to generation
C2i The aircraft i relative target time early arrives the economic punishment interior per unit time of generation
xi The landing times of aircraft i
Method proposed by the present invention that solve the problems, such as aircraft landing based on modified difference algorithm, method flow such as Fig. 1 It is shown, specifically includes the following steps:
Step 1: the constraint condition and maximum number of iterations G of given aircraft landing problemmax, establish aircraft landing model and Fitness function.
The constraint condition of aircraft landing problem are as follows:
Wherein, xiFor the landing times of No. i-th aircraft, xjFor the landing times of jth aircraft, i=1,2 ..., n, j= 1,2 ..., n, i ≠ j, n are number of aircraft, EiFor earliest landing times as defined in No. i-th aircraft, LiFor as defined in No. i-th aircraft Landing times the latest, sijFor the regulation landing separations time of land No. i-th aircraft and jth aircraft on same runway.
Fitness function are as follows:
Wherein, f is fitness function, TiIndicate the target arrival time of No. i-th aircraft, C1iIndicate that No. i-th aircraft is opposite Target evening arrival time to and generate per unit time in economic punishment, C2iWhen indicating that No. i-th aircraft relative target reaches Between early arrive and generate per unit time in economic punishment, i=1,2 ..., n, n is number of aircraft.
Step 2: population primary being generated according to aircraft landing model, population scale takes NP=5, wherein each population at individual Represent a kind of aircraft landing scheme.The population scale that this place takes is smaller, and referred to as micro- differential evolution can effectively promote difference Divide the convergence rate of evolution algorithm, but will increase the risk for stagnation problem occur.
Aircraft landing scheme solves representation are as follows:
The landing plans of one airplane include the landing runway and landing times of aircraft, with the real number of a mixed decimal come table Show landing plans, integer part indicates the runway to land, and fractional part indicates the landing times on the runway.
The aircraft landing scheme of the present embodiment is as shown in the table:
Aircraft number 1 2 3 4 5 6
Landing plans 2.4 1.45 1.3 3.7 3.55 2.2
Here runway sum is 3, so the value of integer part respectively represents three runways, fractional part in [1,3] Dividing indicates landing times, on same runway, the priority in respect of time of mode in ascending order.Such as No. 3 fly The landing plans 1.3 of machine indicate are as follows: landing runway is runway 1, and (aircraft is default in 1 landing times of runway-runway 1 by 0.3= Earliest can landing times)/(runway 1 it is default the latest can landing times-runway 1 is default earliest can landing times).
Step 3: according to fitness function, calculating the fitness value of each population at individual.
Step 4: to the target solution of each population at individualMutation operation is carried out, mutation solution is generatedFollowing iterative formula It makes a variation for one-dimensional in target solution, i.e.,
Wherein, target solutionIndicate the set of the landing plans of all aircrafts;What n was represented is aircraft The sum of aircraft in landing problems, j indicate the number number of current aircraft,Indicate jth airplane in i-th set of landing plans Scheme arrangement;F=rand (0.1,1.5), F indicate the mutagenic factor in mutation operation;WithBe respectively at random from The solution chosen in current population, and
Here mutagenic factor F be not only randomly select it is primary, but when carry out mutation operation calculating every time all Again F=rand (0.1,1.5) operation is done, the diversity that can greatly increase population is done so, to efficiently solve contracting Small Population scale bring stagnation problem.
Step 5: to target solutionIt is solved with mutationCrossover operation is carried out, population of new generation is generated
Population of new generationIt indicates are as follows:
Wherein,CR ∈ [0,1] is cross rate, Rand (j) ∈ [0,1] Indicate that the aircraft for corresponding to jth number randomly selects a number, Rnd (i) ∈ { 1,2 ..., n } indicates the aircraft number randomly selected Number, Rnd (i) operation ensure thatIt at least can be fromOne variable of middle acquirement.
Step 6: calculating population of new generationFitness value, and withFitness value compare, carry out selection generation Fresh target solution
Fresh target solutionIt indicates are as follows:
Wherein,F () is fitness function.
Step 7: judging whether to reach maximum number of iterations Gmax, if so, outputOtherwise, step 3 is gone to.
So far, the method whole process for solving the problems, such as aircraft landing based on modified differential evolution algorithm terminates, and takes State process acquisition optimal solution, we it follows that
This method is generally applicable to aircraft landing problem first, and gained optimal solution reaches current existing algorithm optimization Level substantially reduces economic punishment and cost by optimization, moreover, it is excellent in solution combination to solve conventional differential evolution algorithm The problem of slow convergence in change problem, improve the speed and efficiency of optimization.
The above is only some embodiments of the invention, it is noted that for the ordinary skill people of the art For member, without departing from the principle of the present invention, several improvement can also be made, these improvement should be regarded as guarantor of the invention Protect range.

Claims (1)

1. the method for solving the problems, such as aircraft landing based on modified difference algorithm, which comprises the following steps:
Step 1: the constraint condition and maximum number of iterations G of given aircraft landing problemmax, establish aircraft landing model and adaptation Spend function;
Step 2: population primary, population scale NP, wherein each population at individual represents one kind are generated according to aircraft landing model Aircraft landing scheme;
Step 3: according to fitness function, calculating the fitness value of each population at individual;
Step 4: to the target solution of each population at individualMutation operation is carried out, mutation solution is generatedFollowing iterative formula is directed to One-dimensional in target solution makes a variation, i.e.,
Wherein, target solutionIndicate the set of the landing plans of all aircrafts;What n was represented is aircraft landing The sum of aircraft in problem, j indicate the number number of current aircraft,Indicate the landing of jth airplane in i-th set of landing plans Scheme arrangement;F=rand (0.1,1.5), F indicate the mutagenic factor in mutation operation;WithIt is at random from working as respectively The solution chosen in preceding population, and
Step 5: to target solutionIt is solved with mutationCrossover operation is carried out, population of new generation is generated
Step 6: calculating population of new generationFitness value, and withFitness value compare, carry out selection and generate new mesh Mark solution
Step 7: judging whether to reach maximum number of iterations Gmax, if so, outputOtherwise, step 3 is gone to;
In step 1, the constraint condition of aircraft landing problem are as follows:
Wherein, xiFor the landing times of No. i-th aircraft, xjFor the landing times of jth aircraft, i=1,2 ..., n, j=1, 2 ..., n, i ≠ j, n are number of aircraft, EiFor earliest landing times as defined in No. i-th aircraft, LiFor as defined in No. i-th aircraft most Late landing times, sijFor the regulation landing separations time of land No. i-th aircraft and jth aircraft on same runway;
In step 1, fitness function are as follows:
Wherein, f is fitness function, TiIndicate the target arrival time of No. i-th aircraft, C1iIndicate No. i-th aircraft relative target Evening arrival time to and generate per unit time in economic punishment, C2iIndicate that No. i-th aircraft relative target arrival time is early To and generate per unit time in economic punishment, i=1,2 ..., n, n is number of aircraft;
In step 2, aircraft landing scheme includes the landing runway and landing times of every airplane;
In step 5, population of new generationAre as follows:
Wherein,CR ∈ [0,1] is cross rate, and Rand (j) ∈ [0,1] is indicated Aircraft corresponding to jth number randomly selects a number, and Rnd (i) ∈ { 1,2 ..., n } indicates the aircraft number number randomly selected;
In step 6, fresh target solutionAre as follows:
Wherein,F () is fitness function.
CN201610367227.9A 2016-05-27 2016-05-27 The method for solving the problems, such as aircraft landing based on modified difference algorithm Active CN106022534B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610367227.9A CN106022534B (en) 2016-05-27 2016-05-27 The method for solving the problems, such as aircraft landing based on modified difference algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610367227.9A CN106022534B (en) 2016-05-27 2016-05-27 The method for solving the problems, such as aircraft landing based on modified difference algorithm

Publications (2)

Publication Number Publication Date
CN106022534A CN106022534A (en) 2016-10-12
CN106022534B true CN106022534B (en) 2019-10-22

Family

ID=57092405

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610367227.9A Active CN106022534B (en) 2016-05-27 2016-05-27 The method for solving the problems, such as aircraft landing based on modified difference algorithm

Country Status (1)

Country Link
CN (1) CN106022534B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110083241B (en) * 2019-04-26 2022-02-11 南京邮电大学 A mapping mechanism for VR helmet control unmanned aerial vehicle motion

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101464664A (en) * 2009-01-09 2009-06-24 浙江工业大学 Batch reactor optimal control method based on single population and pre-crossed differential evolution algorithm
CN104881720A (en) * 2015-06-04 2015-09-02 北京航空航天大学 Flight scheduling method and flight scheduling device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
MXPA02011008A (en) * 2000-05-09 2004-08-19 Advanced Navigation & Position Vehicle surveillance system.
US6751545B2 (en) * 2001-12-04 2004-06-15 Smiths Aerospace, Inc. Aircraft taxi planning system and method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101464664A (en) * 2009-01-09 2009-06-24 浙江工业大学 Batch reactor optimal control method based on single population and pre-crossed differential evolution algorithm
CN104881720A (en) * 2015-06-04 2015-09-02 北京航空航天大学 Flight scheduling method and flight scheduling device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于新型变异策略的差分进化算法;宋锦等;《计算机工程与设计》;20160516;第37卷(第5期);第1280-1290页 *

Also Published As

Publication number Publication date
CN106022534A (en) 2016-10-12

Similar Documents

Publication Publication Date Title
CN109584638B (en) Regional network-oriented advanced flight time collaborative optimization method
CN104156594B (en) Dynamic flight station-crossing time estimation method based on Bayes network
CN107016881B (en) A kind of multirunway field is marched into the arena flight multi-effect optimization sequencing method
WO2022194310A1 (en) Multi-target dynamic planning method for flight trajectory
CN109872033B (en) Airport position allocation method
CN109711619B (en) Multi-machine-field strategic flight time collaborative optimization method considering air-ground operation restriction
Nikoleris et al. Queueing models for trajectory-based aircraft operations
CN107392355A (en) A kind of multimachine field coordination scheduling robust Optimal methods based on differential evolution algorithm
CN101477642A (en) Airplane arrival scheduling method based on ant colony algorithm
CN107862910A (en) Sliding the delay time at stop and leaving the theatre delay time at stop Forecasting Methodology for a variety of conflict modes is slided based on airdrome scene
CN101477649A (en) Air flight planning method based on particle swarm algorithm
JP2021517290A (en) Evaluation method of congestion degree of the route based on the optimum passage route under convective weather conditions
CN106022534B (en) The method for solving the problems, such as aircraft landing based on modified difference algorithm
CN110324788A (en) Aeronautical Ad hoc networks cluster-dividing method and computer readable storage medium based on track
CN112735188B (en) Air traffic network vulnerability analysis system based on complex network theory
CN114897343A (en) Flight time resource optimal configuration method and device
CN110991913B (en) Busy airport peak time congestion risk analysis method
CN109544000A (en) Airline towards View of Flight On-time Performance arranges an order according to class and grade plan optimization method and system
CN111127285B (en) Method for acquiring passage capacity of two airports in convective weather
CN114464017B (en) Queuing theory-based airport group flight delay estimation method
CN110049018A (en) SPMA protocol parameter optimization method, system and medium based on enhancing study
Isaacson et al. Knowledge-based runway assignment for arrival aircraft in the terminal area
EP1616313B1 (en) Method for sequencing landing aircrafts
CN110909946B (en) Flight plan optimization method based on road transfer
CN115731748B (en) Flight runway sequencing method and storage medium

Legal Events

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