evolutionary-algorithm
Applying mutation in steady-state genetic algorithm
I’m implementing a steady-state genetic algorithm to perform symbolic regression. My questions are about the relation between mutation and crossover operators.[详细]
2023-02-17 15:58 分类:问答Haskell: Abstracting a Genetic Algorithm
I\'m new to the world of Haskell programming and I\'m cutting my teeth on a simple genetic algorithm for finding good solutions to the Travelling Salesman problem. I am representing the solutions as p[详细]
2023-02-11 10:45 分类:问答Using Graph Theory in Vehicle Routing Problem
I am working on a Vehicle Routing Problem with a single depot. The problem definition is as follows. There are n vechiles that need to travel to m number of sites. Each site has its specific constrain[详细]
2023-01-29 04:16 分类:问答What is holding genetic programming back?
I have done a fair amount of work with genetic algorithms quite successfully and thus far ignored genetic pro开发者_运维技巧gramming.As far as I know, most programs remain written by programmers, and[详细]
2023-01-29 02:53 分类:问答Applying Darwinian evolution to programming
A while back I recall reading a magazine article (in Wired I believe) about applying Darwinian evolution to programs to create better programs. Essentially multiple mutations of a program would be spa[详细]
2023-01-19 06:39 分类:问答Algorithm to optimize # threads used in a calculation
I\'m performing an operation, lets call it CalculateSomeData.CalculateSomeData operates in successive \"generations\", numbered 1..x.The number of generations in the entire run is fixed by the input p[详细]
2023-01-17 12:33 分类:问答How to replace inadmissible solutions?
I\'m building a genetic algorithm to maximize a mathematical function. The initial population is randomly selected, lets say of 20 individuals.[详细]
2023-01-15 23:05 分类:问答What is the difference between genetic and evolutionary algorithms?
Is there a difference between genetic algorithms and evolutionary algorithm开发者_C百科s? I have read multiple papers, talking about genetic or evolutionary algorithms, and while very similar, I thi[详细]
2022-12-31 22:06 分类:问答Setting up java configurations in eclipse. multiple .param files
I\'m going to be using ECJ for doing genetic programming and I haven\'t touched java in years.I\'m working on setting up the eclipse environment and I\'m catching a few snags.[详细]
2022-12-24 13:08 分类:问答Rather than sending in numbers, having code passed to an individual in genetic programming? ECJ
I\'m using ECJ with Java.I have an army of individuals who I all want to have the same brain. Basically, I\'d like to evolve the brains using GP.I want things like \"if-on-enemy-territory\" and \"if-[详细]
2022-12-24 05:11 分类:问答