Some updates to OptimizerFactory, PostProcess. Minor clean-up in benchmarks.

This commit is contained in:
Marcel Kronfeld
2008-03-19 14:00:16 +00:00
parent f010fc827c
commit 232113e061
39 changed files with 1010 additions and 498 deletions

View File

@@ -80,7 +80,7 @@ public class F12Problem extends F1Problem implements java.io.Serializable {
result += "F12 Galar:\n";
result += "Parameters:\n";
result += "Dimension : " + this.m_ProblemDimension +"\n";
result += "Noise level : " + this.m_Noise + "\n";
result += "Noise level : " + this.getNoise() + "\n";
result += "Solution representation:\n";
//result += this.m_Template.getSolutionRepresentationFor();
return result;