The growing global competition compels manufacturing organizations to engage themselves in all productivity improvement activities. In this direction, the consideration of mixed-model assembly line balancing problem a...The growing global competition compels manufacturing organizations to engage themselves in all productivity improvement activities. In this direction, the consideration of mixed-model assembly line balancing problem and implementing in industries plays a major role in improving organizational productivity. In this paper, the mixed model assembly line balancing problem with deterministic task times is considered. The authors made an attempt to develop a genetic algorithm for realistic design of the mixed-model assembly line balancing problem. The design is made using the originnal task times of the models, which is a realistic approach. Then, it is compared with the generally perceived design of the mixed-model assembly line balancing problem.展开更多
Extended Kalman Filter(EKF)algorithm is widely used in parameter estimation for nonlinear systems.The estimation precision is sensitively dependent on EKF’s initial state covariance matrix and state noise matrix.The ...Extended Kalman Filter(EKF)algorithm is widely used in parameter estimation for nonlinear systems.The estimation precision is sensitively dependent on EKF’s initial state covariance matrix and state noise matrix.The grid optimization method is always used to find proper initial matrix for off-line estimation.However,the grid method has the draw back being time consuming hence,coarse grid followed by a fine grid method is adopted.To further improve efficiency without the loss of estimation accuracy,we propose a genetic algorithm for the coarse grid optimization in this paper.It is recognized that the crossover rate and mutation rate are the main influencing factors for the performance of the genetic algorithm,so sensitivity experiments for these two factors are carried out and a set of genetic algorithm parameters with good adaptability were selected by testing with several gyros’experimental data.Experimental results show that the proposed algorithm has higher efficiency and better estimation accuracy than the traversing grid algorithm.展开更多
Forest harvesting adjustment is a decision-making,large and complex system. In this paper,we analysis the shortcomings of the traditional harvest adjustment problems,and establish the model of multi-target harvest adj...Forest harvesting adjustment is a decision-making,large and complex system. In this paper,we analysis the shortcomings of the traditional harvest adjustment problems,and establish the model of multi-target harvest adjustment. As intelligent optimization,chaotic genetic algorithm has the parallel mechanism and the inherent global optimization characteristics which are suitable for multi-objective planning the settlement of the issue,specially in complex occasions where there are many objective functions and optimize variables. In order to solve the problem of forest harvesting adjustment,this paper introduces a genetic algorithm to the Forest Farm of Qiujia Liancheng Longyan for forest harvesting adjustment firstly. And the experimental result shows that the method is feasible and effective,and it can provide satisfactory solution for policy makers.展开更多
A neurocomputing model for Genetic Algorithm (GA) to break the speed bottleneck of GA was proposed. With all genetic operations parallel implemented by NN-based sub-modules, the model integrates both the strongpoint o...A neurocomputing model for Genetic Algorithm (GA) to break the speed bottleneck of GA was proposed. With all genetic operations parallel implemented by NN-based sub-modules, the model integrates both the strongpoint of parallel GA (PGA) and those of hardware GA (HGA). Moreover a new crossover operator named universe crossover was also proposed to suit the NN-based realization. This model was tested with a benchmark function set, and the experimental results validated the potential of the neurocomputing model. The significance of this model means that HGA and PGA can be integrated and the inherent parallelism of GA can be explicitly and farthest realized, as a result, the optimization speed of GA will be accelerated by one or two magnitudes compered to the serial implementation with same speed hardware, and GA will be turned from an algorithm into a machine.展开更多
In order to solve serious urban transport problems, according to the proved chaotic characteristic of traffic flow, a non linear chaotic model to analyze the time series of traffic flow is proposed. This model recons...In order to solve serious urban transport problems, according to the proved chaotic characteristic of traffic flow, a non linear chaotic model to analyze the time series of traffic flow is proposed. This model reconstructs the time series of traffic flow in the phase space firstly, and the correlative information in the traffic flow is extracted richly, on the basis of it, a predicted equation for the reconstructed information is established by using chaotic theory, and for the purpose of obtaining the optimal predicted results, recognition and optimization to the model parameters are done by using genetic algorithm. Practical prediction research of urban traffic flow shows that this model has famous predicted precision, and it can provide exact reference for urban traffic programming and control.展开更多
The growing global competition compels organizations to use many productivity improvement techniques. In this direction, assembly line balancing helps an organization to design its assembly line such that its balancin...The growing global competition compels organizations to use many productivity improvement techniques. In this direction, assembly line balancing helps an organization to design its assembly line such that its balancing efficiency is maximized. If the organization assembles more than one model in the same line, then the objective is to maximize the average balancing efficiency of the models of the mixed model assembly line balancing problem. Maximization of average balancing efficiency of the models along with minimization of makespan of sequencing models forms a multi-objective function. This is a realistic objective function which combines the balancing efficiency and makespan. This assembly line balancing problem with multi-objective comes under combinatorial category. Hence, development of meta-heuristic is inevitable. In this paper, an attempt has been made to develop three genetic algorithms for the mixed model assembly line balancing problem such that the average balancing efficiency of the model is maximized and the makespan of sequencing the models is minimized. Finally, these three algorithms and another algorithm in literature modified to solve the mixed-model assembly line balancing problem are compared in terms of the stated multi-objective function using a randomly generated set of problems through a complete factorial experiment.展开更多
为解决传统遗传算法面临局部最优解和迭代速度慢等问题,从多个方面对遗传算法进行了改进。首先,将传统的8方向搜索扩展为24邻域16方向,以增强全局搜索能力;引入PT(piecewise and tent)混沌映射融合策略,通过Piecewise混沌映射生成的序...为解决传统遗传算法面临局部最优解和迭代速度慢等问题,从多个方面对遗传算法进行了改进。首先,将传统的8方向搜索扩展为24邻域16方向,以增强全局搜索能力;引入PT(piecewise and tent)混沌映射融合策略,通过Piecewise混沌映射生成的序列作为Tent混沌映射参数,以提升种群多样性;其次,结合莱维(Levy)飞行策略避免局部停滞,并提出新的越界粒子处理策略,以防初始化种群越界;接着,设计了全新配对交换和差分扰动机制,防止优良个体丧失导致陷入局部最优;最后,提出了一种新的压力等级拆分选择机制和自适应交叉变异概率调整算子,通过调整系数解决选择压力过大问题,采用非线性指数函数调整交叉选择概率,以避免早期发散,并通过互补调整变异概率,扩大搜索空间,减少收敛震荡。实验结果表明,所提方法相比传统遗传算法及其他改进算法,显著提高了路径规划性能,路径长度分别减少5.13%和2.06%,验证了其在机器人路径规划中的优越性与实用性。展开更多
文摘The growing global competition compels manufacturing organizations to engage themselves in all productivity improvement activities. In this direction, the consideration of mixed-model assembly line balancing problem and implementing in industries plays a major role in improving organizational productivity. In this paper, the mixed model assembly line balancing problem with deterministic task times is considered. The authors made an attempt to develop a genetic algorithm for realistic design of the mixed-model assembly line balancing problem. The design is made using the originnal task times of the models, which is a realistic approach. Then, it is compared with the generally perceived design of the mixed-model assembly line balancing problem.
文摘Extended Kalman Filter(EKF)algorithm is widely used in parameter estimation for nonlinear systems.The estimation precision is sensitively dependent on EKF’s initial state covariance matrix and state noise matrix.The grid optimization method is always used to find proper initial matrix for off-line estimation.However,the grid method has the draw back being time consuming hence,coarse grid followed by a fine grid method is adopted.To further improve efficiency without the loss of estimation accuracy,we propose a genetic algorithm for the coarse grid optimization in this paper.It is recognized that the crossover rate and mutation rate are the main influencing factors for the performance of the genetic algorithm,so sensitivity experiments for these two factors are carried out and a set of genetic algorithm parameters with good adaptability were selected by testing with several gyros’experimental data.Experimental results show that the proposed algorithm has higher efficiency and better estimation accuracy than the traversing grid algorithm.
文摘Forest harvesting adjustment is a decision-making,large and complex system. In this paper,we analysis the shortcomings of the traditional harvest adjustment problems,and establish the model of multi-target harvest adjustment. As intelligent optimization,chaotic genetic algorithm has the parallel mechanism and the inherent global optimization characteristics which are suitable for multi-objective planning the settlement of the issue,specially in complex occasions where there are many objective functions and optimize variables. In order to solve the problem of forest harvesting adjustment,this paper introduces a genetic algorithm to the Forest Farm of Qiujia Liancheng Longyan for forest harvesting adjustment firstly. And the experimental result shows that the method is feasible and effective,and it can provide satisfactory solution for policy makers.
基金NationalNaturalScienceFoundationofChina (No .60 2 3 40 2 0 )
文摘A neurocomputing model for Genetic Algorithm (GA) to break the speed bottleneck of GA was proposed. With all genetic operations parallel implemented by NN-based sub-modules, the model integrates both the strongpoint of parallel GA (PGA) and those of hardware GA (HGA). Moreover a new crossover operator named universe crossover was also proposed to suit the NN-based realization. This model was tested with a benchmark function set, and the experimental results validated the potential of the neurocomputing model. The significance of this model means that HGA and PGA can be integrated and the inherent parallelism of GA can be explicitly and farthest realized, as a result, the optimization speed of GA will be accelerated by one or two magnitudes compered to the serial implementation with same speed hardware, and GA will be turned from an algorithm into a machine.
文摘In order to solve serious urban transport problems, according to the proved chaotic characteristic of traffic flow, a non linear chaotic model to analyze the time series of traffic flow is proposed. This model reconstructs the time series of traffic flow in the phase space firstly, and the correlative information in the traffic flow is extracted richly, on the basis of it, a predicted equation for the reconstructed information is established by using chaotic theory, and for the purpose of obtaining the optimal predicted results, recognition and optimization to the model parameters are done by using genetic algorithm. Practical prediction research of urban traffic flow shows that this model has famous predicted precision, and it can provide exact reference for urban traffic programming and control.
文摘The growing global competition compels organizations to use many productivity improvement techniques. In this direction, assembly line balancing helps an organization to design its assembly line such that its balancing efficiency is maximized. If the organization assembles more than one model in the same line, then the objective is to maximize the average balancing efficiency of the models of the mixed model assembly line balancing problem. Maximization of average balancing efficiency of the models along with minimization of makespan of sequencing models forms a multi-objective function. This is a realistic objective function which combines the balancing efficiency and makespan. This assembly line balancing problem with multi-objective comes under combinatorial category. Hence, development of meta-heuristic is inevitable. In this paper, an attempt has been made to develop three genetic algorithms for the mixed model assembly line balancing problem such that the average balancing efficiency of the model is maximized and the makespan of sequencing the models is minimized. Finally, these three algorithms and another algorithm in literature modified to solve the mixed-model assembly line balancing problem are compared in terms of the stated multi-objective function using a randomly generated set of problems through a complete factorial experiment.
文摘为解决传统遗传算法面临局部最优解和迭代速度慢等问题,从多个方面对遗传算法进行了改进。首先,将传统的8方向搜索扩展为24邻域16方向,以增强全局搜索能力;引入PT(piecewise and tent)混沌映射融合策略,通过Piecewise混沌映射生成的序列作为Tent混沌映射参数,以提升种群多样性;其次,结合莱维(Levy)飞行策略避免局部停滞,并提出新的越界粒子处理策略,以防初始化种群越界;接着,设计了全新配对交换和差分扰动机制,防止优良个体丧失导致陷入局部最优;最后,提出了一种新的压力等级拆分选择机制和自适应交叉变异概率调整算子,通过调整系数解决选择压力过大问题,采用非线性指数函数调整交叉选择概率,以避免早期发散,并通过互补调整变异概率,扩大搜索空间,减少收敛震荡。实验结果表明,所提方法相比传统遗传算法及其他改进算法,显著提高了路径规划性能,路径长度分别减少5.13%和2.06%,验证了其在机器人路径规划中的优越性与实用性。