genetic-algorithm
Gray code to binary conversion
Given a gray code f开发者_运维知识库or a number, find the binary code for the number. Gray code is a binary numeral system where two successive values differ in only one bit.[详细]
2023-02-13 21:51 分类:问答Has anyone tried to compile code into neural network and evolve it?
Do you know if anyone has tried to compile high level programming languages (java, c#, etc\') into a recurrent neural network and then evolve them?[详细]
2023-02-13 14:08 分类:问答Selection Operators for Genetic Algorithms
Does anybody know of a definitive list of selection operators for Genetic Algorithms ? I am looki开发者_Python百科ng for methods other than the usual \"Roulette Wheel\" or \"Tournament\" selection me[详细]
2023-02-11 10:55 分类:问答Is this possible to find equation of a series using genetic programming?
I have a list of numbers which form a series. I want to find开发者_运维百科 the equation which can regenerate the same series. Is this possible? Also, what would you recommend to program it (GA, GP, e[详细]
2023-02-11 09:10 分类:问答Using genetic algorithms for neural networks
Currently I am working on a project that would use genetic algorithms to optimize neural networks.I do realize this is probably not the best way to optimize them, but I\'m new to both so I just wanted[详细]
2023-02-11 04:57 分类:问答Genetic Algorithm Implementation for weight optimization
I am a data mining student and I have a problem that I was hoping that you guys could give me some advice on:[详细]
2023-02-10 22:14 分类:问答How come one mate function converges to solution a lot faster?
I\'ve dabbled with genetic algorithms twice before, a hello world tutorial and a tsp solver. I tried to replicate the hello world tutorial in haskell,[详细]
2023-02-08 01:37 分类:问答Error in compiling c++ program in Visual Studio 2010
I can\'t get my following c++ program compiled in Visual Studio 2010. I already have a working build of the same code so I know the code is correct. But I have no idea 开发者_StackOverflowwith what or[详细]
2023-02-07 23:08 分类:问答What's a genetic algorithm that would produce interesting/surprising results and not have a boring/obvious end point?
I find genetic algorithm simulations like this to be incredibly entrancing and I think it\'d be fun to make my own.But the problem with most simulations like this is that they\'re usually just hill cl[详细]
2023-02-07 00:01 分类:问答Genetic Algorithm - what is steady state selection?
I\'m doing a final year project on geneti开发者_高级运维c algorithms - specifically of the Dawkins Weasel type.I\'ve done roulette selection and tournament selection, still to do steady state selectio[详细]
2023-02-06 07:33 分类:问答