EDIT: Wow, many great responses.Yes, I am using this as a fitness function for judging the quality of a sort performed by a genetic algorithm.So cost-of-evaluation is important (i.e., it has to be f
I\'m quite new with this topic so any help would be great. What I need is to optimize a neural network in MATLAB by using GA. My network has [2x98] input and [1x98] target, I\'ve tried consul开发者_St
I have a little problem in my little project , I wish that someone here could help me! I am planning to use a bayesian network as a decision factor in my game AI and I want to improve the decision ma
I\'m currently reading \"Artificial Intelligence: A Modern Approach\" (Russell+Norvig) and \"Machine Learning\" (Mitchell) - and trying to learn basics of AINN.
I\'m doing some work with Genetic Algorithms and want to write my own GA classes. Since a GA can have different ways of doing selection, mutation, cross-over, generating an initial population, calcula
As it currently stands, this q开发者_如何学Gouestion is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so
I am currently using Q-Learning to try to teach a bot how to move in a room filled with walls/obstacles. It must start in any place in the room and get to the goal state(this might be, to the开发者_如
I tried this: float a = 1.4123; a = a & (1 << 3); I get a compiler error saying that the operand of & cannot be of type float.
I want to solve a system of n linear equations containing n variables using a genetic algorithm. I am having difficulty in defining the crossover operation as the solution may consist of floating poi
Working on an assignment involving Genetic Algorithms (loads of headaches, loads of fun). I need to be able to test differing crossover methods and differing mutation methods, to compare their results