The growth optimizer(GO)is an innovative and robust metaheuristic optimization algorithm designed to simulate the learning and reflective processes experienced by individuals as they mature within the social environme...The growth optimizer(GO)is an innovative and robust metaheuristic optimization algorithm designed to simulate the learning and reflective processes experienced by individuals as they mature within the social environment.However,the original GO algorithm is constrained by two significant limitations:slow convergence and high mem-ory requirements.This restricts its application to large-scale and complex problems.To address these problems,this paper proposes an innovative enhanced growth optimizer(eGO).In contrast to conventional population-based optimization algorithms,the eGO algorithm utilizes a probabilistic model,designated as the virtual population,which is capable of accurately replicating the behavior of actual populations while simultaneously reducing memory consumption.Furthermore,this paper introduces the Lévy flight mechanism,which enhances the diversity and flexibility of the search process,thus further improving the algorithm’s global search capability and convergence speed.To verify the effectiveness of the eGO algorithm,a series of experiments were conducted using the CEC2014 and CEC2017 test sets.The results demonstrate that the eGO algorithm outperforms the original GO algorithm and other compact algorithms regarding memory usage and convergence speed,thus exhibiting powerful optimization capabilities.Finally,the eGO algorithm was applied to image fusion.Through a comparative analysis with the existing PSO and GO algorithms and other compact algorithms,the eGO algorithm demonstrates superior performance in image fusion.展开更多
The meta-heuristic algorithm is a global probabilistic search algorithm for the iterative solution.It has good performance in global optimization fields such as maximization.In this paper,a new adaptive parameter stra...The meta-heuristic algorithm is a global probabilistic search algorithm for the iterative solution.It has good performance in global optimization fields such as maximization.In this paper,a new adaptive parameter strategy and a parallel communication strategy are proposed to further improve the Cuckoo Search(CS)algorithm.This strategy greatly improves the convergence speed and accuracy of the algorithm and strengthens the algorithm’s ability to jump out of the local optimal.This paper compares the optimization performance of Parallel Adaptive Cuckoo Search(PACS)with CS,Parallel Cuckoo Search(PCS),Particle Swarm Optimization(PSO),Sine Cosine Algorithm(SCA),Grey Wolf Optimizer(GWO),Whale Optimization Algorithm(WOA),Differential Evolution(DE)and Artificial Bee Colony(ABC)algorithms by using the CEC-2013 test function.The results show that PACS algorithmoutperforms other algorithms in 20 of 28 test functions.Due to the superior performance of PACS algorithm,this paper uses it to solve the problem of the rectangular layout.Experimental results show that this scheme has a significant effect,and the material utilization rate is improved from89.5%to 97.8%after optimization.展开更多
Quality control and screening of active substances in traditional Chinese medicines have been performed using fingerprint analysis. The spectrum-effect relationship between chromatography fingerprints and efficacy of ...Quality control and screening of active substances in traditional Chinese medicines have been performed using fingerprint analysis. The spectrum-effect relationship between chromatography fingerprints and efficacy of herbal drugs is considered as a potentially useful method for determining active ingredients in complex mixtures. The study was designed to develop a method for determining the bioactive components of a compound Chinese medicine called Tiefeng based on spectrum-effect relationships between high-performance liquid chromatography (HPLC) fingerprints and anticoccidial activities. Four peaks of the established HPLC fingerprint indicate the main bioactive components of this medicine. In addition, pharrnacodynamic atlas was defined and used to assess the anticoccidial activity of Tiefeng from different sources for the first time. We found that the level of anticoccidial activity of Tiefeng was consistent with the degree of similarity between the pharmacodynamic atlas and chromatogram of any sample. Furthermore, effect of this medicine was related with the main active constituents, along with the origin and the harvesting time.展开更多
Synthesis of structurally controlled graphene materials is critical for realizing their practical applications.The electrochemical exfoliation of graphite has emerged as a simple method to produce graphene materials.T...Synthesis of structurally controlled graphene materials is critical for realizing their practical applications.The electrochemical exfoliation of graphite has emerged as a simple method to produce graphene materials.This review examines research progress in the last 5 years,from 2015 to 2019.Graphene material synthesis methods generally have a trade‐off between increasing production yield and achieving better material property control.The synthesis conditions for synthesizing pristine graphene,graphene oxide(GO),and graphene composites are significantly different.Thus,in this review,we first discuss synthesis methods for graphene materials with high C/O ratios from four aspects:graphite electrodes,equipment engineering,electrolytes,and additional reduction methods.Next,we survey synthesis methods for GO and examine how the pretreatment of the graphite electrodes,electrolytes,and operation parameters,such as applied voltages,electrolyte temperatures,and mechanical forces,affect the quality of GO.Further,we summarize electrochemical exfoliation methods used to dope graphene materials,introduce covalent functional groups,incorporate various nanoparticles,and assembly of graphene architectures.For all synthesis methods,we compare the properties of resulting graphene materials such as C/O ratios,lateral size,layer numbers,and quality characterized by Raman spectroscopy.Lastly,we propose our perspectives on further research.We hope this review stimulates more studies to realize the on‐demand production of graphene materials with desired properties using electrochemical exfoliation methods.展开更多
To investigate the fog chemistry along the Yangtze River basin, a field observation experiment was performed from Shanghai to Vv'uhan during November 2015. Fifteen fog water samples were collected by using a three-st...To investigate the fog chemistry along the Yangtze River basin, a field observation experiment was performed from Shanghai to Vv'uhan during November 2015. Fifteen fog water samples were collected by using a three-stage Caltech Active Strand Cloud water Collector (CASCC). The three-stage CASCC was mounted on the board of a ship. PH, electrical conductivity (EC), H202, HCHO, S(ll0, ten inorganic ions, seven organicacids and sixteen trace metal elements were measured in this study. The pH of fog water samples ranged from weakly acidic (pH 4.3) to weakly alkaline (pH 7.05) and the EC ranged from 32.4 to 436.3 μS/cm. The main cations in fog water were NH^4+ and Ca2+, accounting for 12.35% and 29.07% of those inorganic ions, respectively. In addition, SO24- and NO^-3 contributed to 25.52% and 12.93% to total anion concentrations respectively. Moreover, the dominant kinds of organicacids were formate and oxalate, occupying 45.28% and 28.03% of the total organicacids, respectively. For trace metal elements in fog samples, Al, Fe, Zn, and Ba revealed 34.6%, 16.4%, 19.3%, and 20.9% contributions to these sixteen trace element concentrations, respectively. The results indicated that pollutants were mainly from human activities, including fossil fuel combustion, biomass burning, steel-making, stone quarrying and sand digging. Besides, natural sources including natural background levels and long-range transport of sea salt particles also aggravated the pollution levels in the fog events along the Yangtze River.展开更多
文摘The growth optimizer(GO)is an innovative and robust metaheuristic optimization algorithm designed to simulate the learning and reflective processes experienced by individuals as they mature within the social environment.However,the original GO algorithm is constrained by two significant limitations:slow convergence and high mem-ory requirements.This restricts its application to large-scale and complex problems.To address these problems,this paper proposes an innovative enhanced growth optimizer(eGO).In contrast to conventional population-based optimization algorithms,the eGO algorithm utilizes a probabilistic model,designated as the virtual population,which is capable of accurately replicating the behavior of actual populations while simultaneously reducing memory consumption.Furthermore,this paper introduces the Lévy flight mechanism,which enhances the diversity and flexibility of the search process,thus further improving the algorithm’s global search capability and convergence speed.To verify the effectiveness of the eGO algorithm,a series of experiments were conducted using the CEC2014 and CEC2017 test sets.The results demonstrate that the eGO algorithm outperforms the original GO algorithm and other compact algorithms regarding memory usage and convergence speed,thus exhibiting powerful optimization capabilities.Finally,the eGO algorithm was applied to image fusion.Through a comparative analysis with the existing PSO and GO algorithms and other compact algorithms,the eGO algorithm demonstrates superior performance in image fusion.
基金funded by the NationalKey Research and Development Program of China under Grant No.11974373.
文摘The meta-heuristic algorithm is a global probabilistic search algorithm for the iterative solution.It has good performance in global optimization fields such as maximization.In this paper,a new adaptive parameter strategy and a parallel communication strategy are proposed to further improve the Cuckoo Search(CS)algorithm.This strategy greatly improves the convergence speed and accuracy of the algorithm and strengthens the algorithm’s ability to jump out of the local optimal.This paper compares the optimization performance of Parallel Adaptive Cuckoo Search(PACS)with CS,Parallel Cuckoo Search(PCS),Particle Swarm Optimization(PSO),Sine Cosine Algorithm(SCA),Grey Wolf Optimizer(GWO),Whale Optimization Algorithm(WOA),Differential Evolution(DE)and Artificial Bee Colony(ABC)algorithms by using the CEC-2013 test function.The results show that PACS algorithmoutperforms other algorithms in 20 of 28 test functions.Due to the superior performance of PACS algorithm,this paper uses it to solve the problem of the rectangular layout.Experimental results show that this scheme has a significant effect,and the material utilization rate is improved from89.5%to 97.8%after optimization.
基金funded by the National Key Technology R&D Program, China (2008 BADB4B05-02)
文摘Quality control and screening of active substances in traditional Chinese medicines have been performed using fingerprint analysis. The spectrum-effect relationship between chromatography fingerprints and efficacy of herbal drugs is considered as a potentially useful method for determining active ingredients in complex mixtures. The study was designed to develop a method for determining the bioactive components of a compound Chinese medicine called Tiefeng based on spectrum-effect relationships between high-performance liquid chromatography (HPLC) fingerprints and anticoccidial activities. Four peaks of the established HPLC fingerprint indicate the main bioactive components of this medicine. In addition, pharrnacodynamic atlas was defined and used to assess the anticoccidial activity of Tiefeng from different sources for the first time. We found that the level of anticoccidial activity of Tiefeng was consistent with the degree of similarity between the pharmacodynamic atlas and chromatogram of any sample. Furthermore, effect of this medicine was related with the main active constituents, along with the origin and the harvesting time.
基金National Natural Science Foundation of China,Grant/Award Numbers:51678163,91851202Australian Research Council,Grant/Award Number:FT160100107 and DP180102210。
文摘Synthesis of structurally controlled graphene materials is critical for realizing their practical applications.The electrochemical exfoliation of graphite has emerged as a simple method to produce graphene materials.This review examines research progress in the last 5 years,from 2015 to 2019.Graphene material synthesis methods generally have a trade‐off between increasing production yield and achieving better material property control.The synthesis conditions for synthesizing pristine graphene,graphene oxide(GO),and graphene composites are significantly different.Thus,in this review,we first discuss synthesis methods for graphene materials with high C/O ratios from four aspects:graphite electrodes,equipment engineering,electrolytes,and additional reduction methods.Next,we survey synthesis methods for GO and examine how the pretreatment of the graphite electrodes,electrolytes,and operation parameters,such as applied voltages,electrolyte temperatures,and mechanical forces,affect the quality of GO.Further,we summarize electrochemical exfoliation methods used to dope graphene materials,introduce covalent functional groups,incorporate various nanoparticles,and assembly of graphene architectures.For all synthesis methods,we compare the properties of resulting graphene materials such as C/O ratios,lateral size,layer numbers,and quality characterized by Raman spectroscopy.Lastly,we propose our perspectives on further research.We hope this review stimulates more studies to realize the on‐demand production of graphene materials with desired properties using electrochemical exfoliation methods.
基金supported by the National Natural Science Foundation of China (Nos. 41605113, 41375126)the Taishan Scholar Grand (No. ts20120552)
文摘To investigate the fog chemistry along the Yangtze River basin, a field observation experiment was performed from Shanghai to Vv'uhan during November 2015. Fifteen fog water samples were collected by using a three-stage Caltech Active Strand Cloud water Collector (CASCC). The three-stage CASCC was mounted on the board of a ship. PH, electrical conductivity (EC), H202, HCHO, S(ll0, ten inorganic ions, seven organicacids and sixteen trace metal elements were measured in this study. The pH of fog water samples ranged from weakly acidic (pH 4.3) to weakly alkaline (pH 7.05) and the EC ranged from 32.4 to 436.3 μS/cm. The main cations in fog water were NH^4+ and Ca2+, accounting for 12.35% and 29.07% of those inorganic ions, respectively. In addition, SO24- and NO^-3 contributed to 25.52% and 12.93% to total anion concentrations respectively. Moreover, the dominant kinds of organicacids were formate and oxalate, occupying 45.28% and 28.03% of the total organicacids, respectively. For trace metal elements in fog samples, Al, Fe, Zn, and Ba revealed 34.6%, 16.4%, 19.3%, and 20.9% contributions to these sixteen trace element concentrations, respectively. The results indicated that pollutants were mainly from human activities, including fossil fuel combustion, biomass burning, steel-making, stone quarrying and sand digging. Besides, natural sources including natural background levels and long-range transport of sea salt particles also aggravated the pollution levels in the fog events along the Yangtze River.