Results for 'real-coded genetic algorithms, function optimization, robustness, sampling bias, multimodal functions'

998 found
Order:
  1.  18
    最適解の位置にロバストな実数値 GA を実現する Toroidal Search Space Conversion の提案.Yamamura Masayuki Someya Hiroshi - 2001 - Transactions of the Japanese Society for Artificial Intelligence 16 (3):333-343.
    This paper presents a new method that improves robustness of real-coded Genetic Algorithm (GA) for function optimization. It is reported that most of crossover operators for real-coded GA have sampling bias, which prevents to find the optimum when it is near the boundary of search space. They like to search the center of search space much more than the other. Therefore, they will not work on functions that have their optima near the (...)
    No categories
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   2 citations  
  2.  1
    Source code obfuscation with genetic algorithms using LLVM code optimizations.Juan Carlos de la Torre, Javier Jareño, José Miguel Aragón-Jurado, Sébastien Varrette & Bernabé Dorronsoro - forthcoming - Logic Journal of the IGPL.
    With the advent of the cloud computing model allowing a shared access to massive computing facilities, a surging demand emerges for the protection of the intellectual property tied to the programs executed on these uncontrolled systems. If novel paradigm as confidential computing aims at protecting the data manipulated during the execution, obfuscating techniques (in particular at the source code level) remain a popular solution to conceal the purpose of a program or its logic without altering its functionality, thus preventing reverse-engineering (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  3.  29
    実数値 Ga におけるサンプリングバイアスを考慮した外挿的交叉 Edx.Kobayashi Shigenobu Sakuma Jun - 2002 - Transactions of the Japanese Society for Artificial Intelligence 17:699-707.
    We propose a new Real-coded GA(RCGA) using the combination of two crossovers, UNDX-m and EDX. The search region of UNDX-m is biased to the inside area that the population of the RCGA covers. Because of this search bias, the GA using UNDX-m causes stagnation of its search if the cost function has a kind of structure, so called, a ridge structure or a multiple-peak structure. In order to overcome this stagnation, we propose a new crossover EDX, whose (...)
    No categories
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   2 citations  
  4.  17
    交叉的突然変異による適応的近傍探索 だましのある多峰性関数の最適化.木村 周平 高橋 治 - 2001 - Transactions of the Japanese Society for Artificial Intelligence 16:175-184.
    Biologically inspired Evolution Algorithms, that use individuals as searching points and progress search by evolutions or adaptations of the individuals, are widely applied to many optimization problems. Many real world problems, which could be transformed to optimization problems, are very often difficult because the problems have complex landscapes that are multimodal, epistatic and having strong local minima. Current real-coded genetic algorithms could solve high-dimensional multimodal functions, but could not solve strong deceptive functions. (...)
    No categories
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   2 citations  
  5.  26
    距離に依存せずに多様性を制御する Ga による高次元関数最適化.Konagaya Akihiko Kimura Shuhei - 2003 - Transactions of the Japanese Society for Artificial Intelligence 18:193-202.
    For genetic algorithms, it is important to maintain the population diversity. Some genetic algorithms have been proposed, which have an ability to control the diversity. But these algorithms use the distance between two individuals to control the diversity. Therefore, these performances become worse on ill-scaled functions. In this paper, we propose a new genetic algorithm, DIDC(a genetic algorithm with Distance Independent Diversity Control), that does not use a distance to control the population diversity. For controlling (...)
    No categories
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  6.  21
    Saving MGG: 実数値 GA/MGG における適応度評価回数の削減.Tsuchiya Chikao Tanaka Masaharu - 2006 - Transactions of the Japanese Society for Artificial Intelligence 21 (6):547-555.
    In this paper, we propose an extension of the Minimal Generation Gap (MGG) to reduce the number of fitness evaluation for the real-coded GAs (RCGA). When MGG is applied to actual engineering problems, for example applied to optimization of design parameters, the fitness calculating time is usually huge because MGG generates many children from one pair of parents and the fitness is calculated by repetitive simulation or analysis. The proposed method called Saving MGG reduces the number of fitness (...)
    No categories
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  7.  17
    Variable Search Space Converging Genetic Algorithm for Solving System of Non-linear Equations.Deepak Mishra & Venkatesh Ss - 2020 - Journal of Intelligent Systems 30 (1):142-164.
    This paper introduce a new variant of the Genetic Algorithm whichis developed to handle multivariable, multi-objective and very high search space optimization problems like the solving system of non-linear equations. It is an integer coded Genetic Algorithm with conventional cross over and mutation but with Inverse algorithm is varying its search space by varying its digit length on every cycle and it does a fine search followed by a coarse search. And its solution to the optimization problem (...)
    No categories
    Direct download  
     
    Export citation  
     
    Bookmark  
  8.  30
    カーネル密度推定器としての実数値交叉: Undx に基づく交叉カーネルの提案.Kobayashi Shigenobu Sakuma Jun - 2007 - Transactions of the Japanese Society for Artificial Intelligence 22 (5):520-530.
    This paper presents a kernel density estimation method by means of real-coded crossovers. Functions of real-coded crossover operators are composed of probabilistic density estimation from parental populations and sampling from estimated models. Real-coded Genetic Algorithm (RCGA) does not explicitly estimate probabilistic distributions, however, probabilistic model estimation is implicitly included in algorithms of real-coded crossovers. Based on this understanding, we exploit the implicit estimation of probabilistic distribution of crossovers as a (...)
    No categories
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  9.  39
    Optimal Formulation of Complex Chemical Systems with a Genetic Algorithm.Mark A. Bedau - unknown
    We demonstrate a method for optimizing desired functionality in real complex chemical systems, using a genetic algorithm. The chemical systems studied here are mixtures of amphiphiles, which spontaneously exhibit a complex variety of self-assembled molecular aggregations, and the property optimized is turbidity. We also experimentally resolve the fitness landscape in some hyper-planes through the space of possible amphiphile formulations, in order to assess the practicality of our optimization method. Our method shows clear and significant progress after testing only (...)
    No categories
    Direct download  
     
    Export citation  
     
    Bookmark  
  10.  25
    実数値 Ga におけるシンプレクス交叉の提案.Tsutsui Shigeyoshi Higuchi Takahide - 2001 - Transactions of the Japanese Society for Artificial Intelligence 16:147-155.
    In this paper, we perform theoretical analysis and experiments on the Simplex Crossover (SPX), which we have proposed. Real-coded GAs are expected to be a powerful function optimization technique for real-world applications where it is often hard to formulate the objective function. However, we believe there are two problems which will make such applications difficult; 1) performance of real-coded GAs depends on the coordinate system used to express the objective function, and 2) (...)
    No categories
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   6 citations  
  11.  17
    高次元 κ-tablet 構造を考慮した実数値 GA: 隠れ変数上の交叉 LUNDX-m の提案と評価.Kobayashi Shigenobu Sakuma Jun - 2004 - Transactions of the Japanese Society for Artificial Intelligence 19:28-37.
    This paper presents the Real-coded Genetic Algorithms(RCGA) which can treat with high-dimensional ill-scaled structures, what is called, k -tablet structure. The k -tablet structure is the landscape that the scale of the fitness function is different between the k -dimensional subspace and the orthogonal (n-k) -dimensional subspace. The search speed of traditional RCGAs degrades when high-dimensional k -tablet structures are included in the landscape of fitness function. In this structure, offspring generated by crossovers is likely (...)
    No categories
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  12.  6
    Channel Optimization of Marketing Based on Users’ Social Network Information.Chaolin Peng - 2020 - Complexity 2020:1-10.
    Marketing in the social network environment integrates current advanced internet and information technologies. This marketing method not only broadens marketing channels and builds a network communication platform but also meets the purchase needs of customers in the entire market and shortens customer purchases. The process is also an inevitable product of the development of the times. However, when companies use social networks for product marketing, they usually face the impact of multiple realistic factors. This article takes the maximization of influence (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  13.  66
    Neutrosophic Genetic Algorithm for solving the Vehicle Routing Problem with uncertain travel times.Rafael Rojas-Gualdron & Florentin Smarandache - 2022 - Neutrosophic Sets and Systems 52.
    The Vehicle Routing Problem (VRP) has been extensively studied by different researchers from all over the world in recent years. Multiple solutions have been proposed for different variations of the problem, such as Capacitive Vehicle Routing Problem (CVRP), Vehicle Routing Problem with Time Windows (VRP-TW), Vehicle Routing Problem with Pickup and Delivery (VRPPD), among others, all of them with deterministic times. In the last years, researchers have been interested in including in their different models the variations that travel times may (...)
    Direct download  
     
    Export citation  
     
    Bookmark  
  14.  10
    Research on Multistage Rotor Assembly Optimization Methods for Aeroengine Based on the Genetic Algorithm.Yue Chen, Jiwen Cui, Xun Sun & Shihai Cui - 2021 - Complexity 2021:1-14.
    The coaxiality and unbalance are the two important indexes to evaluate the assembly quality of an aeroengine. It often needs to be tested and disassembled repeatedly to meet the double-objective requirements at the same time. Therefore, an intelligent assembly method is urgently needed to directly predict the optimal assembly orientations of the rotors at each stage to meet the double-objective requirements simultaneously. In this study, an assembly optimization method for the multistage rotor of an aeroengine is proposed based on the (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  15.  7
    Anthropo-Genetic Algorithm of the Mind.Meric Bilgic - 2024 - Open Journal of Philosophy 14 (1):161-179.
    This study aims to develop a hybrid model to represent the human mind from a functionalist point of view that can be adapted to artificial intelligence. The model is not a realistic theory of the neural network of the brain but an instrumentalist AI model, which means that there can be some other representative models too. It had been thought that the provability of an axiomatic system requires the completeness of a formal system. However, Gödel proved that no consistent formal (...)
    No categories
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  16.  14
    Illustration Design Model with Clustering Optimization Genetic Algorithm.Jing Liu, Qixing Chen & Xiaoying Tian - 2021 - Complexity 2021:1-10.
    For the application of the standard genetic algorithm in illustration art design, there are still problems such as low search efficiency and high complexity. This paper proposes an illustration art design model based on operator and clustering optimization genetic algorithm. First, during the operation of the genetic algorithm, the values of the crossover probability and the mutation probability are dynamically adjusted according to the characteristics of the population to improve the search efficiency of the algorithm, then the (...)
    Direct download (3 more)  
     
    Export citation  
     
    Bookmark  
  17.  9
    E-Commerce Logistics Path Optimization Based on a Hybrid Genetic Algorithm.Dong Yang & Peijian Wu - 2021 - Complexity 2021:1-10.
    Based on the problem of e-commerce logistics and distribution network optimization, this paper summarizes the solution ideas and solutions proposed by domestic and foreign scholars and designs a method to optimize the B2C e-commerce logistics and distribution network by taking into account the special traffic conditions in the city. The logistics network optimization model is established and solved by combining various methods. Taking into account the new target requirements constantly proposed in the modern logistics environment, the vehicle path problem under (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  18.  7
    Optimization of the Rapid Design System for Arts and Crafts Based on Big Data and 3D Technology.Haihan Zhou - 2021 - Complexity 2021:1-10.
    In this paper, to solve the problem of slow design of arts and crafts and to improve design efficiency and aesthetics, the existing big data and 3D technology are used to conduct an in-depth analysis of the optimization of the rapid design system of arts and crafts machine salt baking. In the system requirement analysis, the functional modules of this system are identified as nine functional modules such as design terminology management system and external information import function according to (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  19.  13
    PPI-GA: A Novel Clustering Algorithm to Identify Protein Complexes within Protein-Protein Interaction Networks Using Genetic Algorithm.Naeem Shirmohammady, Habib Izadkhah & Ayaz Isazadeh - 2021 - Complexity 2021:1-14.
    Comprehensive analysis of proteins to evaluate their genetic diversity, study their differences, and respond to the tensions is the main subject of an interdisciplinary field of study called proteomics. The main objective of the proteomics is to detect and quantify proteins and study their post-translational modifications and interactions using protein chemistry, bioinformatics, and biology. Any disturbance in proteins interactive network can act as a source for biological disorders and various diseases such as Alzheimer and cancer. Most current computational methods (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  20. Consequences of COVID-19 Confinement on Anxiety, Sleep and Executive Functions of Children and Adolescents in Spain.Rocío Lavigne-Cerván, Borja Costa-López, Rocío Juárez-Ruiz de Mier, Marta Real-Fernández, Marta Sánchez-Muñoz de León & Ignasi Navarro-Soria - 2021 - Frontiers in Psychology 12.
    Children and adolescents are not indifferent to the dramatic impact of the COVID-19 pandemic, and the need to be forced to live in confinement. The change in life to which they have been abruptly subjected forces us to understand the state of their mental health in order to adequately address both their present and future needs. The present study was carried out with the intention of studying the consequences of confinement on anxiety, sleep routines and executive functioning of 1,028 children (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   1 citation  
  21.  6
    The Effect of Bilingualism on Cue-Based vs. Memory-Based Task Switching in Older Adults.Jennifer A. Rieker, José Manuel Reales & Soledad Ballesteros - 2020 - Frontiers in Human Neuroscience 14.
    Findings suggest a positive impact of bilingualism on cognition, including the later onset of dementia. However, it is not clear to what extent these effects are influenced by variations in attentional control demands in response to specific task requirements. In this study, 20 bilingual and 20 monolingual older adults performed a task-switching task under explicit task-cuing vs. memory-based switching conditions. In the cued condition, task switches occurred in random order and a visual cue signaled the next task to be performed. (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  22.  4
    An Algorithm for Motion Estimation Based on the Interframe Difference Detection Function Model.Tengfei Zhang & Huijuan Kang - 2021 - Complexity 2021:1-12.
    In this paper, we simulate the estimation of motion through an interframe difference detection function model and investigate the spatial-temporal context information correlation filtering target tracking algorithm, which is complex and computationally intensive. The basic theory of spatiotemporal context information and correlation filtering is studied to construct a fast target tracking method. The different computational schemes are designed for the flow of multiframe target detection from background removal to noise reduction, to single-frame detection, and finally to multiframe detection, respectively. (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  23.  4
    Smart Grid Dispatching Optimization for System Resilience Improvement.Li Liao & Chengjun Ji - 2020 - Complexity 2020:1-12.
    A large number of modern communication technologies and sensing technologies are incorporated into the smart grid, which makes its structure unique. The centralized optimized dispatch method of traditional power grids is difficult to achieve effective dispatch of smart grids. Based on the analysis of power generation plan and maintenance plan optimization model, this paper establishes a smart grid power generation and maintenance collaborative optimization model with distributed renewable energy. The objective function of this collaborative optimization problem is the operating (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  24.  8
    Average and Standard Deviation of the Error Function for Random Genetic Codes with Standard Stop Codons.Dino G. Salinas - 2021 - Acta Biotheoretica 70 (1):1-16.
    The origin of the genetic code has been attributed in part to an accidental assignment of codons to amino acids. Although several lines of evidence indicate the subsequent expansion and improvement of the genetic code, the hypothesis of Francis Crick concerning a frozen accident occurring at the early stage of genetic code evolution is still widely accepted. Considering Crick’s hypothesis, mathematical descriptions of hypothetical scenarios involving a huge number of possible coexisting random genetic codes could be (...)
    No categories
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  25.  18
    多目的関数最適化のための局所探索:パレート降下法.佐久間 淳 原田 健 - 2006 - Transactions of the Japanese Society for Artificial Intelligence 21:350-360.
    Many real-world problems entail multiple conflicting objectives, which makes multiobjective optimization an important subject. Much attention has been paid to Genetic Algorithm as a potent multiobjective optimization method, and the effectiveness of its hybridization with local search has recently been reported in the literature. However, there have been a relatively small number of studies on LS methods for multiobjective function optimization. Although each of the existing LS methods has some strong points, they have respective drawbacks such as (...)
    No categories
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   2 citations  
  26. Detection of Executive Performance Profiles Using the ENFEN Battery in Children Diagnosed With Attention-Deficit Hyperactivity Disorder.Ignasi Navarro-Soria, Rocío Juárez-Ruiz de Mier, José Manuel García-Fernández, Carlota González-Gómez, Marta Real-Fernández, Marta Sánchez-Múñoz de León & Rocío Lavigne-Cervan - 2020 - Frontiers in Psychology 11.
    Attention-deficit hyperactivity disorder is one of the most common neurodevelopmental disorders in children and adolescents. People who have this disorder are characterized by presenting difficulties in the processes of sustained attention, being very active, and having poor control of their impulses. Despite the high prevalence of this disorder and the existence of various tests used for its diagnosis, few data are available regarding the usefulness and diagnostic validity of these tools. Given the difficulties that these subjects present in executive (...), the aim of this study was to evaluate whether the Neuropsychological Assessment of Executive Functions battery for Children allows to establish specific profiles of executive performance for people with attention-deficit hyperactivity disorder. The sample was made up of 197 participants of both sexes, aged between 6 and 12 years age. A nonexperimental design was followed, using a comparative descriptive study method. The results indicated that the scales of phonological fluency, color path, rings, and interference are the most associated with the diagnosis of ADHD, providing data on inhibition, mental flexibility, sustained and selective attention, planning, verbal fluency, and working memory, among others. The practical implication of these results is in line with providing support in the clinical diagnosis that is carried out in children’s mental health units. In addition, the ENFEN tool can be valued as a suitable psychometric instrument in the psychoeducational field, helping professionals in a school environment to be more aware of the areas of cognitive development in which a student diagnosed with ADHD will have more difficulties and, in doing so, providing more adjusted and effective psychopedagogical measures when it comes to supporting students in their adaptation to the school environment. (shrink)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   1 citation  
  27.  7
    Parameter Optimization of Droop Controllers for Microgrids in Islanded Mode by the SQP Method with Gradient Sampling.Peijie Li, Ziyi Yang, Shuchen Huang & Jun Zhang - 2021 - Complexity 2021:1-10.
    For enhancing the stability of the microgrid operation, this paper proposes an optimization model considering the small-signal stability constraint. Due to the nonsmooth property of the spectral abscissa function, the droop controller parameters’ optimization is a nonsmooth optimization problem. The Sequential Quadratic Programming with Gradient Sampling is implemented to optimize the droop controller parameters for solving the nonsmooth problem. The SQP-GS method can guarantee the solution of the optimization problem globally and efficiently converges to stationary points with probability (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  28.  16
    A Customized Differential Evolutionary Algorithm for Bounded Constrained Optimization Problems.Wali Khan Mashwani, Zia Ur Rehman, Maharani A. Bakar, Ismail Koçak & Muhammad Fayaz - 2021 - Complexity 2021:1-24.
    Bound-constrained optimization has wide applications in science and engineering. In the last two decades, various evolutionary algorithms were developed under the umbrella of evolutionary computation for solving various bound-constrained benchmark functions and various real-world problems. In general, the developed evolutionary algorithms belong to nature-inspired algorithms and swarm intelligence paradigms. Differential evolutionary algorithm is one of the most popular and well-known EAs and has secured top ranks in most of the EA competitions in the special session of the IEEE (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  29.  10
    A Multiswarm Intelligence Algorithm for Expensive Bound Constrained Optimization Problems.Wali Khan Mashwani, Ruqayya Haider & Samir Brahim Belhaouari - 2021 - Complexity 2021:1-18.
    Constrained optimization plays an important role in many decision-making problems and various real-world applications. In the last two decades, various evolutionary algorithms were developed and still are developing under the umbrella of evolutionary computation. In general, EAs are mainly categorized into nature-inspired and swarm-intelligence- based paradigms. All these developed algorithms have some merits and also demerits. Particle swarm optimization, firefly algorithm, ant colony optimization, and bat algorithm have gained much popularity and they have successfully tackled various test suites of (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  30.  11
    A Modified Salp Swarm Algorithm Based on the Perturbation Weight for Global Optimization Problems.Yuqi Fan, Junpeng Shao, Guitao Sun & Xuan Shao - 2020 - Complexity 2020:1-17.
    Metaheuristic algorithms are often applied to global function optimization problems. To overcome the poor real-time performance and low precision of the basic salp swarm algorithm, this paper introduces a novel hybrid algorithm inspired by the perturbation weight mechanism. The proposed perturbation weight salp swarm algorithm has the advantages of a broad search scope and a strong balance between exploration and exploitation and retains a relatively low computational complexity when dealing with numerous large-scale problems. A new coefficient factor is (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  31.  89
    Understanding non-modular functionality – lessons from genetic algorithms.Jaakko Kuorikoski & Samuli Pöyhönen - 2013 - Philosophy of Science 80 (5):637-649.
    Evolution is often characterized as a tinkerer that creates efficient but messy solutions to problems. We analyze the nature of the problems that arise when we try to explain and understand cognitive phenomena created by this haphazard design process. We present a theory of explanation and understanding and apply it to a case problem – solutions generated by genetic algorithms. By analyzing the nature of solutions that genetic algorithms present to computational problems, we show that the reason for (...)
    Direct download (7 more)  
     
    Export citation  
     
    Bookmark   2 citations  
  32.  98
    A Chaotic Disturbance Wolf Pack Algorithm for Solving Ultrahigh-Dimensional Complex Functions.Qiming Zhu, Husheng Wu, Na Li & Jinqiang Hu - 2021 - Complexity 2021:1-15.
    The optimization of high-dimensional functions is an important problem in both science and engineering. Wolf pack algorithm is a technique often used for computing the global optimum of a multivariable function. In this paper, we develop a new wolf pack algorithm that can accurately compute the optimal value of a high-dimensional function. First, chaotic opposite initialization is designed to improve the quality of initial solution. Second, the disturbance factor is added in the scouting process to enhance the (...)
    No categories
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  33.  19
    An improved Jaya optimization algorithm with ring topology and population size reduction.Giovanni Iacca & Mahamed G. H. Omran - 2022 - Journal of Intelligent Systems 31 (1):1178-1210.
    An improved variant of the Jaya optimization algorithm, called Jaya2, is proposed to enhance the performance of the original Jaya sacrificing its algorithmic design. The proposed approach arranges the solutions in a ring topology to reduce the likelihood of premature convergence. In addition, the population size reduction is used to automatically adjust the population size during the optimization process. Moreover, the translation dependency problem of the original Jaya is discussed, and an alternative solution update operation is proposed. To test Jaya2, (...)
    No categories
    Direct download  
     
    Export citation  
     
    Bookmark  
  34.  26
    関数最適化のための制約対処法:パレート降下修正オペレータ.佐久間 淳 原田 健 - 2007 - Transactions of the Japanese Society for Artificial Intelligence 22 (4):364-374.
    Function optimization underlies many real-world problems and hence is an important research subject. Most of the existing optimization methods were developed to solve primarily unconstrained problems. Since real-world problems are often constrained, appropriate handling of constraints is necessary in order to use the optimization methods. In particular, the performances of some methods such as Genetic Algorithms can be substantially undermined by ineffective constraint handling. Despite much effort devoted to the studies of constraint-handling methods, it has been (...)
    No categories
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  35.  15
    Decision by sampling implements efficient coding of psychoeconomic functions.Rahul Bhui & Samuel J. Gershman - 2018 - Psychological Review 125 (6):985-1001.
    No categories
    Direct download (3 more)  
     
    Export citation  
     
    Bookmark   3 citations  
  36.  7
    Algorithms for optimization.Mykel J. Kochenderfer - 2019 - Cambridge, Massachusetts: The MIT Press. Edited by Tim A. Wheeler.
    A comprehensive introduction to optimization with a focus on practical algorithms for the design of engineering systems. This book offers a comprehensive introduction to optimization with a focus on practical algorithms. The book approaches optimization from an engineering perspective, where the objective is to design a system that optimizes a set of metrics subject to constraints. Readers will learn about computational approaches for a range of challenges, including searching high-dimensional spaces, handling problems where there are multiple competing objectives, and accommodating (...)
    Direct download  
     
    Export citation  
     
    Bookmark  
  37. Automatically Constructing Membership Functions and Generating Fuzzy Rules Using Genetic Algorithms [J].Chen Shyi-Ming & Chen Yung-Chou - 2002 - In Robert Trappl (ed.), Cybernetics and Systems. Austrian Society for Cybernetics Studies. pp. 33--8.
     
    Export citation  
     
    Bookmark  
  38. Past five years on strategies and applications in hybrid brain storm optimization algorithms: a review.Dragan Simić, Zorana Banković, José R. Villar, José Luis Calvo-Rolle, Vladimir Ilin, Svetislav D. Simić & Svetlana Simić - forthcoming - Logic Journal of the IGPL.
    Optimization, in general, is regarded as the process of finding optimal values for the variables of a given problem in order to minimize or maximize one or more objective function(s). Brain storm optimization (BSO) algorithm solves a complex optimization problem by mimicking the human idea generating process, in which a group of people solves a problem together. The aim of this paper is to present hybrid BSO algorithm solutions in the past 5 years. This study could be divided into (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  39.  7
    Predictive Analysis of Economic Chaotic Time Series Based on Chaotic Genetics Combined with Fuzzy Decision Algorithm.Xiuge Tan - 2021 - Complexity 2021:1-12.
    The irreversibility in time, the multicausality on lines, and the uncertainty of feedbacks make economic systems and the predictions of economic chaotic time series possess the characteristics of high dimensionalities, multiconstraints, and complex nonlinearities. Based on genetic algorithm and fuzzy rules, the chaotic genetics combined with fuzzy decision-making can use simple, fast, and flexible means to complete the goals of automation and intelligence that are difficult to traditional predicting algorithms. Moreover, the new combined method’s ergodicity can perform nonrepetitive searches (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  40.  8
    Evaluation of several initialization methods on arithmetic optimization algorithm performance.Absalom E. Ezugwu & Jeffrey O. Agushaka - 2021 - Journal of Intelligent Systems 31 (1):70-94.
    Arithmetic optimization algorithm (AOA) is one of the recently proposed population-based metaheuristic algorithms. The algorithmic design concept of the AOA is based on the distributive behavior of arithmetic operators, namely, multiplication (M), division (D), subtraction (S), and addition (A). Being a new metaheuristic algorithm, the need for a performance evaluation of AOA is significant to the global optimization research community and specifically to nature-inspired metaheuristic enthusiasts. This article aims to evaluate the influence of the algorithm control parameters, namely, population size (...)
    No categories
    Direct download  
     
    Export citation  
     
    Bookmark  
  41.  27
    Genetic Algorithms による航空スケジュール.Adachi Nobue Sato Makihiko - 2001 - Transactions of the Japanese Society for Artificial Intelligence 16:493-500.
    Schedule planning is one of the most crucial issues for any airline company, because the profit of the company directly depends on the efficiency of the schedule. This paper presents a novel scheduling method which solves problems related to time scheduling, fleet assignment and maintenance routing simultaneously by Genetic Algorithms. Every schedule constraint is embeded in the fitness function, which is described as an object oriented model and works as a simulater developing itself over time, and whose solution (...)
    No categories
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   1 citation  
  42.  17
    From Coding To Curing. Functions, Implementations, and Correctness in Deep Learning.Nicola Angius & Alessio Plebe - 2023 - Philosophy and Technology 36 (3):1-27.
    This paper sheds light on the shift that is taking place from the practice of ‘coding’, namely developing programs as conventional in the software community, to the practice of ‘curing’, an activity that has emerged in the last few years in Deep Learning (DL) and that amounts to curing the data regime to which a DL model is exposed during training. Initially, the curing paradigm is illustrated by means of a study-case on autonomous vehicles. Subsequently, the shift from coding to (...)
    No categories
    Direct download (3 more)  
     
    Export citation  
     
    Bookmark  
  43.  24
    Structure and Function in Criminal Law.Paul H. Robinson - 1997 - Oxford University Press UK.
    Professor Robinson provides a new critique of the often neglected problem of classification within the criminal law. He presents a discussion of the present conceptual framework of the law, and offers explanations of how and why formal structures do not match the operation of law in practice. In this scholarly exposition of applied criminal theory, Robinson argues that the current operational structure of the criminal law fails to take account of its different functions. He goes on to suggest new (...)
    Direct download  
     
    Export citation  
     
    Bookmark   7 citations  
  44. Structure and Function in Criminal Law.Paul H. Robinson - 1997 - Law and Philosophy 18 (1):85-104.
    Professor Robinson provides a new critique of the often neglected problem of classification within the criminal law. He presents a discussion of the present conceptual framework of the law, and offers explanations of how and why formal structures do not match the operation of law in practice. In this scholarly exposition of applied criminal theory, Robinson argues that the current operational structure of the criminal law fails to take account of its different functions. He goes on to suggest new (...)
     
    Export citation  
     
    Bookmark   10 citations  
  45.  4
    Structural analysis of code-based algorithms of the NIST post-quantum call.M. A. González de la Torre, L. Hernández Encinas & J. I. Sánchez García - forthcoming - Logic Journal of the IGPL.
    Code-based cryptography is currently the second most promising post-quantum mathematical tool for quantum-resistant algorithms. Since in 2022 the first post-quantum standard Key Encapsulation Mechanism, Kyber (a latticed-based algorithm), was selected to be established as standard, and after that the National Institute of Standards and Technology post-quantum standardization call focused in code-based cryptosystems. Three of the four candidates that remain in the fourth round are code-based algorithms. In fact, the only non-code-based algorithm (SIKE) is now considered vulnerable. Due to this landscape, (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  46.  8
    Identify and Assess Hydropower Project’s Multidimensional Social Impacts with Rough Set and Projection Pursuit Model.Hui An, Wenjing Yang, Jin Huang, Ai Huang, Zhongchi Wan & Min An - 2020 - Complexity 2020:1-16.
    To realize the coordinated and sustainable development of hydropower projects and regional society, comprehensively evaluating hydropower projects’ influence is critical. Usually, hydropower project development has an impact on environmental geology and social and regional cultural development. Based on comprehensive consideration of complicated geological conditions, fragile ecological environment, resettlement of reservoir area, and other factors of future hydropower development in each country, we have constructed a comprehensive evaluation index system of hydropower projects, including 4 first-level indicators of social economy, environment, safety, (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   1 citation  
  47. Simulated Annealing with a Temperature Dependent Penalty Function.Julio Michael Stern - 1992 - ORSA Journal on Computing 4:311-319.
    We formulate the problem of permuting a matrix to block angular form as the combinatorial minimization of an objective function. We motivate the use of simulated annealing (SA) as an optimization tool. We then introduce a heuristic temperature dependent penalty function in the simulated annealing cost function, to be used instead of the real objective function being minimized. Finally we show that this temperature dependent penalty function version of simulated annealing consistently outperforms the standard (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark   3 citations  
  48.  7
    Coding of real‐valued continuous functions under WKL$\mathsf {WKL}$.Tatsuji Kawai - 2023 - Mathematical Logic Quarterly 69 (3):370-391.
    In the context of constructive reverse mathematics, we show that weak Kőnig's lemma () implies that every pointwise continuous function is induced by a code in the sense of reverse mathematics. This, combined with the fact that implies the Fan theorem, shows that implies the uniform continuity theorem: every pointwise continuous function has a modulus of uniform continuity. Our results are obtained in Heyting arithmetic in all finite types with quantifier‐free axiom of choice.
    No categories
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  49.  6
    Emergency Scheduling Optimization Simulation of Cloud Computing Platform Network Public Resources.Dingrong Liu, Zhigang Yao & Liukui Chen - 2021 - Complexity 2021:1-11.
    Emergency scheduling of public resources on the cloud computing platform network can effectively improve the network emergency rescue capability of the cloud computing platform. To schedule the network common resources, it is necessary to generate the initial population through the Hamming distance constraint and improve the objective function as the fitness function to complete the emergency scheduling of the network common resources. The traditional method, from the perspective of public resource fairness and priority mapping, uses incremental optimization algorithm (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
  50.  13
    BCI-FES With Multimodal Feedback for Motor Recovery Poststroke.Alexander B. Remsik, Peter L. E. van Kan, Shawna Gloe, Klevest Gjini, Leroy Williams, Veena Nair, Kristin Caldera, Justin C. Williams & Vivek Prabhakaran - 2022 - Frontiers in Human Neuroscience 16:725715.
    An increasing number of research teams are investigating the efficacy of brain-computer interface (BCI)-mediated interventions for promoting motor recovery following stroke. A growing body of evidence suggests that of the various BCI designs, most effective are those that deliver functional electrical stimulation (FES) of upper extremity (UE) muscles contingent on movement intent. More specifically, BCI-FES interventions utilize algorithms that isolate motor signals—user-generated intent-to-move neural activity recorded from cerebral cortical motor areas—to drive electrical stimulation of individual muscles or muscle synergies. BCI-FES (...)
    Direct download (2 more)  
     
    Export citation  
     
    Bookmark  
1 — 50 / 998