B
Berlin Brown
I am porting a C# application to Java. It is only two classes and the
application runs and I am not getting any errors, but I get different
output from the Java application. I am thinking there is some logic
somewhere I am missing where functionality in C# is not the same in
Java. Here is my code. Sorry, the best place is in SVN, plus you
might be able to run it as well.
http://jvmnotebook.googlecode.com/s...cadder/src/java/org/adder/EquationGenome.java
http://jvmnotebook.googlecode.com/s...er/third-party/adder_csharp/EquationGenome.cs
http://jvmnotebook.googlecode.com/svn/trunk/scala/geneticadder/src/java/org/adder/Population.java
http://jvmnotebook.googlecode.com/s...cadder/third-party/adder_csharp/Population.cs
If you notice, it is almost a line for line match up. Except, there
is something different. If I get time, I will try to compartmentalize
some of the code and break it up more.
Most of the source.
http://jvmnotebook.googlecode.com/svn/trunk/scala/geneticadder/src/java/org/adder/
application runs and I am not getting any errors, but I get different
output from the Java application. I am thinking there is some logic
somewhere I am missing where functionality in C# is not the same in
Java. Here is my code. Sorry, the best place is in SVN, plus you
might be able to run it as well.
http://jvmnotebook.googlecode.com/s...cadder/src/java/org/adder/EquationGenome.java
http://jvmnotebook.googlecode.com/s...er/third-party/adder_csharp/EquationGenome.cs
http://jvmnotebook.googlecode.com/svn/trunk/scala/geneticadder/src/java/org/adder/Population.java
http://jvmnotebook.googlecode.com/s...cadder/third-party/adder_csharp/Population.cs
If you notice, it is almost a line for line match up. Except, there
is something different. If I get time, I will try to compartmentalize
some of the code and break it up more.
Most of the source.
http://jvmnotebook.googlecode.com/svn/trunk/scala/geneticadder/src/java/org/adder/