genetic-programming
Genetic Programming (GP) implementation in objective-c?
I am looking for an open source GP implementation i开发者_如何学编程n objective-c. I found some C++ implementation which I can embed in my obj-c project but I was wondering if there\'s a native obj-c[详细]
2023-01-22 22:46 分类:问答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 分类:问答How do I format a tree so that it works with Clojure's zipper?
I am creating trees of s-expressions for a genetic programming problem, and need to alter parts of the trees during the evolution process. I came across the Clojure zipper function that seems like it[详细]
2023-01-19 05:44 分类:问答most economical path for sewer design
Can you help me in Establishing an Optimization Model for Sewer System Layout with Applied Genetic Algori开发者_开发问答thmNot really a programming problem, there is a \"integer programming algorithm[详细]
2023-01-19 03:28 分类:问答Code in genetic algorithm for non linear simultaneous equations
I need to solve three nonlinear simultaneous equations y1 = exp(-(r1 +r2)*t) y2 = (r1/((r3+r4)-(r1+r2)))*[exp(-[r1+r2]*t) - exp(-[r3+r4]*t)][详细]
2023-01-16 01:02 分类:问答Which Java library/libraries for Genetic Algorithms? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-08 01:28 分类:问答how to implement non uniform probability distribution?
I am trying to implement non-uniform probability distribution in genetic algorithm. In the implementation of genetic program, I have an experiment which has 3 outcomes, where each outcome has differe[详细]
2023-01-04 03:53 分类:问答What is Crossover Probability & Mutation Probability in Genetic Algorithm or Genetic Programming?
What is Crossover Probability & Mutation Probability in Genetic Algorithm or Genetic Programming ? Could some开发者_StackOverflowone explain them from implementation perspective!Mutation probabili[详细]
2022-12-31 17:36 分类:问答Genetic programming in c++, library suggestions? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2022-12-30 22:28 分类:问答Initial Genetic Programming Parameters
I did a little GP (note:very little) work in college and have been playing around with it recently. My question is in regards to the intial run settings (population size, number of generations, min/ma[详细]
2022-12-29 04:20 分类:问答