1,105 research outputs found

    An integrated screening framework to analyze flexibility in engineering systems design

    Get PDF
    Proceedings of the International Conference on Engineering Design, ICEDDS75-09135-14

    Efficient multi-objective optimization of wireless network problems on wireless testbeds

    Get PDF
    A large amount of research focuses on experimentally optimizing performance of wireless solutions. Finding the optimal performance settings typically requires investigating all possible combinations of design parameters, while the number of required experiments increases exponentially for each considered design parameter. The aim of this paper is to analyze the applicability of global optimization techniques to reduce the optimization time of wireless experimentation. In particular, the paper applies the Efficient Global Optimization (EGO) algorithm implemented in the SUrrogate MOdeling (SUMO) toolbox inside a wireless testbed. The proposed techniques are implemented and evaluated in a wireless testbed using a realistic wireless conference network problem. The performance accuracy and experimentation time of an exhaustively searched experiment is compared against a SUMO optimized experiment. In our proof of concept, the proposed SUMO optimizer reaches 99.51% of the global optimum performance while requiring 10 times less experiments compared to the exhaustive search experiment

    An algorithmic framework for synthetic cost-aware decision making in molecular design

    Full text link
    Small molecules exhibiting desirable property profiles are often discovered through an iterative process of designing, synthesizing, and testing sets of molecules. The selection of molecules to synthesize from all possible candidates is a complex decision-making process that typically relies on expert chemist intuition. We propose a quantitative decision-making framework, SPARROW, that prioritizes molecules for evaluation by balancing expected information gain and synthetic cost. SPARROW integrates molecular design, property prediction, and retrosynthetic planning to balance the utility of testing a molecule with the cost of batch synthesis. We demonstrate through three case studies that the developed algorithm captures the non-additive costs inherent to batch synthesis, leverages common reaction steps and intermediates, and scales to hundreds of molecules. SPARROW is open source and can be found at http://github.com/coleygroup/sparrow

    Data-efficient machine learning for design and optimisation of complex systems

    Get PDF

    A fuzzy hybrid sequential design strategy for global surrogate modeling of high-dimensional computer experiments

    Get PDF
    Complex real-world systems can accurately be modeled by simulations. Evaluating high-fidelity simulators can take several days, making them impractical for use in optimization, design space exploration, and analysis. Often, these simulators are approximated by relatively simple math known as a surrogate model. The data points to construct this model are simulator evaluations meaning the choice of these points is crucial: each additional data point can be very expensive in terms of computing time. Sequential design strategies offer a huge advantage over one-shot experimental design because information gathered from previous data points can be used in the process of determining new data points. Previously, LOLA-Voronoi was presented as a hybrid sequential design method which balances exploration and exploitation: the former involves selecting data points in unexplored regions of the design space, while the latter suggests adding data points in interesting regions which were previously discovered. Although this approach is very successful in terms of the required number of data points to build an accurate surrogate model, it is computationally intensive. This paper presents a new approach to the exploitation component of the algorithm based on fuzzy logic. The new approach has the same desirable properties as the old method but is less complex, especially when applied to high-dimensional problems. Experiments on several test problems show the new approach is a lot faster, without losing robustness or requiring additional samples to obtain similar model accuracy

    Stochastic and deterministic algorithms for continuous black-box optimization

    Get PDF
    Continuous optimization is never easy: the exact solution is always a luxury demand and the theory of it is not always analytical and elegant. Continuous optimization, in practice, is essentially about the efficiency: how to obtain the solution with same quality using as minimal resources (e.g., CPU time or memory usage) as possible? In this thesis, the number of function evaluations is considered as the most important resource to save. To achieve this goal, various efforts have been implemented and applied successfully. One research stream focuses on the so-called stochastic variation (mutation) operator, which conducts an (local) exploration of the search space. The efficiency of those operator has been investigated closely, which shows a good stochastic variation should be able to generate a good coverage of the local neighbourhood around the current search solution. This thesis contributes on this issue by formulating a novel stochastic variation that yields good space coverage. Algorithms and the Foundations of Software technolog
    corecore