All Questions
Tagged with genetic-algorithm c#
4 questions
5
votes
2
answers
336
views
Portrait Painting Genetic Algorithm
Inspired by this article.
I've been trying to learn more C# and OOP. Here is my take on a genetic algorithm as described in the article. Here are some of the results
flower
jelly
lighthouse
beach
It ...
3
votes
2
answers
2k
views
Genetic algorithm implementation
Is this the best way to implement a genetic algorithm framework? I'm just a student and wanted to know if I can improve the code that I have done. Some of the code I copied from the framework ...
5
votes
1
answer
604
views
Genetic algorithm to arrange rooms in a house
I am an architecture thesis student in my final year and I am developing a piece of software that, ideally, should design houses for me based on certain input.
I got the program to work when it was ...
25
votes
2
answers
668
views
Where equations are born and mutants are buried
I've read up on genetic programming yesterday so I figured I'd try to implement something myself. I would like the main focus to be on whether or not I've implemented the idea behind it correctly.
...