File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919// $Id: GA.cs,v 1.1 2003/08/19 20:59:05 barry Exp $
2020//
2121// Modified by Lionel Monnier 30th aug 2004
22- // Modified by Kory Becker Jan-01 -2013 http://www.primaryobjects.com/kory-becker.aspx
22+ // Modified by Kory Becker 01-Jan -2013 http://www.primaryobjects.com/kory-becker.aspx
2323
2424#region Using directives
2525using AIProgrammer . Repository . Interface ;
Original file line number Diff line number Diff line change 1919// $Id: GA.cs,v 1.1 2003/08/19 20:59:05 barry Exp $
2020//
2121// Modified by Lionel Monnier 30th aug 2004
22- // Modified by Kory Becker Jan-01 -2013 http://www.primaryobjects.com/kory-becker.aspx
22+ // Modified by Kory Becker 01-Jan -2013 http://www.primaryobjects.com/kory-becker.aspx
2323
2424#region Using directives
2525using System ;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ namespace AIProgrammer
1515 /// This experiment uses a genetic algorithm to evolve a program in the programming language Brainfuck.
1616 /// The resulting program will print a target string.
1717 ///
18- /// Created by Kory Becker Jan-01 -2013 http://www.primaryobjects.com/kory-becker.aspx
18+ /// Created by Kory Becker 01-Jan -2013 http://www.primaryobjects.com/kory-becker.aspx
1919 /// </summary>
2020 class Program
2121 {
You can’t perform that action at this time.
0 commit comments