Some updates to OptimizerFactory, PostProcess. Minor clean-up in benchmarks.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user