-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've been looking for some good genetic programming examples for C#. Anyone knows of good online/book resources? Wonder if there is a C# library out there for Evolutionary/Genetic programming?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
What genetic programming library, regardless of language, has the most active community and is the most well developed?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I did a little GP (note:very little) work in college and have been playing around with it recently. My question is in regards to the intial run settings (population size, number of generations, min/max depth of trees, min/max depth of initial trees, percentages to use for different reproduction operations…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm writing a genetic programming (GP) system (in C but that's a minor detail). I've read a lot of the literature (Koza, Poli, Langdon, Banzhaf, Brameier, et al) but there are some implementation details I've never seen explained. For example:
I'm using a steady state population rather than…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Has anybody seen a GP implemented with online learning rather than the standard offline learning? I've done some stuff with genetic programs and I simply can't figure out what would be a good way to make the learning process online.
Please let me know if you have any ideas, seen any implementations…
>>> More