pjonesdotca
9p6 comments posted · 0 followers · following 0
134 weeks ago @ Union Station - Engine Yard Contest Ch... · 0 replies · +1 points
46 after about 44k generations
134 weeks ago @ Union Station - Engine Yard Contest Ch... · 0 replies · +1 points
I wouldn't mind seeing your code on this.
I did a quick refactor to get the capitalisation (String.swapcase) but eschewed the random characters.
Lowest score for me so far is 47.
I did a quick refactor to get the capitalisation (String.swapcase) but eschewed the random characters.
Lowest score for me so far is 47.
134 weeks ago @ Union Station - Engine Yard Contest Ch... · 0 replies · +1 points
Generation 381: hamming distance 47
Maybe the old GA is competitive after all...
Maybe the old GA is competitive after all...
134 weeks ago @ Union Station - Engine Yard Contest Ch... · 2 replies · +1 points
Actually, I ignored the whole "change the capitalisation bit" as well as the random five character word at the end.
I ended up with midpoint crossover and a mutation rate of .25
I ended up with midpoint crossover and a mutation rate of .25
134 weeks ago @ Union Station - Engine Yard Contest Ch... · 5 replies · +1 points
43 does sound good. I'm using a custom GA and down only to 56 after 40 minutes.
134 weeks ago @ Union Station - Programming Contest! W... · 1 reply · +1 points
I notice that there is a difference in the reported binary ouput (this one has spaces for each hex digit) where as the first example was a long stream of the binary output.
Will spaces be considered in the hamming distance?
Will spaces be considered in the hamming distance?
Experiment