CN110610239B - Method for solving balanced transportation problem based on dynamic genetic algorithm - Google Patents

Method for solving balanced transportation problem based on dynamic genetic algorithm Download PDF

Info

Publication number
CN110610239B
CN110610239B CN201910743305.4A CN201910743305A CN110610239B CN 110610239 B CN110610239 B CN 110610239B CN 201910743305 A CN201910743305 A CN 201910743305A CN 110610239 B CN110610239 B CN 110610239B
Authority
CN
China
Prior art keywords
individuals
population
iteration times
follows
equal
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
CN201910743305.4A
Other languages
Chinese (zh)
Other versions
CN110610239A (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.)
Zhejiang University of Technology ZJUT
Original Assignee
Zhejiang University of Technology ZJUT
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 Zhejiang University of Technology ZJUT filed Critical Zhejiang University of Technology ZJUT
Priority to CN201910743305.4A priority Critical patent/CN110610239B/en
Publication of CN110610239A publication Critical patent/CN110610239A/en
Application granted granted Critical
Publication of CN110610239B publication Critical patent/CN110610239B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/12Computing arrangements based on biological models using genetic models
    • G06N3/126Evolutionary algorithms, e.g. genetic algorithms or genetic programming
    • 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
    • G06Q10/00Administration; Management
    • G06Q10/08Logistics, e.g. warehousing, loading or distribution; Inventory or stock management
    • G06Q10/083Shipping

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Economics (AREA)
  • Theoretical Computer Science (AREA)
  • Biophysics (AREA)
  • Human Resources & Organizations (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Strategic Management (AREA)
  • General Physics & Mathematics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • General Business, Economics & Management (AREA)
  • Tourism & Hospitality (AREA)
  • Quality & Reliability (AREA)
  • Operations Research (AREA)
  • Marketing (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Development Economics (AREA)
  • Evolutionary Biology (AREA)
  • Biomedical Technology (AREA)
  • General Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Physiology (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Genetics & Genomics (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Game Theory and Decision Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

A solution to the problem of balanced transportation based on a dynamic genetic algorithm is provided, firstly, parameters are set; 2) setting m producing areas and n selling areas through a map obtained by ArcMap, and calculating a cost matrix through an intelligent hybrid algorithm; initializing a population; judging whether the iteration times is greater than the iteration times; if the iteration times are not more than the set value, entering a loop, otherwise, ending the program; judging whether the iteration times of the cross variation is greater than the iteration times of the cross variation, and if the iteration times is greater than the iteration times, continuing to execute the operation; if the iteration times are less than the iteration times, the loop is exited; crossover, variation and selection, and accepting the results in a Monte Carlo manner. The invention provides a transportation problem solving method based on a dynamic genetic algorithm, which improves the convergence and the real-time performance, and combines ArcMap based on matrix decomposition.

Description

Method for solving balanced transportation problem based on dynamic genetic algorithm
Technical Field
The invention relates to the fields of geographic information data processing, computer application, geography, graph theory and network analysis, in particular to a transportation problem solving method based on a dynamic genetic algorithm.
Background
The transfer of an object from one location to another creates a transport. The research on the transportation problem is generally used for solving the practical problems of how to transport materials, how to optimize expenses, how to make plans, how to arrange personnel and the like in the transportation problem. Particularly, in recent years, logistics is flourishing and developing, the logistics problem provides theoretical basis and practical significance for solving the practical problem, and higher requirements are provided for solving the logistics problem. How to scientifically and effectively organize transportation, save cost, improve transportation quality, realize benefit maximization and the like, and is very important for national and economic development of China.
For transportation per se, the most concerned problem in general is how to save transportation cost, and the transportation problem in reality is not only the shortest path but also simple, and the size of the cost is usually related to a series of operations time, excellent roads, good and bad weather, labor cost rise and fall, climate change difference and the like, which affect the unit cost more or less. How to abstract various complex real scenes into a mathematical model and solve the optimal solution of the model by using a proper method is crucial to the transportation problem.
The transportation problem increases along with the increase of the dimension, and the time complexity and the space complexity of the traditional algorithm increase exponentially, which brings great difficulty to the solution of the problem. Therefore, for the problem of large-scale transportation, intelligent algorithms such as simulated annealing, ant colony algorithm, tabu search, neural network and the like are generally adopted for solving.
Disclosure of Invention
In order to overcome the defects of poor convergence and poor real-time performance of the existing transportation problem solving method, the invention researches the transportation problem and solves the transportation cost problem of dynamic change by using an improved genetic algorithm. And solving the cost matrix acquired from the ArcMap platform by adopting a genetic algorithm. The variation in the genetic algorithm adopts dynamic variation rate, and the convergence of the algorithm can be accelerated. The chromosome generated by the variation adopts a Monte Carlo receiving mode, so that the algorithm is prevented from falling into local optimization. Through a plurality of iterations, the solution of the transportation problem is solved.
The technical scheme adopted by the invention for solving the technical problems is as follows:
a balanced transportation problem solving method based on a dynamic genetic algorithm comprises the following steps:
1) setting parameters: the population scale NP, the iteration times G, the number m of producing places, the number n of selling places and a fitness function adjusting coefficient omega;
2) setting m producing areas and n selling areas through a map obtained by ArcMap, and calculating a cost matrix C through an intelligent hybrid algorithm;
3) initializing the population, and iterating the following process to generate an initial population X ═ X1,X2,...,XNPTherein of
Figure GDA0003285961120000021
Figure GDA0003285961120000022
4) Setting G as 1, where G ∈ {1, 2.
5) Randomly pairing individuals in the population pairwise to form NP/2 male parent pairs; performing steps 6) to 8) for each pair of male parents;
6) the cross operation, the process is as follows:
6.1) assumptions
Figure GDA0003285961120000023
And
Figure GDA0003285961120000024
is two randomly selected parent individuals, and two temporary matrixes D ═ D are establishedij)m×nAnd R ═ Rij)m×nWherein mod is the remainder;
Figure GDA0003285961120000025
Figure GDA0003285961120000026
6.2) decomposing the generated R matrix into
Figure GDA0003285961120000027
And
Figure GDA0003285961120000028
wherein
R=R1+R2 (3)
Figure GDA0003285961120000029
Figure GDA00032859611200000210
6.3) generating the intersectionIndividuals
Figure GDA00032859611200000211
And
Figure GDA00032859611200000212
Figure GDA00032859611200000213
Figure GDA00032859611200000214
7) for crossing individuals
Figure GDA00032859611200000215
And
Figure GDA00032859611200000216
performing mutation operations respectively, wherein the process is as follows:
7.1) randomly selecting p rows and q columns of crossing individuals, and establishing a submatrix Y ═ Yij)p×qWherein p is more than or equal to 2 and less than or equal to m, and q is more than or equal to 2 and less than or equal to n;
7.2) generate a new submatrix Y ═ Y'ij)p×qThe matrix satisfies the following formula:
Figure GDA0003285961120000031
Figure GDA0003285961120000032
7.3) converting the submatrix Y '═ Y'ij)p×qReplacing elements at corresponding positions of the crossed individual construction submatrix to generate offspring individuals
Figure GDA0003285961120000033
And
Figure GDA0003285961120000034
8) selecting operation, the process is as follows:
8.1) designing a fitness function:
Figure GDA0003285961120000035
wherein ω is an adjustment coefficient;
8.2) calculating parent individuals X respectively1、X2And progeny individuals
Figure GDA0003285961120000036
And
Figure GDA0003285961120000037
fitness f (X)1)、f(X2)、
Figure GDA0003285961120000038
8.3) if
Figure GDA0003285961120000039
By using
Figure GDA00032859611200000310
Substitution of X1Entering a population; otherwise, replacing according to the probability, wherein the replacement probability is as follows:
Figure GDA00032859611200000311
8.4) if
Figure GDA00032859611200000312
By using
Figure GDA00032859611200000313
Substitution of X2Entering a population; otherwise, replacing according to the probability, wherein the replacement probability is as follows:
Figure GDA00032859611200000314
9) iterating the steps 6) to 8) until all the male parent pairs are executed;
10) g is g + 1; if G is less than or equal to G, turning to the step 5); otherwise, ending the program and outputting the optimal solution.
The invention has the following beneficial effects: on one hand, a solution different from the traditional linear programming is adopted, and a genetic algorithm is adopted to solve the transportation problem; on the other hand, the convergence of the algorithm is improved by adopting dynamic variation and a Monte Carlo receiving strategy.
Drawings
FIG. 1 is a flow chart of a transportation problem based on a dynamic genetic algorithm.
FIG. 2 is a cross-process flow diagram of a transportation problem solution based on dynamic genetic algorithm.
FIG. 3 is a flow chart of a variant process of a transportation problem solution based on a dynamic genetic algorithm.
Detailed Description
The invention is further described below with reference to the accompanying drawings.
Referring to fig. 1,2 and 3, a transportation problem solving method based on a dynamic genetic algorithm includes the following steps:
1) setting parameters: the population scale NP, the iteration times G, the number m of producing places, the number n of selling places and a fitness function adjusting coefficient omega;
2) setting m producing areas and n selling areas through a map obtained by ArcMap, and calculating a cost matrix C through an intelligent hybrid algorithm;
3) initializing the population, and iterating the following process to generate an initial population X ═ X1,X2,...,XNPTherein of
Figure GDA0003285961120000041
Figure GDA0003285961120000042
4) Setting G as 1, where G ∈ {1, 2.
5) Randomly pairing individuals in the population pairwise to form NP/2 male parent pairs; performing steps 6) to 8) for each pair of male parents;
6) the cross operation, the process is as follows:
6.1) assumptions
Figure GDA0003285961120000043
And
Figure GDA0003285961120000044
is two randomly selected parent individuals, and two temporary matrixes D ═ D are establishedij)m×nAnd R ═ Rij)m×nWhere mod is the remainder
Figure GDA0003285961120000045
Figure GDA0003285961120000046
6.2) decomposing the generated R matrix into
Figure GDA0003285961120000047
And
Figure GDA0003285961120000048
wherein
R=R1+R2 (3)
Figure GDA0003285961120000049
Figure GDA0003285961120000051
6.3) generating Cross individuals
Figure GDA0003285961120000052
And
Figure GDA0003285961120000053
Figure GDA0003285961120000054
Figure GDA0003285961120000055
7) for crossing individuals
Figure GDA0003285961120000056
And
Figure GDA0003285961120000057
performing mutation operations respectively, wherein the process is as follows:
7.1) randomly selecting p rows and q columns of crossing individuals, and establishing a submatrix Y ═ Yij)p×qWherein p is more than or equal to 2 and less than or equal to m, and q is more than or equal to 2 and less than or equal to n;
7.2) generate a new submatrix Y ═ Y'ij)p×qThe matrix satisfies the following formula:
Figure GDA0003285961120000058
Figure GDA0003285961120000059
7.3) converting the submatrix Y '═ Y'ij)p×qReplacing elements at corresponding positions of the crossed individual construction submatrix to generate offspring individuals
Figure GDA00032859611200000510
And
Figure GDA00032859611200000511
8) selecting operation, the process is as follows:
8.1) designing a fitness function:
Figure GDA00032859611200000512
wherein ω is an adjustment coefficient;
8.2) calculating parent individuals X respectively1、X2And progeny individuals
Figure GDA00032859611200000513
And
Figure GDA00032859611200000514
fitness f (X)1)、f(X2)、
Figure GDA00032859611200000515
8.3) if
Figure GDA00032859611200000516
By using
Figure GDA00032859611200000517
Substitution of X1Entering a population; otherwise, replacing according to the probability, wherein the replacement probability is as follows:
Figure GDA00032859611200000518
8.4) if
Figure GDA00032859611200000519
By using
Figure GDA00032859611200000520
Substitution of X2Entering a population; otherwise, replacing according to the probability, wherein the replacement probability is as follows:
Figure GDA00032859611200000521
9) iterating the steps 6) to 8) until all the male parent pairs are executed;
10) g is g + 1; if G is less than or equal to G, turning to the step 5); otherwise, ending the program and outputting the optimal solution.
Taking a certain area of Zhejiang as an example, a transportation problem solving method based on a dynamic genetic algorithm comprises the following steps:
1) setting parameters: the population size NP is 20, the iteration number G is 5000, the production place number m is 5, the sales place number n is 8, and the fitness function adjusting coefficient omega is 144;
2) setting 5 producing areas and 8 selling areas through a map obtained by ArcMap, and calculating a cost matrix C through an intelligent hybrid algorithm;
3) initializing the population, and iterating the following process to generate an initial population X ═ X1,X2,...,X20Therein of
Figure GDA0003285961120000061
Figure GDA0003285961120000062
4) Let g be 1, where g ∈ {1, 2.., 5000 };
5) randomly pairing individuals in the population pairwise to form 10 male parent pairs; performing steps 6) to 8) for each pair of male parents;
6) the cross operation, the process is as follows:
6.1) assumptions
Figure GDA0003285961120000063
And
Figure GDA0003285961120000064
is two randomly selected parent individuals, and two temporary matrixes D ═ D are establishedij)5×8And R ═ Rij)5×8Where mod is the remainder
Figure GDA0003285961120000065
Figure GDA0003285961120000066
6.2) decomposing the generated R matrix into
Figure GDA0003285961120000067
And
Figure GDA0003285961120000068
wherein
R=R1+R2 (3)
Figure GDA0003285961120000069
Figure GDA00032859611200000610
6.3) generating Cross individuals
Figure GDA00032859611200000611
And
Figure GDA00032859611200000612
Figure GDA0003285961120000071
Figure GDA0003285961120000072
7) for crossing individuals
Figure GDA0003285961120000073
And
Figure GDA0003285961120000074
performing mutation operations respectively, wherein the process is as follows:
7.1) randomly selecting p rows and q columns of crossing individuals, and establishing a submatrix Y ═ Yij)p×qWherein p is more than or equal to 2 and less than or equal to 5, and q is more than or equal to 2 and less than or equal to 8;
7.2) generate a new submatrix Y ═ Y'ij)p×qThe matrix satisfies the following formula:
Figure GDA0003285961120000075
Figure GDA0003285961120000076
7.3) converting the submatrix Y '═ Y'ij)p×qReplacing elements at corresponding positions of the crossed individual construction submatrix to generate offspring individuals
Figure GDA0003285961120000077
And
Figure GDA0003285961120000078
8) selecting operation, the process is as follows:
8.1) designing a fitness function:
Figure GDA0003285961120000079
wherein ω is 144 an adjustment factor;
8.2) calculating parent individuals X respectively1、X2And progeny individuals
Figure GDA00032859611200000710
And
Figure GDA00032859611200000711
fitness f (X)1)、f(X2)、
Figure GDA00032859611200000712
8.3) if
Figure GDA00032859611200000713
By using
Figure GDA00032859611200000714
Substitution of X1Entering a population; otherwise, replacing according to the probability, wherein the replacement probability is as follows:
Figure GDA00032859611200000715
8.4) if
Figure GDA00032859611200000716
By using
Figure GDA00032859611200000717
Substitution of X2Entering a population; otherwise, replacing according to the probability, wherein the replacement probability is as follows:
Figure GDA00032859611200000718
9) iterating the steps 6) to 8) until all the male parent pairs are executed;
10) g is g + 1; if g is less than or equal to 5000, turning to the step 5); otherwise, ending the program and outputting the optimal solution.
While the foregoing has described the preferred embodiments of the present invention, it will be apparent that the invention is not limited to the embodiments described, but can be practiced with modification without departing from the essential spirit of the invention and without departing from the spirit of the invention.

