language:
Find link is a tool written by Edward Betts.searching for Selection (evolutionary algorithm) 66 found (110 total)
alternate case: selection (evolutionary algorithm)
Human-based evolutionary computation
(799 words)
[view diff]
no match in snippet
view article
find links to article
three classes also have to implement selection, performed either by humans or by computers. Human-based selection strategy is a simplest human-based evolutionaryCellular evolutionary algorithm (1,099 words) [view diff] no match in snippet view article find links to article
A cellular evolutionary algorithm (cEA) is a kind of evolutionary algorithm (EA) in which individuals cannot mate arbitrarily, but every one interactsInteractive evolutionary computation (886 words) [view diff] no match in snippet view article find links to article
Interactive evolutionary computation (IEC) or aesthetic selection is a general term for methods of evolutionary computation that use human evaluationEvolutionary robotics (504 words) [view diff] no match in snippet view article find links to article
with mutations and/or combinations of the better designs. This evolutionary algorithm continues until a prespecified amount of time elapses or some targetEvolved antenna (520 words) [view diff] no match in snippet view article find links to article
substantially by an automatic computer design program that uses an evolutionary algorithm that mimics Darwinian evolution. This procedure has been used sinceEvolutionary music (878 words) [view diff] no match in snippet view article find links to article
evolutionary art, whereby algorithmic music is created using an evolutionary algorithm. The process begins with a population of individuals which by someHeuristicLab (1,117 words) [view diff] no match in snippet view article find links to article
evolutionary algorithms, developed by members of the Heuristic and Evolutionary Algorithm Laboratory (HEAL) at the University of Applied Sciences Upper AustriaList of genetic algorithm applications (2,517 words) [view diff] no match in snippet view article find links to article
A. dos Santos-Paulino, J.-C. Nebel and F.Florez-Revuelta (2014) Evolutionary algorithm for dense pixel matching in presence of distortions, EvoStar ConferenceComplete mixing (232 words) [view diff] no match in snippet view article find links to article
other individual. This means that during the evaluation phase of an evolutionary algorithm or simulation, individuals are assumed to have interacted with allNeuroevolution (1,946 words) [view diff] no match in snippet view article find links to article
mutation. Complexification: the ability of the system (including evolutionary algorithm and genotype to phenotype mapping) to allow complexification ofOutline of machine learning (3,385 words) [view diff] no match in snippet view article find links to article
Cellular evolutionary algorithm Chi-square automatic interaction detection Chromosome (genetic algorithm) Classifier chains Cleverbot Clonal selection algorithmEvolutionary art (653 words) [view diff] no match in snippet view article find links to article
evolutionary art, initially generated art is put through an iterated process of selection and modification to arrive at a final product, where it is the artistDarwin machine (365 words) [view diff] no match in snippet view article find links to article
intelligence "Darwin among the Machines" Evolutionary computation Evolutionary algorithm Genetic algorithm Universal Darwinism William H. Calvin (1987),Evolutionary biology (1,547 words) [view diff] no match in snippet view article find links to article
Extremophiles. Archived from the original on 16 December 2016. "What is an Evolutionary Algorithm?" (PDF). Archived (PDF) from the original on 9 August 2017. "WhatCMA-ES (7,558 words) [view diff] no match in snippet view article find links to article
class of evolutionary algorithms and evolutionary computation. An evolutionary algorithm is broadly based on the principle of biological evolution, namelyUniversal Darwinism (2,601 words) [view diff] no match in snippet view article find links to article
environment by an iterative process. This process can be conceived as an evolutionary algorithm that searches the space of possible forms (the fitness landscape)Weasel program (1,558 words) [view diff] no match in snippet view article find links to article
University Press. Talk.origins claim CF011_1 Dawkins' WEASEL simulation Evolutionary algorithm - Rosetta Code page with implementations of the program in multipleFirefly algorithm (728 words) [view diff] no match in snippet view article find links to article
Rouhani, Modjtaba (2016). "A new fuzzy membership assignment and model selection approach based on dynamic class centers for fuzzy SVM family using theBat algorithm (360 words) [view diff] no match in snippet view article find links to article
rate r {\displaystyle r} . Search is intensified by a local random walk. Selection of the best continues until certain stop criteria are met. This essentiallyHuman-based computation (3,491 words) [view diff] no match in snippet view article find links to article
an evolutionary algorithm, so that the algorithm can use human visual perception and aesthetic judgment to do something that a normal evolutionary algorithmBranch and bound (2,416 words) [view diff] no match in snippet view article find links to article
methods that is used extensively for solving integer linear programs. Evolutionary algorithm Alpha–beta pruning A. H. Land and A. G. Doig (1960). "An automaticHumanoid ant algorithm (350 words) [view diff] no match in snippet view article find links to article
experimentally tested on the traveling salesman problem and applied to the partner selection problem with up to four objectives (criteria). Mladineo, Marko; Veza,Biogeography-based optimization (3,458 words) [view diff] no match in snippet view article find links to article
Biogeography-based optimization (BBO) is an evolutionary algorithm (EA) that optimizes a function by stochastically and iteratively improving candidateNonlinear programming (1,483 words) [view diff] no match in snippet view article find links to article
typical non-convex problem is that of optimizing transportation costs by selection from a set of transportation methods, one or more of which exhibit economiesComputer-automated design (1,355 words) [view diff] no match in snippet view article find links to article
algorithms. To reduce the search time, the biologically-inspired evolutionary algorithm (EA) can be used instead, which is a (non-deterministic) polynomialCoordinate descent (1,649 words) [view diff] no match in snippet view article find links to article
algorithm determines a coordinate or coordinate block via a coordinate selection rule, then exactly or inexactly minimizes over the corresponding coordinateOutline of evolution (4,477 words) [view diff] no match in snippet view article find links to article
solvers with a metaheuristic or stochastic optimization character Evolutionary algorithm – Subset of evolutionary computation Evolutionary economics – AMulti-objective optimization (10,097 words) [view diff] no match in snippet view article find links to article
Algorithm-II (NSGA-II), its extended version NSGA-III, Strength Pareto Evolutionary Algorithm 2 (SPEA-2) and multiobjective differential evolution variants haveArtificial bee colony algorithm (1,293 words) [view diff] no match in snippet view article find links to article
new candidate solution V i {\displaystyle V_{i}} is generated, a greedy selection is used. If the fitness value of V i {\displaystyle V_{i}} is better thanGreedy algorithm (1,964 words) [view diff] no match in snippet view article find links to article
important, however, to note that the greedy algorithm can be used as a selection algorithm to prioritize options within a search, or branch-and-bound algorithmExtremal optimization (1,489 words) [view diff] no match in snippet view article find links to article
be stressed that this is an emergent effect of the negative-component-selection principle fundamental to the algorithm. EO has primarily been appliedGolden-section search (2,600 words) [view diff] no match in snippet view article find links to article
Metaheuristics Evolutionary algorithm Hill climbing Local search Parallel metaheuristics Simulated annealing Spiral optimization algorithm Tabu searchPush–relabel maximum flow algorithm (4,259 words) [view diff] no match in snippet view article find links to article
lower time complexities. The variant based on the highest label node selection rule has O(V 2√E) time complexity and is generally regarded as the benchmarkCriss-cross algorithm (2,432 words) [view diff] no match in snippet view article find links to article
columns as the pivot row / column using an index selection rule. An important property is that the selection is made on the union of the infeasible indicesBig M method (871 words) [view diff] no match in snippet view article find links to article
values) if and only if the problem is not feasible. However, the a-priori selection of an appropriate value for M is not trivial. A way to overcome the needNeural architecture search (2,980 words) [view diff] no match in snippet view article find links to article
evolutionary algorithms, which has been employed by several groups. An Evolutionary Algorithm for Neural Architecture Search generally performs the followingAutomatic clustering algorithms (1,620 words) [view diff] no match in snippet view article find links to article
scoring functions to optimize clustering performance. It leverages an evolutionary algorithm to search the space of possible pipelines, using internal scoresSimplex algorithm (6,261 words) [view diff] no match in snippet view article find links to article
Murty (1983, section 3.12) Murty (1983, p. 66) Harris, Paula MJ. "Pivot selection methods of the Devex LP code." Mathematical programming 5.1 (1973): 1–28Bees algorithm (1,954 words) [view diff] no match in snippet view article find links to article
Elsevier, pp. 454-459, 2006. Pham D. T., Haj Darwish A., (2008), A. Fuzzy Selection of Local Search Sites in the Bees Algorithm. Proceedings of InnovativeMastermind (board game) (2,576 words) [view diff] no match in snippet view article
the set of eligible solutions or the sample of them found by the evolutionary algorithm. The algorithm works as follows, with P = length of the solutionReverse Monte Carlo (2,520 words) [view diff] no match in snippet view article find links to article
set of EXAFS spectra, acquired at several absorption edges. The evolutionary algorithm is used for optimization allowing more efficient exploration ofTabu search (2,010 words) [view diff] no match in snippet view article find links to article
combinatorial optimization problems (problems where an optimal ordering and selection of options is desired). Current applications of TS span the areas of resourceStatistical classification (1,899 words) [view diff] no match in snippet view article find links to article
analogous to natural genetic processes Gene expression programming – Evolutionary algorithm Multi expression programming Linear genetic programming Kernel estimation –Mathematical optimization (6,155 words) [view diff] no match in snippet view article find links to article
(alternatively spelled optimisation) or mathematical programming is the selection of a best element, with regard to some criteria, from some set of availableAnt colony optimization algorithms (9,484 words) [view diff] no match in snippet view article find links to article
being discarded. Estimation of distribution algorithm (EDA) An evolutionary algorithm that substitutes traditional reproduction operators by model-guidedSymbolic regression (2,271 words) [view diff] no match in snippet view article find links to article
because the evolutionary algorithm requires diversity in order to effectively explore the search space, the result is likely to be a selection of high-scoringBayesian optimization (2,323 words) [view diff] no match in snippet view article find links to article
A.; Roberts, Stephen J. (2010). "Bayesian optimization for sensor set selection". In Abdelzaher, Tarek F.; Voigt, Thiemo; Wolisz, Adam (eds.). ProceedingsEnrique Alba (866 words) [view diff] no match in snippet view article find links to article
Metaheuristics Cellular Evolutionary Algorithms Metaheuristics Evolutionary Algorithm Swarm Intelligence Optimization Machine Learning E. Alba, B. DorronsoroList of research methods in biology (513 words) [view diff] no match in snippet view article find links to article
Algorithm Utility Branches Evolutionary algorithm Uses mechanisms inspired by biological evolution. Candidate solutions to the optimization problem play3D Virtual Creature Evolution (1,047 words) [view diff] no match in snippet view article find links to article
Heryadi, Yaya (2007), Simulating Biped Jumping Behavior using Evolutionary Algorithm, ISSN 1978-774X Barry Green (June 28, 2008). "TAM 6 Highlights:Parallel metaheuristic (1,829 words) [view diff] no match in snippet view article find links to article
farming) method was used. In this approach, a central processor performs the selection operations while the associated slave processors (workers) run the variationMulti-task learning (6,154 words) [view diff] no match in snippet view article find links to article
C. P. (2018). A Group-based Approach to Improve Multifactorial Evolutionary Algorithm. In IJCAI (pp. 3870-3876). Felton, Kobi; Wigh, Daniel; Lapkin, AlexeiMemetics (8,023 words) [view diff] no match in snippet view article find links to article
Memetic Evolution of Solutions to Difficult Problems, uses memes, the evolutionary algorithm, and the scientific method to show how complex solutions evolveRider optimization algorithm (1,612 words) [view diff] no match in snippet view article find links to article
S2CID 195775696. Jadhav AS., Patil PB. and Biradar S (2020). "Optimal feature selection-based diabetic retinopathy detection using improved rider optimizationSwarm intelligence (5,034 words) [view diff] no match in snippet view article find links to article
important engineering problem involving competing objectives. A minimal selection of locations (or sites) are required subject to providing adequate areaInteger programming (4,226 words) [view diff] no match in snippet view article find links to article
programming technique has been successfully applied to solve a project selection problem in which projects are mutually exclusive and/or technologicallyGradient descent (5,600 words) [view diff] no match in snippet view article find links to article
weaker convergence guarantees or require a more sophisticated step size selection. Backtracking line search Conjugate gradient method Stochastic gradientCluster analysis (9,510 words) [view diff] no match in snippet view article find links to article
be used to identify different niches within the population of an evolutionary algorithm so that reproductive opportunity can be distributed more evenlyTable of metaheuristics (3,878 words) [view diff] no match in snippet view article find links to article
Zuben, F.J. (June 2002). "Learning and optimization using the clonal selection principle". IEEE Transactions on Evolutionary Computation. 6 (3): 239–251Artificial intelligence in video games (6,986 words) [view diff] no match in snippet view article find links to article
example is the MetaComposure music generator. MetaComposure is an evolutionary algorithm designed to generate original music compositions during real timeGlossary of artificial intelligence (29,496 words) [view diff] no match in snippet view article find links to article
of the ethics of technology specific to artificial intelligence. evolutionary algorithm (EA) A subset of evolutionary computation, a generic population-basedComputational intelligence (5,561 words) [view diff] no match in snippet view article find links to article
ISBN 978-0-262-52960-0. Eiben, A.E.; Smith, J.E. (2015). "Popular Evolutionary Algorithm Variants". Introduction to Evolutionary Computing. Natural ComputingAgent-based model (9,330 words) [view diff] no match in snippet view article find links to article
sociology Conway's Game of Life Dynamic network analysis Emergence Evolutionary algorithm Flocking Internet bot Kinetic exchange models of markets Multi-agentElectron backscatter diffraction (13,688 words) [view diff] no match in snippet view article find links to article
reconstruction of EBSD datasets by a multimodal data approach using an evolutionary algorithm". Materials Characterization. 150: 184–198. arXiv:1903.02988. doi:102020 in science (27,278 words) [view diff] no match in snippet view article find links to article
resistance genes can spread into bacterial populations without the respective selection pressure via horizontal gene transfer. Scientists report, based on near-real-timeList of RNA structure prediction software (8,514 words) [view diff] no match in snippet view article find links to article
is compatible with the given target structure. Then ERD uses an evolutionary algorithm to improve the quality of the subsequences corresponding to the