genetic-algorithm
What model best suits optimizing for a real-time strategy game?
An article has been making the rounds lately discussing the use of genetic algorithms to optimize \"build orders\" in StarCraft II.[详细]
2023-01-22 23:50 分类:问答How to best approach the problem of trying to determine the form of an unknown function
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.[详细]
2023-01-20 07:45 分类:问答Chromosome representation for real numbers?
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.[详细]
2023-01-19 16:38 分类:问答Estimating system of simultaneous equation with Genetic Algorithms
I have to estimate a simultaneous equation system (regressions) with about 11 equations and 21 variables.[详细]
2023-01-19 16:07 分类:问答Genetic Algorithms in games
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[详细]
2023-01-19 15:05 分类:问答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 分类:问答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 分类:问答C# data processing logic help
I have a DataTable like this, AccessDateTime| Direction 2010-09-15 12:12:49 | IN 2010-09-15 12:36:03 | OUT[详细]
2023-01-16 04:19 分类:问答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 分类:问答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 分类:问答