Claims (1)

1. A balanced transportation problem solving method based on a dynamic genetic algorithm is characterized by comprising the following steps: the transportation problem solving method based on the dynamic genetic algorithm comprises the following steps:
1) setting parameters: the population scale NP, the iteration times G, the number m of producing places, the number n of selling places and a fitness function adjusting coefficient omega;
2) setting m producing areas and n selling areas through a map obtained by ArcMap, and calculating a cost matrix C through an intelligent hybrid algorithm;
3) initializing the population, and iterating the following process to generate an initial population X ═ X1,X2,...,XNPTherein of
Figure FDA0003285961110000011
4) Setting G as 1, where G ∈ {1, 2.
5) Randomly pairing individuals in the population pairwise to form NP/2 male parent pairs; performing steps 6) to 8) for each pair of male parents;
6) the cross operation, the process is as follows:
6.1) assumptions
Figure FDA0003285961110000013
And
Figure FDA0003285961110000014
is two randomly selected parent individuals, and two temporary matrixes D ═ D are establishedij)m×nAnd R ═ Rij)m×nWhere mod is the remainder;
Figure FDA0003285961110000015
Figure FDA0003285961110000016
6.2) decomposing the generated R matrix into
Figure FDA0003285961110000017
And
Figure FDA0003285961110000018
wherein
R=R1+R2 (3)
Figure FDA0003285961110000019
Figure FDA00032859611100000110
6.3) generating Cross individuals
Figure FDA00032859611100000111
And
Figure FDA00032859611100000112
Figure FDA00032859611100000113
Figure FDA0003285961110000021
7) for crossing individuals
Figure FDA0003285961110000022
And
Figure FDA0003285961110000023
performing mutation operations respectively, wherein the process is as follows:
7.1) randomizationSelecting p rows and q columns of crossed individuals, and establishing a submatrix Y ═ Yij)p×qWherein p is more than or equal to 2 and less than or equal to m, and q is more than or equal to 2 and less than or equal to n;
7.2) generate a new submatrix Y ═ Y'ij)p×qThe matrix satisfies the following formula:
Figure FDA0003285961110000024
Figure FDA0003285961110000025
7.3) converting the submatrix Y '═ Y'ij)p×qReplacing elements at corresponding positions of the crossed individual construction submatrix to generate offspring individuals
Figure FDA0003285961110000026
And
Figure FDA0003285961110000027
8) selecting operation, the process is as follows:
8.1) designing a fitness function:
Figure FDA0003285961110000028
wherein ω is an adjustment coefficient;
8.2) calculating parent individuals X respectively1、X2And progeny individuals
Figure FDA0003285961110000029
And
Figure FDA00032859611100000210
fitness f (X)1)、f(X2)、
Figure FDA00032859611100000211
8.3) if
Figure FDA00032859611100000212
By using
Figure FDA00032859611100000213
Substitution of X1Entering a population; otherwise, replacing according to the probability, wherein the replacement probability is as follows:
Figure FDA00032859611100000214
8.4) if
Figure FDA00032859611100000215
By using
Figure FDA00032859611100000216
Substitution of X2Entering a population; otherwise, replacing according to the probability, wherein the replacement probability is as follows:
Figure FDA00032859611100000217
9) iterating the steps 6) to 8) until all the male parent pairs are executed;
10) g is g + 1; if G is less than or equal to G, turning to the step 5); otherwise, ending the program and outputting the optimal solution.
CN201910743305.4A 2019-08-13 2019-08-13 Method for solving balanced transportation problem based on dynamic genetic algorithm Active CN110610239B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910743305.4A CN110610239B (en) 2019-08-13 2019-08-13 Method for solving balanced transportation problem based on dynamic genetic algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910743305.4A CN110610239B (en) 2019-08-13 2019-08-13 Method for solving balanced transportation problem based on dynamic genetic algorithm

