首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   73篇
  免费   0篇
  国内免费   1篇
化学工业   3篇
机械仪表   3篇
能源动力   1篇
一般工业技术   9篇
自动化技术   58篇
  2021年   1篇
  2020年   2篇
  2019年   3篇
  2017年   7篇
  2016年   1篇
  2015年   10篇
  2014年   5篇
  2013年   11篇
  2012年   3篇
  2011年   4篇
  2010年   3篇
  2009年   6篇
  2008年   6篇
  2007年   4篇
  2006年   3篇
  2005年   1篇
  2003年   3篇
  2001年   1篇
排序方式: 共有74条查询结果,搜索用时 15 毫秒
61.
Genetic algorithms are currently one of the state-of-the-art meta-heuristic techniques for the optimization of large engineering systems such as the design and rehabilitation of water distribution networks. They are capable of finding near-optimal cost solutions to these problems given certain cost and hydraulic parameters. Recently, multi-objective genetic algorithms have become prevalent in the water industry due to the conflicting nature of these hydraulic and cost objectives. The Pareto-front of solutions can aid decision makers in the water industry as it provides a set of design solutions which can be examined by experienced engineers. However, multi-objective genetic algorithms tend to require a large number of objective function evaluations to arrive at an acceptable Pareto-front. This article investigates a novel hybrid cellular automaton and genetic approach to multi-objective optimization (known as CAMOGA). The proposed method is applied to two large, real-world networks taken from the UK water industry. The results show that the proposed cellular automaton approach can provide a good approximation of the Pareto-front with very few network simulations, and that CAMOGA outperforms the standard multi-objective genetic algorithm in terms of efficiency in discovering similar Pareto-fronts.  相似文献   
62.
This article uses a hybrid optimization approach to solve the discrete facility layout problem (FLP), modelled as a quadratic assignment problem (QAP). The idea of this approach design is inspired by the ant colony meta-heuristic optimization method, combined with the extended great deluge (EGD) local search technique. Comparative computational experiments are carried out on benchmarks taken from the QAP-library and from real life problems. The performance of the proposed algorithm is compared to construction and improvement heuristics such as H63, HC63-66, CRAFT and Bubble Search, as well as other existing meta-heuristics developed in the literature based on simulated annealing (SA), tabu search and genetic algorithms (GAs). This algorithm is compared also to other ant colony implementations for QAP. The experimental results show that the proposed ant colony optimization/extended great deluge (ACO/EGD) performs significantly better than the existing construction and improvement algorithms. The experimental results indicate also that the ACO/EGD heuristic methodology offers advantages over other algorithms based on meta-heuristics in terms of solution quality.  相似文献   
63.
The advantages of U-type lines are very well known in industry. They offer improved productivity and quality, and are considered as one of the better techniques in implementing just-in-time (JIT) systems. There is a growing interest in the literature to organize traditional assembly lines as U-lines for improved performance. U-type assembly line balancing is an extension of the traditional line balancing problem, in which tasks can be assigned from both sides of the precedence diagram. Although there are many studies in the literature for the design of traditional straight assembly lines, the work on U-type lines is limited. Moreover, in most of the previous studies, task times are assumed to be deterministic. In this paper, a new multiple-rule-based genetic algorithm (GA) is proposed for balancing U-type assembly lines with stochastic task times.  相似文献   
64.
This paper develops an efficient tabu search (TS) heuristic to solve the redundancy allocation problem for multi-state series–parallel systems. The system has a range of performance levels from perfect functioning to complete failure. Identical redundant elements are included in order to achieve a desirable level of availability. The elements of the system are characterized by their cost, performance and availability. These elements are chosen from a list of products available in the market. System availability is defined as the ability to satisfy consumer demand, which is represented as a piecewise cumulative load curve. A universal generating function technique is applied to evaluate system availability. The proposed TS heuristic determines the minimal cost system configuration under availability constraints. An originality of our approach is that it proceeds by dividing the search space into a set of disjoint subsets, and then by applying TS to each subset. The design problem, solved in this study, has been previously analyzed using genetic algorithms (GAs). Numerical results for the test problems from previous research are reported, and larger test problems are randomly generated. Comparisons show that the proposed TS out-performs GA solutions, in terms of both the solution quality and the execution time.  相似文献   
65.
The economic lot scheduling problem (ELSP) is the challenge of accommodating several products to be produced on a single machine in a cyclical pattern. A solution involves determining the repetitive production schedule for NN products with a goal of minimizing the total of setup and holding costs. We develop the genetic lot scheduling (GLS) procedure. This method combines an extended solution structure with a new item scheduling approach, allowing a greater number of potential schedules to be considered while being the first to explicitly state the assignment of products to periods as part of the solution structure. We maintain efficient solution feasibility determination, a problematic part of ELSP solution generation and a weakness of several other methods, by employing simple but effective sequencing rules that create “nested” schedules. We create a binary chromosomal representation of the new problem formulation and utilize a genetic algorithm to efficiently search for low cost ELSP solutions. The procedure is applied to a benchmark problem suite from the literature, including Bomberger's stamping problem [Bomberger, A dynamic programming approach to a lot scheduling problem. Management Science 1966; 12:778–84], a problem that has been under investigation since the mid 1960's. The genetic lot scheduling procedure produces impressive results, including the best solutions obtained to date on some problems.  相似文献   
66.
A fundamental issue affecting the performance of a parallel application running on a heterogeneous computing system is the assignment of tasks to the processors in the system. The task assignment problem for more than three processors is known to be NP-hard, and therefore satisfactory suboptimal solutions obtainable in an acceptable amount of time are generally sought. This paper proposes a simple and effective iterative greedy algorithm to deal with the problem with goal of minimizing the total sum of execution and communication costs. The main idea in this algorithm is to improve the quality of the assignment in an iterative manner using results from previous iterations. The algorithm first uses a constructive heuristic to find an initial assignment and iteratively improves it in a greedy way. Through simulations over a wide range of parameters, we have demonstrated the effectiveness of our algorithm by comparing it with recent competing task assignment algorithms in the literature.  相似文献   
67.
This paper presents a new multi-objective mathematical model for a multi-modal hub location problem under a possibilistic-stochastic uncertainty. The presented model aims to minimize the total transportation and traffic noise pollution costs. Furthermore, it aims to minimize the maximum transportation time between origin-destination nodes to ensure a high probability of meeting the service guarantee. In order to cope with the uncertainties and the multi-objective model, we propose a two-phase approach, including fuzzy interactive multi-objective programming approach and an efficient method based on the Me measure. Due to the NP-hardness of the presented model, two meta-heuristic algorithms, namely hybrid differential evolution and hybrid imperialist competitive algorithm, are developed. Furthermore, a number of sensitivity analyses are provided to demonstrate the effectiveness of the presented model. Finally, the foregoing meta-heuristics are compared together through different comparison metrics.  相似文献   
68.
Stochastic local search (SLS) algorithms are typically composed of a number of different components, each of which should contribute significantly to the final algorithm's performance. If the goal is to design and engineer effective SLS algorithms, the algorithm developer requires some insight into the importance and the behavior of possible algorithmic components. In this paper, we analyze algorithmic components of SLS algorithms for the multiobjective travelling salesman problem. The analysis is done using a careful experimental design for a generic class of SLS algorithms for multiobjective combinatorial optimization. Based on the insights gained, we engineer SLS algorithms for this problem. Experimental results show that these SLS algorithms, despite their conceptual simplicity, outperform a well-known memetic algorithm for a range of benchmark instances with two and three objectives.  相似文献   
69.
Case-based heuristic selection for timetabling problems   总被引:2,自引:0,他引:2  
This paper presents a case-based heuristic selection approach for automated university course and exam timetabling. The method described in this paper is motivated by the goal of developing timetabling systems that are fundamentally more general than the current state of the art. Heuristics that worked well in previous similar situations are memorized in a case base and are retrieved for solving the problem in hand. Knowledge discovery techniques are employed in two distinct scenarios. Firstly, we model the problem and the problem solving situations along with specific heuristics for those problems. Secondly, we refine the case base and discard cases which prove to be non-useful in solving new problems. Experimental results are presented and analyzed. It is shown that case based reasoning can act effectively as an intelligent approach to learn which heuristics work well for particular timetabling situations. We conclude by outlining and discussing potential research issues in this critical area of knowledge discovery for different difficult timetabling problems.  相似文献   
70.
The reliability-redundancy optimization problems can involve the selection of components with multiple choices and redundancy levels that produce maximum benefits, and are subject to the cost, weight, and volume constraints. Many classical mathematical methods have failed in handling nonconvexities and nonsmoothness in reliability-redundancy optimization problems. As an alternative to the classical optimization approaches, the meta-heuristics have been given much attention by many researchers due to their ability to find an almost global optimal solutions. One of these meta-heuristics is the particle swarm optimization (PSO). PSO is a population-based heuristic optimization technique inspired by social behavior of bird flocking and fish schooling. This paper presents an efficient PSO algorithm based on Gaussian distribution and chaotic sequence (PSO-GC) to solve the reliability-redundancy optimization problems. In this context, two examples in reliability-redundancy design problems are evaluated. Simulation results demonstrate that the proposed PSO-GC is a promising optimization technique. PSO-GC performs well for the two examples of mixed-integer programming in reliability-redundancy applications considered in this paper. The solutions obtained by the PSO-GC are better than the previously best-known solutions available in the recent literature.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号