Added additional version of optimizetoind without fileoutput
This commit is contained in:
parent
c955f4a955
commit
5d0d441812
@ -889,6 +889,11 @@ public class OptimizerFactory {
|
||||
}
|
||||
|
||||
|
||||
public static IndividualInterface optimizeToInd(GOParameters params) {
|
||||
OptimizerRunnable runnable = optimize(new OptimizerRunnable(params,
|
||||
false));
|
||||
return runnable.getResult();
|
||||
}
|
||||
|
||||
public static IndividualInterface optimizeToInd(GOParameters params,
|
||||
String outputFilePrefix) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user