Sunday, August 28, 2011
office building optimization
1. find the best design process for office building design using GP.
Genome: a b a a a b
gene: a
gene-metadata: 12345 -> a -> a b a a a b
gene-metadata: 12344 -> a -> a b a a a b
gene-metadata: 21340 -> b -> b b a a a b
2. object-oriented crossover and mutation
Genome: a b a a a b
gene: a
gene-metadata: 12345 -> a -> a b a a a b
gene-metadata: 12344 -> a -> a b a a a b
gene-metadata: 21340 -> b -> b b a a a b
2. object-oriented crossover and mutation
Friday, August 26, 2011
c#/csharp "@" at-sign
int new = 123; // 'new' is a keyword int @new = 123; // no error string str1 = "photos\\aug"; string str2 = @"photos\aug";
Wednesday, August 24, 2011
Subscribe to:
Posts (Atom)