We study the existence and stability of monotone traveling wave solutions of Nicholson's blowflies equation with degenerate p-Laplacian diffusion.We prove the existence and nonexistence of non-decreasing smooth tr...We study the existence and stability of monotone traveling wave solutions of Nicholson's blowflies equation with degenerate p-Laplacian diffusion.We prove the existence and nonexistence of non-decreasing smooth traveling wave solutions by phase plane analysis methods.Moreover,we show the existence and regularity of an original solution via a compactness analysis.Finally,we prove the stability and exponential convergence rate of traveling waves by an approximated weighted energy method.展开更多
Coexistence of fast and slow traveling waves without synaptic transmission has been found in hhhippocampal tissues,which is closely related to both normal brain activity and abnormal neural activity such as epileptic ...Coexistence of fast and slow traveling waves without synaptic transmission has been found in hhhippocampal tissues,which is closely related to both normal brain activity and abnormal neural activity such as epileptic discharge. However, the propagation mechanism behind this coexistence phenomenon remains unclear. In this paper, a three-dimensional electric field coupled hippocampal neural network is established to investigate generation of coexisting spontaneous fast and slow traveling waves. This model captures two types of dendritic traveling waves propagating in both transverse and longitude directions: the N-methyl-D-aspartate(NMDA)-dependent wave with a speed of about 0.1 m/s and the Ca-dependent wave with a speed of about 0.009 m/s. These traveling waves are synaptic-independent and could be conducted only by the electric fields generated by neighboring neurons, which are basically consistent with the in vitro data measured experiments. It is also found that the slow Ca wave could trigger generation of fast NMDA waves in the propagation path of slow waves whereas fast NMDA waves cannot affect the propagation of slow Ca waves. These results suggest that dendritic Ca waves could acted as the source of the coexistence fast and slow waves. Furthermore, we also confirm the impact of cellular spacing heterogeneity on the onset of coexisting fast and slow waves. The local region with decreasing distances among neighbor neurons is more liable to promote the onset of spontaneous slow waves which, as sources, excite propagation of fast waves. These modeling studies provide possible biophysical mechanisms underlying the neural dynamics of spontaneous traveling waves in brain tissues.展开更多
The collision cross-sections(CCS)measurement using ion mobility spectrometry(IMS)in combination with mass spectrometry(MS)offers a great opportunity to increase confidence in metabolite identification.However,owing to...The collision cross-sections(CCS)measurement using ion mobility spectrometry(IMS)in combination with mass spectrometry(MS)offers a great opportunity to increase confidence in metabolite identification.However,owing to the lack of sensitivity and resolution,IMS has an analytical challenge in studying the CCS values of very low-molecular-weight metabolites(VLMs250 Da).Here,we describe an analytical method using ultrahigh-performance liquid chromatography(UPLC)coupled to a traveling wave ion mobility-quadrupole-time-of-flight mass spectrometer optimized for the measurement of VLMs in human urine samples.The experimental CCS values,along with mass spectral properties,were reported for the 174 metabolites.The experimental data included the mass-to-charge ratio(m/z),retention time(RT),tandem MS(MS/MS)spectra,and CCS values.Among the studied metabolites,263 traveling wave ion mobility spectrometry(TWIMS)-derived CCS values(TWCCSN2)were reported for the first time,and more than 70%of these were CCS values of VLMs.The TWCCSN2 values were highly repeatable,with inter-day variations of<1%relative standard deviation(RSD).The developed method revealed excellent TWCCSN2 accuracy with a CCS difference(DCCS)within±2%of the reported drift tube IMS(DTIMS)and TWIMS CCS values.The complexity of the urine matrix did not affect the precision of the method,as evidenced by DCCS within±1.92%.According to the Metabolomics Standards Initiative,55 urinary metabolites were identified with a confidence level of 1.Among these 55 metabolites,53(96%)were VLMs.The larger number of confirmed compounds found in this study was a result of the addition of TWCCSN2 values,which clearly increased metabolite identification confidence.展开更多
A Josephson traveling wave parametric amplifier(JTWPA),which is a quantum-limited amplifier with high gain and large bandwidth,is the core device of large-scale measurement and control systems for quantum computing.A ...A Josephson traveling wave parametric amplifier(JTWPA),which is a quantum-limited amplifier with high gain and large bandwidth,is the core device of large-scale measurement and control systems for quantum computing.A typical JTWPA consists of thousands of Josephson junctions connected in series to form a transmission line and hundreds of shunt LC resonators periodically loaded along the line for phase matching.Because the variation of these capacitors and inductors can be detrimental to their high-frequency characteristics,the fabrication of a JTWPA typically necessitates precise processing equipment.To guide the fabrication process and further improve the design for manufacturability,it is necessary to understand how each electronic component affects the amplifier.In this paper,we use the harmonic balance method to conduct a comprehensive study on the impact of nonuniformity and fabrication yield of the electronic components on the performance of a JTWPA.The results provide insightful and scientific guidance for device design and fabrication processes.展开更多
The generalized travelling salesman problem(GTSP),a generalization of the well-known travelling salesman problem(TSP),is considered for our study.Since the GTSP is NP-hard and very complex,finding exact solutions is h...The generalized travelling salesman problem(GTSP),a generalization of the well-known travelling salesman problem(TSP),is considered for our study.Since the GTSP is NP-hard and very complex,finding exact solutions is highly expensive,we will develop genetic algorithms(GAs)to obtain heuristic solutions to the problem.In GAs,as the crossover is a very important process,the crossovermethods proposed for the traditional TSP could be adapted for the GTSP.The sequential constructive crossover(SCX)and three other operators are adapted to use in GAs to solve the GTSP.The effectiveness of GA using SCX is verified on some GTSP Library(GTSPLIB)instances first and then compared against GAs using the other crossover methods.The computational results show the success of the GA using SCX for this problem.Our proposed GA using SCX,and swap mutation could find average solutions whose average percentage of excesses fromthe best-known solutions is between 0.00 and 14.07 for our investigated instances.展开更多
The paper describes some implementation aspects of an algorithm for approximate solution of the traveling salesman problem based on the construction of convex closed contours on the initial set of points (“cities”) ...The paper describes some implementation aspects of an algorithm for approximate solution of the traveling salesman problem based on the construction of convex closed contours on the initial set of points (“cities”) and their subsequent combination into a closed path (the so-called contour algorithm or “onion husk” algorithm). A number of heuristics related to the different stages of the algorithm are considered, and various variants of the algorithm based on these heuristics are analyzed. Sets of randomly generated points of different sizes (from 4 to 90 and from 500 to 10,000) were used to test the algorithms. The numerical results obtained are compared with the results of two well-known combinatorial optimization algorithms, namely the algorithm based on the branch and bound method and the simulated annealing algorithm. .展开更多
Aimed at a multiple traveling salesman problem(MTSP)with multiple depots and closed paths,this paper proposes a k-means clustering donkey and a smuggler algorithm(KDSA).The algorithm first uses the k-means clustering ...Aimed at a multiple traveling salesman problem(MTSP)with multiple depots and closed paths,this paper proposes a k-means clustering donkey and a smuggler algorithm(KDSA).The algorithm first uses the k-means clustering method to divide all cities into several categories based on the center of various samples;the large-scale MTSP is divided into multiple separate traveling salesman problems(TSPs),and the TSP is solved through the DSA.The proposed algorithm adopts a solution strategy of clustering first and then carrying out,which can not only greatly reduce the search space of the algorithm but also make the search space more fully explored so that the optimal solution of the problem can be more quickly obtained.The experimental results from solving several test cases in the TSPLIB database show that compared with other related intelligent algorithms,the K-DSA has good solving performance and computational efficiency in MTSPs of different scales,especially with large-scale MTSP and when the convergence speed is faster;thus,the advantages of this algorithm are more obvious compared to other algorithms.展开更多
In this work, we focus on the inverse problem of determining the parameters in a partial differential equation from given numerical solutions. For this purpose, we consider a modified Fisher’s equation that includes ...In this work, we focus on the inverse problem of determining the parameters in a partial differential equation from given numerical solutions. For this purpose, we consider a modified Fisher’s equation that includes a relaxation time in relating the flux to the gradient of the density and an added cubic non-linearity. We show that such equations still possess traveling wave solutions by using standard methods for nonlinear dynamical systems in which fixed points in the phase plane are found and their stability characteristics are classified. A heteroclinic orbit in the phase plane connecting a saddle point to a node represents the traveling wave solution. We then design parameter estimation/discovery algorithms for this system including a few based on machine learning methods and compare their performance.展开更多
By using the fractional complex transform and the bifurcation theory to the generalized fractional differential mBBM equation, we first transform this fractional equation into a plane dynamic system, and then find its...By using the fractional complex transform and the bifurcation theory to the generalized fractional differential mBBM equation, we first transform this fractional equation into a plane dynamic system, and then find its equilibrium points and first integral. Based on this, the phase portraits of the corresponding plane dynamic system are given. According to the phase diagram characteristics of the dynamic system, the periodic solution corresponds to the limit cycle or periodic closed orbit. Therefore, according to the phase portraits and the properties of elliptic functions, we obtain exact explicit parametric expressions of smooth periodic wave solutions. This method can also be applied to other fractional equations.展开更多
The hybrid dc circuit breaker(HCB)has the advantages of fast action speed and low operating loss,which is an idealmethod for fault isolation ofmulti-terminal dc grids.Formulti-terminal dc grids that transmit power thr...The hybrid dc circuit breaker(HCB)has the advantages of fast action speed and low operating loss,which is an idealmethod for fault isolation ofmulti-terminal dc grids.Formulti-terminal dc grids that transmit power through overhead lines,HCBs are required to have reclosing capability due to the high fault probability and the fact that most of the faults are temporary faults.To avoid the secondary fault strike and equipment damage that may be caused by the reclosing of the HCB when the permanent fault occurs,an adaptive reclosing scheme based on traveling wave injection is proposed in this paper.The scheme injects traveling wave signal into the fault dc line through the additionally configured auxiliary discharge branch in the HCB,and then uses the reflection characteristic of the traveling wave signal on the dc line to identify temporary and permanent faults,to be able to realize fast reclosing when the temporary fault occurs and reliably avoid reclosing after the permanent fault occurs.The test results in the simulation model of the four-terminal dc grid show that the proposed adaptive reclosing scheme can quickly and reliably identify temporary and permanent faults,greatly shorten the power outage time of temporary faults.In addition,it has the advantages of easiness to implement,high reliability,robustness to high-resistance fault and no dead zone,etc.展开更多
The dynamic traveling salesman problem(DTSP)is significant in logistics distribution in real-world applications in smart cities,but it is uncertain and difficult to solve.This paper proposes a scheme library-based ant...The dynamic traveling salesman problem(DTSP)is significant in logistics distribution in real-world applications in smart cities,but it is uncertain and difficult to solve.This paper proposes a scheme library-based ant colony optimization(ACO)with a two-optimization(2-opt)strategy to solve the DTSP efficiently.The work is novel and contributes to three aspects:problemmodel,optimization framework,and algorithmdesign.Firstly,in the problem model,traditional DTSP models often consider the change of travel distance between two nodes over time,while this paper focuses on a special DTSP model in that the node locations change dynamically over time.Secondly,in the optimization framework,the ACO algorithm is carried out in an offline optimization and online application framework to efficiently reuse the historical information to help fast respond to the dynamic environment.The framework of offline optimization and online application is proposed due to the fact that the environmental change inDTSPis caused by the change of node location,and therefore the newenvironment is somehowsimilar to certain previous environments.This way,in the offline optimization,the solutions for possible environmental changes are optimized in advance,and are stored in a mode scheme library.In the online application,when an environmental change is detected,the candidate solutions stored in the mode scheme library are reused via ACO to improve search efficiency and reduce computational complexity.Thirdly,in the algorithm design,the ACO cooperates with the 2-opt strategy to enhance search efficiency.To evaluate the performance of ACO with 2-opt,we design two challenging DTSP cases with up to 200 and 1379 nodes and compare them with other ACO and genetic algorithms.The experimental results show that ACO with 2-opt can solve the DTSPs effectively.展开更多
This paper firstly introduces the common faults of traveling transmission system of shuttle car.Secondly,by analyzing the characteristics of shuttle car structure,the layout of traveling transmission system and the co...This paper firstly introduces the common faults of traveling transmission system of shuttle car.Secondly,by analyzing the characteristics of shuttle car structure,the layout of traveling transmission system and the common faults on shuttle car,this paper concludes that"internal holding torque"is the main cause of faults.Finally,this paper proposes a corresponding optimization design scheme to reduce the impact of"internal torque",and calculates the relevant results through the finite element simulation analysis method.Through these analyses and calculations,it is shown that the method can effectively reduce the probability of failure of traveling transmission system of shuttle car.展开更多
This study evaluates the distribution of travel-limiting disabilities across genders and geographic locations in the United States. This study aims to describe and compare the socioeconomic and demographic variables o...This study evaluates the distribution of travel-limiting disabilities across genders and geographic locations in the United States. This study aims to describe and compare the socioeconomic and demographic variables of the people with and without travel-limiting disabilities across geographic locations and gender. The study further evaluates the trip purpose and impact of Covid-19 fourth wave pandemic on the use of public transit and travel to physical workplace for the people with and without travel-limiting disabilities across gender and geographic locations. The study uses the 2022 weighted National Household Travel Survey dataset and employs descriptive statistics. Results reaffirm the findings from previous literature that there are more people with travel-limiting disabilities in urban areas and among women. Over 50 percent of people aged 65 and above have a form of travel-limiting disabilities. The most trip for people with travel-limiting disabilities is made for shopping and medical purposes. Across all categories, rural areas, urban areas, male and female for the people without travel-limiting disabilities, COVID-19 fourth wave did not change the pattern of trips made to physical workplace as pre-COVID-19 era. This pattern is also observable for the people with travel-limiting disabilities in rural and urban areas. Females with travel-limiting disabilities reported making less trips to physical workplaces while male reported doing the same as before COVID-19 era. The study concludes that the quantification of travel-limiting disabilities across geographic location and gender is vital in disability study and could drive policy implementation for improved accessibility for the vulnerable population.展开更多
This study proposes a prediction model considering external weather and holiday factors to address the issue of accurately predicting urban taxi travel demand caused by complex data and numerous influencing factors.Th...This study proposes a prediction model considering external weather and holiday factors to address the issue of accurately predicting urban taxi travel demand caused by complex data and numerous influencing factors.The model integrates the Complete Ensemble Empirical Mode Decomposition with Adaptive Noise(CEEMDAN)and Convolutional Long Short Term Memory Neural Network(ConvLSTM)to predict short-term taxi travel demand.The CEEMDAN decomposition method effectively decomposes time series data into a set of modal components,capturing sequence characteristics at different time scales and frequencies.Based on the sample entropy value of components,secondary processing of more complex sequence components after decomposition is employed to reduce the cumulative prediction error of component sequences and improve prediction efficiency.On this basis,considering the correlation between the spatiotemporal trends of short-term taxi traffic,a ConvLSTM neural network model with Long Short Term Memory(LSTM)time series processing ability and Convolutional Neural Networks(CNN)spatial feature processing ability is constructed to predict the travel demand for urban taxis.The combined prediction model is tested on a taxi travel demand dataset in a certain area of Beijing.The results show that the CEEMDAN-ConvLSTM prediction model outperforms the LSTM,Autoregressive Integrated Moving Average model(ARIMA),CNN,and ConvLSTM benchmark models in terms of Symmetric Mean Absolute Percentage Error(SMAPE),Root Mean Square Error(RMSE),Mean Absolute Error(MAE),and R2 metrics.Notably,the SMAPE metric exhibits a remarkable decline of 21.03%with the utilization of our proposed model.These results confirm that our study provides a highly accurate and valid model for taxi travel demand forecasting.展开更多
Genetic algorithms(GAs)are very good metaheuristic algorithms that are suitable for solving NP-hard combinatorial optimization problems.AsimpleGAbeginswith a set of solutions represented by a population of chromosomes...Genetic algorithms(GAs)are very good metaheuristic algorithms that are suitable for solving NP-hard combinatorial optimization problems.AsimpleGAbeginswith a set of solutions represented by a population of chromosomes and then uses the idea of survival of the fittest in the selection process to select some fitter chromosomes.It uses a crossover operator to create better offspring chromosomes and thus,converges the population.Also,it uses a mutation operator to explore the unexplored areas by the crossover operator,and thus,diversifies the GA search space.A combination of crossover and mutation operators makes the GA search strong enough to reach the optimal solution.However,appropriate selection and combination of crossover operator and mutation operator can lead to a very good GA for solving an optimization problem.In this present paper,we aim to study the benchmark traveling salesman problem(TSP).We developed several genetic algorithms using seven crossover operators and six mutation operators for the TSP and then compared them to some benchmark TSPLIB instances.The experimental studies show the effectiveness of the combination of a comprehensive sequential constructive crossover operator and insertion mutation operator for the problem.The GA using the comprehensive sequential constructive crossover with insertion mutation could find average solutions whose average percentage of excesses from the best-known solutions are between 0.22 and 14.94 for our experimented problem instances.展开更多
In July,Wu Siyan from Nanning,Guangxi Zhuang Autonomous Region,and her husband took their daughter to Thailand.It was the first time the seventh grader had traveled to another country."Traveling in another countr...In July,Wu Siyan from Nanning,Guangxi Zhuang Autonomous Region,and her husband took their daughter to Thailand.It was the first time the seventh grader had traveled to another country."Traveling in another country was an eye-opener for us,especially for my daughter.Some customs in Thailand are similar to those in China's Yunnan Province,but it was still a great opportunity to explore the rest of the world,"Wu said,adding that it only took around two hours to fly from Nanning to Bangkok,capital of Thailand.展开更多
The studypresents theHalfMax InsertionHeuristic (HMIH) as a novel approach to solving theTravelling SalesmanProblem (TSP). The goal is to outperform existing techniques such as the Farthest Insertion Heuristic (FIH) a...The studypresents theHalfMax InsertionHeuristic (HMIH) as a novel approach to solving theTravelling SalesmanProblem (TSP). The goal is to outperform existing techniques such as the Farthest Insertion Heuristic (FIH) andNearest Neighbour Heuristic (NNH). The paper discusses the limitations of current construction tour heuristics,focusing particularly on the significant margin of error in FIH. It then proposes HMIH as an alternative thatminimizes the increase in tour distance and includes more nodes. HMIH improves tour quality by starting withan initial tour consisting of a ‘minimum’ polygon and iteratively adding nodes using our novel Half Max routine.The paper thoroughly examines and compares HMIH with FIH and NNH via rigorous testing on standard TSPbenchmarks. The results indicate that HMIH consistently delivers superior performance, particularly with respectto tour cost and computational efficiency. HMIH’s tours were sometimes 16% shorter than those generated by FIHand NNH, showcasing its potential and value as a novel benchmark for TSP solutions. The study used statisticalmethods, including Friedman’s Non-parametric Test, to validate the performance of HMIH over FIH and NNH.This guarantees that the identified advantages are statistically significant and consistent in various situations. Thiscomprehensive analysis emphasizes the reliability and efficiency of the heuristic, making a compelling case for itsuse in solving TSP issues. The research shows that, in general, HMIH fared better than FIH in all cases studied,except for a few instances (pr439, eil51, and eil101) where FIH either performed equally or slightly better thanHMIH. HMIH’s efficiency is shown by its improvements in error percentage (δ) and goodness values (g) comparedto FIH and NNH. In the att48 instance, HMIH had an error rate of 6.3%, whereas FIH had 14.6% and NNH had20.9%, indicating that HMIH was closer to the optimal solution. HMIH consistently showed superior performanceacross many benchmarks, with lower percentage error and higher goodness values, suggesting a closer match tothe optimal tour costs. This study substantially contributes to combinatorial optimization by enhancing currentinsertion algorithms and presenting a more efficient solution for the Travelling Salesman Problem. It also createsnew possibilities for progress in heuristic design and optimization methodologies.展开更多
Self-diiviiig tour is one of the most important wajrs for people to travel, and network travel notes actually reflect the traveling information of self-driving tourists. In this paper, witii the network travel notes o...Self-diiviiig tour is one of the most important wajrs for people to travel, and network travel notes actually reflect the traveling information of self-driving tourists. In this paper, witii the network travel notes of self-driving tourists as the tesearch object^ methods such as text analysis and visualization were adopted to study behavior patterns of self-driving tourists, tourism experience, time-space migration, and distribution of tourism resources in Inner Mongolia, fi:om the multiple dimensions of mobile drivers, perceived, dimensions, and spatial migration. The results showed tiiat ①self-cidviiig tourists had a variety of motivations for traveling, in which love for nature dominated; ②self-driving tour destinations were mainly Hulunbuir, Ordos, and Alxa League; ③spatial migration was characterized by obvious seasonal fluctuations. The fesearch on the behavior of self-driving tourists in Inner Mongolia is an important part of the study of the connection between tourism resources and market connection in Inner Mongolia, and is of significance for guiding the theory, practice and poliqr foimuktion of self-doving tours in Inner Mongolia.展开更多
The emphasis on the combination of physical space and metaphorical space is a major feature of Hawthorne’s narrative.This paper analyzes cultural space in Hawthorne’s travel writing,centering on his works The Old Ma...The emphasis on the combination of physical space and metaphorical space is a major feature of Hawthorne’s narrative.This paper analyzes cultural space in Hawthorne’s travel writing,centering on his works The Old Manse and The Marble Faun from the perspective of neutral territory.The old manse and Rome carry different cultural metaphors,each reflecting a complex and subtle narrative space.Individually,Hawthorne transforms the old manse into Thoreauesque cabin,where American is affected by“sleepiness”and gains spiritual healing.At the national level,Hawthorne creates an allegorical Italy as borderland to explore the existence of American civilization.展开更多
基金partially supported by the NSFC(11971179,12371205)partially supported by the National Key R&D Program of China(2021YFA1002900)+1 种基金the Guangdong Province Basic and Applied Basic Research Fund(2021A1515010235)the Guangzhou City Basic and Applied Basic Research Fund(2024A04J6336)。
文摘We study the existence and stability of monotone traveling wave solutions of Nicholson's blowflies equation with degenerate p-Laplacian diffusion.We prove the existence and nonexistence of non-decreasing smooth traveling wave solutions by phase plane analysis methods.Moreover,we show the existence and regularity of an original solution via a compactness analysis.Finally,we prove the stability and exponential convergence rate of traveling waves by an approximated weighted energy method.
基金supported in part by the National Natural Science Foundation of China (Grant Nos. 62171312 and 61771330)the Tianjin Municipal Education Commission Scientific Research Project (Grant No. 2020KJ114)。
文摘Coexistence of fast and slow traveling waves without synaptic transmission has been found in hhhippocampal tissues,which is closely related to both normal brain activity and abnormal neural activity such as epileptic discharge. However, the propagation mechanism behind this coexistence phenomenon remains unclear. In this paper, a three-dimensional electric field coupled hippocampal neural network is established to investigate generation of coexisting spontaneous fast and slow traveling waves. This model captures two types of dendritic traveling waves propagating in both transverse and longitude directions: the N-methyl-D-aspartate(NMDA)-dependent wave with a speed of about 0.1 m/s and the Ca-dependent wave with a speed of about 0.009 m/s. These traveling waves are synaptic-independent and could be conducted only by the electric fields generated by neighboring neurons, which are basically consistent with the in vitro data measured experiments. It is also found that the slow Ca wave could trigger generation of fast NMDA waves in the propagation path of slow waves whereas fast NMDA waves cannot affect the propagation of slow Ca waves. These results suggest that dendritic Ca waves could acted as the source of the coexistence fast and slow waves. Furthermore, we also confirm the impact of cellular spacing heterogeneity on the onset of coexisting fast and slow waves. The local region with decreasing distances among neighbor neurons is more liable to promote the onset of spontaneous slow waves which, as sources, excite propagation of fast waves. These modeling studies provide possible biophysical mechanisms underlying the neural dynamics of spontaneous traveling waves in brain tissues.
基金supported by the Postdoctoral Fellowship Program(Grant No.:(IO)R016320001)by Mahidol University,Thailand.supported by Mahidol University,Thailand(to Associate Professor Sakda Khoomrung)funding support from the National Science,Research and Innovation Fund(NSRF)via the Program Management Unit for Human Resources&Institutional Development,Research and Innovation,Thailand(Grant No.:B36G660007).
文摘The collision cross-sections(CCS)measurement using ion mobility spectrometry(IMS)in combination with mass spectrometry(MS)offers a great opportunity to increase confidence in metabolite identification.However,owing to the lack of sensitivity and resolution,IMS has an analytical challenge in studying the CCS values of very low-molecular-weight metabolites(VLMs250 Da).Here,we describe an analytical method using ultrahigh-performance liquid chromatography(UPLC)coupled to a traveling wave ion mobility-quadrupole-time-of-flight mass spectrometer optimized for the measurement of VLMs in human urine samples.The experimental CCS values,along with mass spectral properties,were reported for the 174 metabolites.The experimental data included the mass-to-charge ratio(m/z),retention time(RT),tandem MS(MS/MS)spectra,and CCS values.Among the studied metabolites,263 traveling wave ion mobility spectrometry(TWIMS)-derived CCS values(TWCCSN2)were reported for the first time,and more than 70%of these were CCS values of VLMs.The TWCCSN2 values were highly repeatable,with inter-day variations of<1%relative standard deviation(RSD).The developed method revealed excellent TWCCSN2 accuracy with a CCS difference(DCCS)within±2%of the reported drift tube IMS(DTIMS)and TWIMS CCS values.The complexity of the urine matrix did not affect the precision of the method,as evidenced by DCCS within±1.92%.According to the Metabolomics Standards Initiative,55 urinary metabolites were identified with a confidence level of 1.Among these 55 metabolites,53(96%)were VLMs.The larger number of confirmed compounds found in this study was a result of the addition of TWCCSN2 values,which clearly increased metabolite identification confidence.
基金support from the Youth Innovation Promotion Association of Chinese Academy of Sciences (Grant No.2019319)support from the Start-up Foundation of Suzhou Institute of Nano-Tech and Nano-Bionics,CAS,Suzhou (Grant No.Y9AAD110)。
文摘A Josephson traveling wave parametric amplifier(JTWPA),which is a quantum-limited amplifier with high gain and large bandwidth,is the core device of large-scale measurement and control systems for quantum computing.A typical JTWPA consists of thousands of Josephson junctions connected in series to form a transmission line and hundreds of shunt LC resonators periodically loaded along the line for phase matching.Because the variation of these capacitors and inductors can be detrimental to their high-frequency characteristics,the fabrication of a JTWPA typically necessitates precise processing equipment.To guide the fabrication process and further improve the design for manufacturability,it is necessary to understand how each electronic component affects the amplifier.In this paper,we use the harmonic balance method to conduct a comprehensive study on the impact of nonuniformity and fabrication yield of the electronic components on the performance of a JTWPA.The results provide insightful and scientific guidance for device design and fabrication processes.
基金the Deanship of Scientific Research,Imam Mohammad Ibn Saud Islamic University(IMSIU),Saudi Arabia,for funding this research work through Grant No.(221412020).
文摘The generalized travelling salesman problem(GTSP),a generalization of the well-known travelling salesman problem(TSP),is considered for our study.Since the GTSP is NP-hard and very complex,finding exact solutions is highly expensive,we will develop genetic algorithms(GAs)to obtain heuristic solutions to the problem.In GAs,as the crossover is a very important process,the crossovermethods proposed for the traditional TSP could be adapted for the GTSP.The sequential constructive crossover(SCX)and three other operators are adapted to use in GAs to solve the GTSP.The effectiveness of GA using SCX is verified on some GTSP Library(GTSPLIB)instances first and then compared against GAs using the other crossover methods.The computational results show the success of the GA using SCX for this problem.Our proposed GA using SCX,and swap mutation could find average solutions whose average percentage of excesses fromthe best-known solutions is between 0.00 and 14.07 for our investigated instances.
文摘The paper describes some implementation aspects of an algorithm for approximate solution of the traveling salesman problem based on the construction of convex closed contours on the initial set of points (“cities”) and their subsequent combination into a closed path (the so-called contour algorithm or “onion husk” algorithm). A number of heuristics related to the different stages of the algorithm are considered, and various variants of the algorithm based on these heuristics are analyzed. Sets of randomly generated points of different sizes (from 4 to 90 and from 500 to 10,000) were used to test the algorithms. The numerical results obtained are compared with the results of two well-known combinatorial optimization algorithms, namely the algorithm based on the branch and bound method and the simulated annealing algorithm. .
基金the Natural Science Basic Research Program of Shaanxi(2021JQ-368).
文摘Aimed at a multiple traveling salesman problem(MTSP)with multiple depots and closed paths,this paper proposes a k-means clustering donkey and a smuggler algorithm(KDSA).The algorithm first uses the k-means clustering method to divide all cities into several categories based on the center of various samples;the large-scale MTSP is divided into multiple separate traveling salesman problems(TSPs),and the TSP is solved through the DSA.The proposed algorithm adopts a solution strategy of clustering first and then carrying out,which can not only greatly reduce the search space of the algorithm but also make the search space more fully explored so that the optimal solution of the problem can be more quickly obtained.The experimental results from solving several test cases in the TSPLIB database show that compared with other related intelligent algorithms,the K-DSA has good solving performance and computational efficiency in MTSPs of different scales,especially with large-scale MTSP and when the convergence speed is faster;thus,the advantages of this algorithm are more obvious compared to other algorithms.
文摘In this work, we focus on the inverse problem of determining the parameters in a partial differential equation from given numerical solutions. For this purpose, we consider a modified Fisher’s equation that includes a relaxation time in relating the flux to the gradient of the density and an added cubic non-linearity. We show that such equations still possess traveling wave solutions by using standard methods for nonlinear dynamical systems in which fixed points in the phase plane are found and their stability characteristics are classified. A heteroclinic orbit in the phase plane connecting a saddle point to a node represents the traveling wave solution. We then design parameter estimation/discovery algorithms for this system including a few based on machine learning methods and compare their performance.
文摘By using the fractional complex transform and the bifurcation theory to the generalized fractional differential mBBM equation, we first transform this fractional equation into a plane dynamic system, and then find its equilibrium points and first integral. Based on this, the phase portraits of the corresponding plane dynamic system are given. According to the phase diagram characteristics of the dynamic system, the periodic solution corresponds to the limit cycle or periodic closed orbit. Therefore, according to the phase portraits and the properties of elliptic functions, we obtain exact explicit parametric expressions of smooth periodic wave solutions. This method can also be applied to other fractional equations.
基金supported by the Science and Technology Project of State Grid Corporation of China under Grant 520201210025。
文摘The hybrid dc circuit breaker(HCB)has the advantages of fast action speed and low operating loss,which is an idealmethod for fault isolation ofmulti-terminal dc grids.Formulti-terminal dc grids that transmit power through overhead lines,HCBs are required to have reclosing capability due to the high fault probability and the fact that most of the faults are temporary faults.To avoid the secondary fault strike and equipment damage that may be caused by the reclosing of the HCB when the permanent fault occurs,an adaptive reclosing scheme based on traveling wave injection is proposed in this paper.The scheme injects traveling wave signal into the fault dc line through the additionally configured auxiliary discharge branch in the HCB,and then uses the reflection characteristic of the traveling wave signal on the dc line to identify temporary and permanent faults,to be able to realize fast reclosing when the temporary fault occurs and reliably avoid reclosing after the permanent fault occurs.The test results in the simulation model of the four-terminal dc grid show that the proposed adaptive reclosing scheme can quickly and reliably identify temporary and permanent faults,greatly shorten the power outage time of temporary faults.In addition,it has the advantages of easiness to implement,high reliability,robustness to high-resistance fault and no dead zone,etc.
基金supported in part by the National Research Foundation of Korea (NRF-2021H1D3A2A01082705).
文摘The dynamic traveling salesman problem(DTSP)is significant in logistics distribution in real-world applications in smart cities,but it is uncertain and difficult to solve.This paper proposes a scheme library-based ant colony optimization(ACO)with a two-optimization(2-opt)strategy to solve the DTSP efficiently.The work is novel and contributes to three aspects:problemmodel,optimization framework,and algorithmdesign.Firstly,in the problem model,traditional DTSP models often consider the change of travel distance between two nodes over time,while this paper focuses on a special DTSP model in that the node locations change dynamically over time.Secondly,in the optimization framework,the ACO algorithm is carried out in an offline optimization and online application framework to efficiently reuse the historical information to help fast respond to the dynamic environment.The framework of offline optimization and online application is proposed due to the fact that the environmental change inDTSPis caused by the change of node location,and therefore the newenvironment is somehowsimilar to certain previous environments.This way,in the offline optimization,the solutions for possible environmental changes are optimized in advance,and are stored in a mode scheme library.In the online application,when an environmental change is detected,the candidate solutions stored in the mode scheme library are reused via ACO to improve search efficiency and reduce computational complexity.Thirdly,in the algorithm design,the ACO cooperates with the 2-opt strategy to enhance search efficiency.To evaluate the performance of ACO with 2-opt,we design two challenging DTSP cases with up to 200 and 1379 nodes and compare them with other ACO and genetic algorithms.The experimental results show that ACO with 2-opt can solve the DTSPs effectively.
基金supported by the Key Project of China Coal Technology and Engineering Group(No.2020-2-TD-ZD003).
文摘This paper firstly introduces the common faults of traveling transmission system of shuttle car.Secondly,by analyzing the characteristics of shuttle car structure,the layout of traveling transmission system and the common faults on shuttle car,this paper concludes that"internal holding torque"is the main cause of faults.Finally,this paper proposes a corresponding optimization design scheme to reduce the impact of"internal torque",and calculates the relevant results through the finite element simulation analysis method.Through these analyses and calculations,it is shown that the method can effectively reduce the probability of failure of traveling transmission system of shuttle car.
文摘This study evaluates the distribution of travel-limiting disabilities across genders and geographic locations in the United States. This study aims to describe and compare the socioeconomic and demographic variables of the people with and without travel-limiting disabilities across geographic locations and gender. The study further evaluates the trip purpose and impact of Covid-19 fourth wave pandemic on the use of public transit and travel to physical workplace for the people with and without travel-limiting disabilities across gender and geographic locations. The study uses the 2022 weighted National Household Travel Survey dataset and employs descriptive statistics. Results reaffirm the findings from previous literature that there are more people with travel-limiting disabilities in urban areas and among women. Over 50 percent of people aged 65 and above have a form of travel-limiting disabilities. The most trip for people with travel-limiting disabilities is made for shopping and medical purposes. Across all categories, rural areas, urban areas, male and female for the people without travel-limiting disabilities, COVID-19 fourth wave did not change the pattern of trips made to physical workplace as pre-COVID-19 era. This pattern is also observable for the people with travel-limiting disabilities in rural and urban areas. Females with travel-limiting disabilities reported making less trips to physical workplaces while male reported doing the same as before COVID-19 era. The study concludes that the quantification of travel-limiting disabilities across geographic location and gender is vital in disability study and could drive policy implementation for improved accessibility for the vulnerable population.
基金supported by the Surface Project of the National Natural Science Foundation of China(No.71273024)the Fundamental Research Funds for the Central Universities of China(2021YJS080).
文摘This study proposes a prediction model considering external weather and holiday factors to address the issue of accurately predicting urban taxi travel demand caused by complex data and numerous influencing factors.The model integrates the Complete Ensemble Empirical Mode Decomposition with Adaptive Noise(CEEMDAN)and Convolutional Long Short Term Memory Neural Network(ConvLSTM)to predict short-term taxi travel demand.The CEEMDAN decomposition method effectively decomposes time series data into a set of modal components,capturing sequence characteristics at different time scales and frequencies.Based on the sample entropy value of components,secondary processing of more complex sequence components after decomposition is employed to reduce the cumulative prediction error of component sequences and improve prediction efficiency.On this basis,considering the correlation between the spatiotemporal trends of short-term taxi traffic,a ConvLSTM neural network model with Long Short Term Memory(LSTM)time series processing ability and Convolutional Neural Networks(CNN)spatial feature processing ability is constructed to predict the travel demand for urban taxis.The combined prediction model is tested on a taxi travel demand dataset in a certain area of Beijing.The results show that the CEEMDAN-ConvLSTM prediction model outperforms the LSTM,Autoregressive Integrated Moving Average model(ARIMA),CNN,and ConvLSTM benchmark models in terms of Symmetric Mean Absolute Percentage Error(SMAPE),Root Mean Square Error(RMSE),Mean Absolute Error(MAE),and R2 metrics.Notably,the SMAPE metric exhibits a remarkable decline of 21.03%with the utilization of our proposed model.These results confirm that our study provides a highly accurate and valid model for taxi travel demand forecasting.
基金the Deanship of Scientific Research at Imam Mohammad Ibn Saud Islamic University(IMSIU)(Grant Number IMSIU-RP23030).
文摘Genetic algorithms(GAs)are very good metaheuristic algorithms that are suitable for solving NP-hard combinatorial optimization problems.AsimpleGAbeginswith a set of solutions represented by a population of chromosomes and then uses the idea of survival of the fittest in the selection process to select some fitter chromosomes.It uses a crossover operator to create better offspring chromosomes and thus,converges the population.Also,it uses a mutation operator to explore the unexplored areas by the crossover operator,and thus,diversifies the GA search space.A combination of crossover and mutation operators makes the GA search strong enough to reach the optimal solution.However,appropriate selection and combination of crossover operator and mutation operator can lead to a very good GA for solving an optimization problem.In this present paper,we aim to study the benchmark traveling salesman problem(TSP).We developed several genetic algorithms using seven crossover operators and six mutation operators for the TSP and then compared them to some benchmark TSPLIB instances.The experimental studies show the effectiveness of the combination of a comprehensive sequential constructive crossover operator and insertion mutation operator for the problem.The GA using the comprehensive sequential constructive crossover with insertion mutation could find average solutions whose average percentage of excesses from the best-known solutions are between 0.22 and 14.94 for our experimented problem instances.
文摘In July,Wu Siyan from Nanning,Guangxi Zhuang Autonomous Region,and her husband took their daughter to Thailand.It was the first time the seventh grader had traveled to another country."Traveling in another country was an eye-opener for us,especially for my daughter.Some customs in Thailand are similar to those in China's Yunnan Province,but it was still a great opportunity to explore the rest of the world,"Wu said,adding that it only took around two hours to fly from Nanning to Bangkok,capital of Thailand.
基金the Centre of Excellence in Mobile and e-Services,the University of Zululand,Kwadlangezwa,South Africa.
文摘The studypresents theHalfMax InsertionHeuristic (HMIH) as a novel approach to solving theTravelling SalesmanProblem (TSP). The goal is to outperform existing techniques such as the Farthest Insertion Heuristic (FIH) andNearest Neighbour Heuristic (NNH). The paper discusses the limitations of current construction tour heuristics,focusing particularly on the significant margin of error in FIH. It then proposes HMIH as an alternative thatminimizes the increase in tour distance and includes more nodes. HMIH improves tour quality by starting withan initial tour consisting of a ‘minimum’ polygon and iteratively adding nodes using our novel Half Max routine.The paper thoroughly examines and compares HMIH with FIH and NNH via rigorous testing on standard TSPbenchmarks. The results indicate that HMIH consistently delivers superior performance, particularly with respectto tour cost and computational efficiency. HMIH’s tours were sometimes 16% shorter than those generated by FIHand NNH, showcasing its potential and value as a novel benchmark for TSP solutions. The study used statisticalmethods, including Friedman’s Non-parametric Test, to validate the performance of HMIH over FIH and NNH.This guarantees that the identified advantages are statistically significant and consistent in various situations. Thiscomprehensive analysis emphasizes the reliability and efficiency of the heuristic, making a compelling case for itsuse in solving TSP issues. The research shows that, in general, HMIH fared better than FIH in all cases studied,except for a few instances (pr439, eil51, and eil101) where FIH either performed equally or slightly better thanHMIH. HMIH’s efficiency is shown by its improvements in error percentage (δ) and goodness values (g) comparedto FIH and NNH. In the att48 instance, HMIH had an error rate of 6.3%, whereas FIH had 14.6% and NNH had20.9%, indicating that HMIH was closer to the optimal solution. HMIH consistently showed superior performanceacross many benchmarks, with lower percentage error and higher goodness values, suggesting a closer match tothe optimal tour costs. This study substantially contributes to combinatorial optimization by enhancing currentinsertion algorithms and presenting a more efficient solution for the Travelling Salesman Problem. It also createsnew possibilities for progress in heuristic design and optimization methodologies.
基金Sponsored by Scientific Research Projects of Colleges and Universities in the Inner Mongolia Autonomous Region(NJSY018)
文摘Self-diiviiig tour is one of the most important wajrs for people to travel, and network travel notes actually reflect the traveling information of self-driving tourists. In this paper, witii the network travel notes of self-driving tourists as the tesearch object^ methods such as text analysis and visualization were adopted to study behavior patterns of self-driving tourists, tourism experience, time-space migration, and distribution of tourism resources in Inner Mongolia, fi:om the multiple dimensions of mobile drivers, perceived, dimensions, and spatial migration. The results showed tiiat ①self-cidviiig tourists had a variety of motivations for traveling, in which love for nature dominated; ②self-driving tour destinations were mainly Hulunbuir, Ordos, and Alxa League; ③spatial migration was characterized by obvious seasonal fluctuations. The fesearch on the behavior of self-driving tourists in Inner Mongolia is an important part of the study of the connection between tourism resources and market connection in Inner Mongolia, and is of significance for guiding the theory, practice and poliqr foimuktion of self-doving tours in Inner Mongolia.
基金funded by The 14th Postgraduate Education Innovation Fund of Wuhan Institute of Technology(Project Number:CX2022491).
文摘The emphasis on the combination of physical space and metaphorical space is a major feature of Hawthorne’s narrative.This paper analyzes cultural space in Hawthorne’s travel writing,centering on his works The Old Manse and The Marble Faun from the perspective of neutral territory.The old manse and Rome carry different cultural metaphors,each reflecting a complex and subtle narrative space.Individually,Hawthorne transforms the old manse into Thoreauesque cabin,where American is affected by“sleepiness”and gains spiritual healing.At the national level,Hawthorne creates an allegorical Italy as borderland to explore the existence of American civilization.