Added additional version of optimizetoind without fileoutput
This commit is contained in:
		@@ -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) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user