|
@@ -89,7 +89,9 @@ public class MDO0039Service extends MDO0039BaseModel implements ExecProcessFlow
|
|
|
LogService.addLog(pid,line);
|
|
|
System.out.print(new String(frame.getPayload()));
|
|
|
//存储每步数据
|
|
|
- if("Forrester".equals(stype)||"Branin".equals(stype)){
|
|
|
+ if("Forrester".equals(stype)||"Branin".equals(stype)||"Rastrigin".equals(stype)
|
|
|
+ ||"Rosenbrock".equals(stype)||"G9".equals(stype)
|
|
|
+ ){
|
|
|
if(line.startsWith("[")){
|
|
|
MdoProComval v=null;
|
|
|
if(comvals.isEmpty()){
|