618 research outputs found

    Optimum buckling design of composite stiffened panels using ant colony algorithm

    Get PDF
    Optimal design of laminated composite stiffened panels of symmetric and balanced layup with different number of T-shape stiffeners is investigated and presented. The stiffened panels are simply supported and subjected to uniform biaxial compressive load. In the optimization for the maximum buckling load without weight penalty, the panel skin and the stiffened laminate stacking sequence, thickness and the height of the stiffeners are chosen as design variables. The optimization is carried out by applying an ant colony algorithm (ACA) with the ply contiguous constraint taken into account. The finite strip method is employed in the buckling analysis of the stiffened panels. The results shows that the buckling load increases dramatically with the number of stiffeners at first, and then has only a small improvement after the number of stiffeners reaches a certain value. An optimal layup of the skin and stiffener laminate has also been obtained by using the ACA. The methods presented in this paper should be applicable to the design of stiffened composite panels in similar loading conditions

    Interactive ant colony optimization (iACO) for early lifecycle software design

    Get PDF
    Finding good designs in the early stages of the software development lifecycle is a demanding multi-objective problem that is crucial to success. Previously, both interactive and non-interactive techniques based on evolutionary algorithms (EAs) have been successfully applied to assist the designer. However, recently ant colony optimization was shown to outperform EAs at optimising quantitative measures of software designs with a limited computational budget. In this paper, we propose a novel interactive ACO (iACO) approach, in which the search is steered jointly by an adaptive model that combines subjective and objective measures. Results show that iACO is speedy, responsive and effective in enabling interactive, dynamic multi-objective search. Indeed, study participants rate the iACO search experience as compelling. Moreover, inspection of the learned model facilitates understanding of factors affecting users' judgements, such as the interplay between a design's elegance and the interdependencies between its components. © 2014 Springer Science+Business Media New York

    An Approximate Algorithm Combining P Systems and Ant Colony Optimization for Traveling Salesman Problems

    Get PDF
    This paper proposes an approximate optimization algorithm combining P systems with ant colony optimization, called ACOPS, to solve traveling salesman prob- lems, which are well-known and extensively studied NP-complete combinatorial optimization problems. ACOPS uses the pheromone model and pheromone update rules defined by ant colony optimization algorithms, and the hierarchical membrane structure and transformation/communication rules of P systems. First, the parameter setting of the ACOPS is discussed. Second, extensive experiments and statistical analysis are investigated. It is shown that the ACOPS is superior to Nishida's algorithms and its counterpart ant colony optimization algorithms, in terms of the quality of solutions and the number of function evaluations

    Automated Software Testing Using Metahurestic Technique Based on Improved Ant Algorithms for Software Testing

    Get PDF
    Testing can never completely identify all the defects within software [1]. Instead, it furnishes a criticism or comparison that compares the state and behavior of the product against oracles principles or mechanisms by which someone might recognize a problem. These oracles may include (but are not limited to) specifications, contracts[2], comparable products, past versions of the same product, inferences about intended or expected purpose, user or customer expectations, relevant standards, applicable laws, or other criteria. Testing effectiveness can be achieved by the State Transition Testing (STT) which is commonly used in real time, embedded and web based type of software systems. Aim of the current paper is to present an algorithm by applying an ant colony optimization technique, for generation of optimal and minimal test sequences for behavior specification of software. Present paper approach generates test sequence in order to obtain the complete software coverage. This paper also discusses the comparison between two Meta heuristic techniques (Genetic Algorithm and Ant Colony optimization) for transition based testing
    corecore