genetic-algorithm
Uniform crossover giving worse results than one-point crossover?
I have written a uniform crossover algorithm for part of my homework but it\'s not working properly. It\'s actually returning worse results than my one point cross over. I would just like someone to p[详细]
2023-02-18 22:57 分类:问答Genetic algorithms-Java- Schema Theory
Hi I\'ve been reading up on schema theory and whilst I do understand the theory behind it, I\'m having a hard time trying to understand how it can be implemented in my genetic algorithm java code. Doe[详细]
2023-02-18 00:18 分类:问答Neural Networks Algorithms or something like that to Find Appropriate Parameters for an Application that Uses Genetic Algorithms to Run It Less Time
I developed an application with Java that uses genetic algorithms. My application needs parameters as like:[详细]
2023-02-17 22:23 分类:问答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 分类:问答Algorithm to reduce satisfiability java
Is there any algorithm to reduce sat problem. Satisfiability is the problem of determining if the variables of a given Boolean formula can be assigned in such a way as to make the formula evaluate to[详细]
2023-02-16 09:59 分类:问答Using Weka for Game Playing
I am doing a project where I have neural networks (or other algorithms) play each other in poker. After each win or loss, I want the neural network (or other algorithm) to update in response to the er[详细]
2023-02-16 08:05 分类:问答Choosing individuals from a population, by a fitness function
I\'ve been working on an algorithm, where I need to choose n individuals from a population of size k, where k is much bigger than n. All individuals have a fitness value, therefore the selection shoul[详细]
2023-02-15 21:49 分类:问答How to "crossover" two strings (1234 & abcd -> 12cd & ab34)
Am developing a genetic algorithm in Java, that like all of them, requires the crossover of two parent chromosomes. These chromosomes can be quite long, anywhere from 30 to 500 (but whatever length th[详细]
2023-02-14 13:46 分类:问答MATLAB: If Statement inside loop is not executing, nor printing to the screen
So, we are trying to execute the following code.The two if statements are executing, however, the inside if statements are failing to execute (we verified this by not suppressing the output).Is there[详细]
2023-02-14 02:02 分类:问答strange data in array.toSource() learning genetic algorithm
I\'m just starting to learn genetic algorithms and I\'m essentially writting this tutorial http://lethain.com/entry/2009/jan/02/genetic-algorithms-cool-name-damn-simple/ to javascript. with a few chan[详细]
2023-02-14 01:06 分类:问答