智能计算
文章平均质量分 82
Randolph_Lee
活在当下
展开
-
The Advance Crossover in Genetic Algorithm
Three different crossover for the sequence encoding原创 2017-03-20 18:29:53 · 398 阅读 · 0 评论 -
Particle Swarm Optimization
Particle swarm optimization (PSO) (Kennedy & Eberhart, 1995) is an emerging population-based meta-heuristic that simulates social behavior such as birds flocking to a promising position to achieve pre原创 2017-03-20 18:40:13 · 830 阅读 · 1 评论 -
Ant Colony Optimization
ACO algorithm is originally inspired by social behavior of ant colonies, which is a branch of newly developed form of artificial intelligence called Swarm Intelligence (SI). Although ants have no si原创 2017-03-20 18:42:31 · 706 阅读 · 0 评论 -
Group genetic algorithm
Group genetic algorithm was proposed based on the weaknesses of GA applied to the grouping problems. The crossover operation is the biggest difference. Here I give the basic example and the corresponding codes.原创 2017-03-15 10:10:04 · 606 阅读 · 0 评论 -
Pruffer
Pruffer encoding scheme is a wonderful technique for solving the minimum spanning tree through the genetic algorithm. It can avoid the complex representation of tree in the algorithm. In general, for a m-node tree, just m-2 bits is required in the chromoso原创 2017-03-16 08:19:48 · 449 阅读 · 0 评论 -
Tabu Search
Tabu search is a good intelligent algorithm原创 2017-03-15 21:25:56 · 615 阅读 · 0 评论 -
Binary Ant Colony Optimization
Binary ACO is a modification of TACO. It is a good and efficient approach for feature selection because of simple search rules.原创 2017-03-15 21:20:44 · 503 阅读 · 0 评论 -
Simulated Annealing Optimization
Simulated Annealing is an optimization algorithm that simulates the annealing process in the thermodynamics energetics. The basic ideas is that any object will go through the state transition from the high temperature to the low one. And accordingly the in原创 2017-03-16 22:00:31 · 471 阅读 · 0 评论