123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246 |
- /**
- * 系统服务
- */
- package com.miniframe.generate.comm.mdo;
- import com.miniframe.core.BaseMapModel;
- import java.io.Serializable;
- /**
- * 代理优化器参数查询
- */
- public class D_MDO0031 extends BaseMapModel implements Serializable {
- private static final long serialVersionUID = -1463838678425832212L;
- String suid;//代理器参数ID
- /**
- *代理器参数ID
- */
- public void setSuid(String suid) {
- this.suid=suid;
- }
- /**
- *代理器参数ID
- */
- public String getSuid() {
- return this.suid;
- }
- String pid;//项目ID
- /**
- *项目ID
- */
- public void setPid(String pid) {
- this.pid=pid;
- }
- /**
- *项目ID
- */
- public String getPid() {
- return this.pid;
- }
- String nsurro;//
- /**
- *
- */
- public void setNsurro(String nsurro) {
- this.nsurro=nsurro;
- }
- /**
- *
- */
- public String getNsurro() {
- return this.nsurro;
- }
- String nkriging;//
- /**
- *
- */
- public void setNkriging(String nkriging) {
- this.nkriging=nkriging;
- }
- /**
- *
- */
- public String getNkriging() {
- return this.nkriging;
- }
- String iout;//屏幕输出等级
- /**
- *屏幕输出等级
- */
- public void setIout(String iout) {
- this.iout=iout;
- }
- /**
- *屏幕输出等级
- */
- public String getIout() {
- return this.iout;
- }
- String irestart;//续算开关0-否1-是
- /**
- *续算开关0-否1-是
- */
- public void setIrestart(String irestart) {
- this.irestart=irestart;
- }
- /**
- *续算开关0-否1-是
- */
- public String getIrestart() {
- return this.irestart;
- }
- String ndoe;//试验设计方法
- /**
- *试验设计方法
- */
- public void setNdoe(String ndoe) {
- this.ndoe=ndoe;
- }
- /**
- *试验设计方法
- */
- public String getNdoe() {
- return this.ndoe;
- }
- String ns;//初始样本点数
- /**
- *初始样本点数
- */
- public void setNs(String ns) {
- this.ns=ns;
- }
- /**
- *初始样本点数
- */
- public String getNs() {
- return this.ns;
- }
- String nsmax;//最大样本点数
- /**
- *最大样本点数
- */
- public void setNsmax(String nsmax) {
- this.nsmax=nsmax;
- }
- /**
- *最大样本点数
- */
- public String getNsmax() {
- return this.nsmax;
- }
- String nslf;//低可信度初始样本点数nsurro=4 and nkriging=12时
- /**
- *低可信度初始样本点数nsurro=4 and nkriging=12时
- */
- public void setNslf(String nslf) {
- this.nslf=nslf;
- }
- /**
- *低可信度初始样本点数nsurro=4 and nkriging=12时
- */
- public String getNslf() {
- return this.nslf;
- }
- String nsmaxlf;//低可信度最大样本点数nsurro=4 and nkriging=12时
- /**
- *低可信度最大样本点数nsurro=4 and nkriging=12时
- */
- public void setNsmaxlf(String nsmaxlf) {
- this.nsmaxlf=nsmaxlf;
- }
- /**
- *低可信度最大样本点数nsurro=4 and nkriging=12时
- */
- public String getNsmaxlf() {
- return this.nsmaxlf;
- }
- String nsmaxmk;//各可信度最大样本点数nsurro=4 and nkriging>12时
- /**
- *各可信度最大样本点数nsurro=4 and nkriging>12时
- */
- public void setNsmaxmk(String nsmaxmk) {
- this.nsmaxmk=nsmaxmk;
- }
- /**
- *各可信度最大样本点数nsurro=4 and nkriging>12时
- */
- public String getNsmaxmk() {
- return this.nsmaxmk;
- }
- String xtol;//最优解收敛性容差
- /**
- *最优解收敛性容差
- */
- public void setXtol(String xtol) {
- this.xtol=xtol;
- }
- /**
- *最优解收敛性容差
- */
- public String getXtol() {
- return this.xtol;
- }
- String feasibilitytolreal;//真实函数的约束容差
- /**
- *真实函数的约束容差
- */
- public void setFeasibilitytolreal(String feasibilitytolreal) {
- this.feasibilitytolreal=feasibilitytolreal;
- }
- /**
- *真实函数的约束容差
- */
- public String getFeasibilitytolreal() {
- return this.feasibilitytolreal;
- }
- String feasibilitytolsurro;//代理模型的约束容差
- /**
- *代理模型的约束容差
- */
- public void setFeasibilitytolsurro(String feasibilitytolsurro) {
- this.feasibilitytolsurro=feasibilitytolsurro;
- }
- /**
- *代理模型的约束容差
- */
- public String getFeasibilitytolsurro() {
- return this.feasibilitytolsurro;
- }
- int checked;//是否选中1-选中 0-未选中
- /**
- *是否选中1-选中 0-未选中
- */
- public void setChecked(int checked) {
- this.checked=checked;
- }
- /**
- *是否选中1-选中 0-未选中
- */
- public int getChecked() {
- return this.checked;
- }
- String algorithm;//优化算法
- /**
- *优化算法
- */
- public void setAlgorithm(String algorithm) {
- this.algorithm=algorithm;
- }
- /**
- *优化算法
- */
- public String getAlgorithm() {
- return this.algorithm;
- }
- String nsmk;//各可信度初始样本点数nsurro=4 and n_kriging>12时
- /**
- *各可信度初始样本点数nsurro=4 and n_kriging>12时
- */
- public void setNsmk(String nsmk) {
- this.nsmk=nsmk;
- }
- /**
- *各可信度初始样本点数nsurro=4 and n_kriging>12时
- */
- public String getNsmk() {
- return this.nsmk;
- }
- }
|