|  | @@ -42,7 +42,7 @@
 | 
	
		
			
				|  |  |    <optimizers>
 | 
	
		
			
				|  |  |      <optimizer>
 | 
	
		
			
				|  |  |        <#if vo.evolution??>
 | 
	
		
			
				|  |  | -      <name>${vo.evolution.algorithm}</name>
 | 
	
		
			
				|  |  | +      <name>${vo.evolution.algorithm?lower_case}</name>
 | 
	
		
			
				|  |  |        <configFile/>
 | 
	
		
			
				|  |  |        <configuration>
 | 
	
		
			
				|  |  |          <maxgen>${vo.evolution.popsize}</maxgen>
 | 
	
	
		
			
				|  | @@ -55,7 +55,7 @@
 | 
	
		
			
				|  |  |        <#else>
 | 
	
		
			
				|  |  |        </#if>
 | 
	
		
			
				|  |  |        <#if vo.surro??>
 | 
	
		
			
				|  |  | -        <name>${vo.surro.algorithm}</name>
 | 
	
		
			
				|  |  | +        <name>${vo.surro.algorithm?lower_case}</name>
 | 
	
		
			
				|  |  |          <configuration>
 | 
	
		
			
				|  |  |              <optimization>
 | 
	
		
			
				|  |  |                  <iout>${vo.surro.iout}</iout>
 | 
	
	
		
			
				|  | @@ -95,7 +95,7 @@
 | 
	
		
			
				|  |  |        <#else>
 | 
	
		
			
				|  |  |        </#if>
 | 
	
		
			
				|  |  |        <#if vo.grad??>
 | 
	
		
			
				|  |  | -        <name>${vo.grad.algorithm}</name>
 | 
	
		
			
				|  |  | +        <name>${vo.grad.algorithm?lower_case}</name>
 | 
	
		
			
				|  |  |          <configuration>
 | 
	
		
			
				|  |  |              <major_iterations_limit>${vo.grad.majorIterationsLimit}</major_iterations_limit>                     <!--最大外迭代步数 -->
 | 
	
		
			
				|  |  |              <major_print_level>${vo.grad.majorPrintLevel}</major_print_level> 		    				     <!--输出精度等级-->
 | 
	
	
		
			
				|  | @@ -122,7 +122,7 @@
 | 
	
		
			
				|  |  |          <workflowPath/>
 | 
	
		
			
				|  |  |         </#if>
 | 
	
		
			
				|  |  |         <#if b.pythonPath??>
 | 
	
		
			
				|  |  | -        <pythonPath>${b.pythonPath}</pythonPath>
 | 
	
		
			
				|  |  | +        <pythonPath name="Forrester">${b.pythonPath}</pythonPath>
 | 
	
		
			
				|  |  |         <#else>
 | 
	
		
			
				|  |  |          <pythonPath/>
 | 
	
		
			
				|  |  |         </#if>
 |