An article has been making the rounds lately discussing the use of genetic algorithms to optimize \"build orders\" in StarCraft II.
I have a set of variables X, Y, ..., Z. My jo开发者_运维问答b is to design a function that takes this set of variables and yields an integer. I have a fitness function to test this against.
I am trying to solve a problem using genetic开发者_运维问答 algorithms. The problem is to find the set of integral and real values that optimizes a function.
I have to estimate a simultaneous equation system (regressions) with about 11 equations and 21 variables.
I have to do a term project on Genetic Algorithms, and I had the idea of tuning the traits (i.e. weapons to be used , etc) of a first person shooter bot. For example, I would represent the traits in t
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
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
I have a DataTable like this, AccessDateTime| Direction 2010-09-15 12:12:49 | IN 2010-09-15 12:36:03 | OUT
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)]
I\'m building a genetic algorithm to maximize a mathematical function. The initial population is randomly selected, lets say of 20 individuals.