Publications (2)

Publication Number Publication Date
CN110610239A CN110610239A (en) 2019-12-24
CN110610239B true CN110610239B (en) 2022-04-05

Family

ID=68890144

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910743305.4A Active CN110610239B (en) 2019-08-13 2019-08-13 Method for solving balanced transportation problem based on dynamic genetic algorithm

Country Status (1)

Country Link
CN (1) CN110610239B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112184099A (en) * 2020-08-21 2021-01-05 安徽信息工程学院 Method for optimizing transportation problem based on K-Means clustering and genetic algorithm

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11295472A (en) * 1998-04-09 1999-10-29 Hitachi Ltd Method and device for calculating particle transportation, device for monitoring reactor core characteristic of reactor, and nuclear power station
CN103400004B (en) * 2013-07-22 2016-06-29 西安电子科技大学 Medium rough surface electromagnetic scattering emulation mode based on multi-zone model moment method
CN104463328A (en) * 2014-12-09 2015-03-25 东北农业大学 Order crossover multi-filial-generation genetic algorithm for solving traveling salesman problem
CN104680237A (en) * 2015-03-10 2015-06-03 西南科技大学 Three-dimensional encasement novel genetic algorithm model under multi-constrain condition
CN109255512B (en) * 2018-07-12 2021-08-03 浙江工业大学 University course arrangement method based on Monte Carlo genetic algorithm
CN109062230B (en) * 2018-08-06 2021-05-04 江苏科技大学 Underwater auxiliary oil extraction robot control system and dynamic positioning method

