Genetic algorithm with local search for community detection in large-scale complex networks Detecting communities from complex networks by genetic algorithm has triggered a great common interest. For this problem, a genetic algorithm with local se... J Di,L Jie,Y Bo,... - 《Acta Automatica ...
KIM B S, MOON J H. Use of a genetic algorithm in the search for a near⁃optimal shielding design [ J] . Ann Nucl Energy, 2010, 37: 120 - 129
Goldberg Title: Genetic Algorithm in Search, Optimization and Machine Learning Year: 1989 Address: Reading, MA ... DE Goldberg - 《Optimization Machine Learning》 被引量: 3.0万发表: 1989年 Genetic Algorithms in Search, Optimization and Machine Learning (Book Review) Reviews the book 'Genetic ...
// C++ program to create target string, starting from// random string using Genetic Algorithm#include<bits/stdc++.h>using namespacestd;// Number of individuals in each generation#definePOPULATION_SIZE 100// Valid GenesconststringGENES ="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP"\"QRSTUVWXYZ 123456789...
Use the genetic algorithm to minimize the ps_example function on the region x(1) + x(2) >= 1 and x(2) == 5 + x(1). The ps_example function is included when you run this example. In addition, set bounds 1 <= x(1) <= 6 and -3 <= x(2) <= 8. First, convert the tw...
Memetic算法(Memetic Algorithm,MA); 模拟退火(Simulated Annealing,SA); 禁忌搜索(Tabu Search,TS)。 其中的神经网络,由于Google的AlphaGO和李世石的围棋世纪大战,神经网络被证明了巨大的应用价值,现在发展的十分迅速。 比如像旅行商问题(Travel Salesman Problem,TSP)之类的一些NP问题,计算复杂度高,计算时间长,传统算法...
In this project we have used Genetic Algorithm to do Neural Architecture Search(NAS) for finding the best performing Convolution Neural Network(CNN) architecture on the fashion-mnist dataset. Our objective was to find a model that gives highest accuracy while using least number of parameters. Thus...
Bock, "Using a genetic algorithm to search for the representational bias of a collective reinforcement learner," in Proc. PPSN III. Springer, 1994, pp. 576-587.Cobb, H. G., & Bock, P. (1994). Using a genetic algorithm to search for the representational bias of a collective ...
Agenetic algorithmis an evolutionary search technique used in computing to find true orapproximate solutionstooptimization problems. This has found wide applications in solving important optimization problems in science and engineering (Goldberg, 2008;Holland, 1975). Thisevolutionary algorithmhas been success...
H. Li, A genetic algorithm using a finite search space for solving nonlinear/linear fractional bilevel programming problems, Ann. Oper. Res. 2015, 235(1): 543-558.H. Li, "A genetic algorithm using a finite search space for solving nonlinear/linear fractional bilevel programming problems," ...