Also Published As

Publication number Publication date
CN110610239A (en) 2019-12-24

Similar Documents

Publication Publication Date Title
Hu et al. A non-dominated sorting genetic algorithm for the location and districting planning of earthquake shelters
Hajiaghaei-Keshteli The allocation of customers to potential distribution centers in supply chain networks: GA and AIA approaches
Wang et al. Evolutionary extreme learning machine ensembles with size control
Zarandi et al. The large scale maximal covering location problem
CN105203565B (en) A kind of power spectrum Overlapped peak resolution method
CN103870647A (en) Operation workshop scheduling modeling method based on genetic algorithm
Shukla et al. An empirical evaluation of teaching–learning-based optimization, genetic algorithm and particle swarm optimization
Li et al. Improved gene expression programming to solve the inverse problem for ordinary differential equations
CN104700160A (en) Vehicle route optimization method
Solimanpur et al. A new approach to the cell formation problem with alternative processing routes and operation sequence
Noilublao et al. Simultaneous topology, shape, and sizing optimisation of plane trusses with adaptive ground finite elements using MOEAs
JP2023519770A (en) Automatic compression method and platform for pre-trained language models for multitasking
CN105160580A (en) Symbol network structure balance of multi-objective particle swarm optimization based on decomposition
CN110610239B (en) Method for solving balanced transportation problem based on dynamic genetic algorithm
Ye et al. A local genetic approach to multi-objective, facility layout problems with fixed aisles
CN115168654A (en) Multi-attribute decision-based super-network important node identification method
Hernández Gress et al. A genetic algorithm for optimal unequal-area block layout design
Li et al. [Retracted] Design of College Scheduling Algorithm Based on Improved Genetic Ant Colony Hybrid Optimization
Kant et al. Sequential optimisation of reconfigurable machine cell feeders and production sequence during lean assembly
CN104281917A (en) Fuzzy job-shop scheduling method based on self-adaption inheritance and clonal selection algorithm
Guoqiang et al. A genetic algorithm based on modularity density for detecting community structure in complex networks
Zhao et al. A coevolution model of population distribution and road networks
CN102663230A (en) Method for land resource evaluation factor level classification based on genetic algorithm
Lei et al. Tensorial evolutionary computation for spatial optimization problems
CN115841230A (en) Emergency resource overall planning and allocating method based on improved NSGA-II algorithm

Legal Events

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