Exemplo n.º 1
0
        public void DisableStoppingCriterion(EStoppingCriterion Criterion)
        {
            switch (Criterion)
            {
            case EStoppingCriterion.All:
                this.CjlGFPh20 = false;
                this.EkG2mVJO8 = false;
                this.I2Ib8CPFn = false;
                this.l6XKwkgnC = false;
                this.GnTmfc3hq = false;
                break;

            case EStoppingCriterion.ObjectiveCalls:
                this.CjlGFPh20 = false;
                break;

            case EStoppingCriterion.ErrorTolerance:
                this.EkG2mVJO8 = false;
                break;

            case EStoppingCriterion.StopTemperature:
                this.I2Ib8CPFn = false;
                break;

            case EStoppingCriterion.AcceptedUphills:
                this.l6XKwkgnC = false;
                break;

            case EStoppingCriterion.AcceptedDownhills:
                this.GnTmfc3hq = false;
                break;
            }
        }
Exemplo n.º 2
0
        public bool IsStoppingCriterionEnabled(EStoppingCriterion Criterion)
        {
            bool flag = false;

            switch (Criterion)
            {
            case EStoppingCriterion.ObjectiveCalls:
                flag = this.CjlGFPh20;
                break;

            case EStoppingCriterion.ErrorTolerance:
                flag = this.EkG2mVJO8;
                break;

            case EStoppingCriterion.StopTemperature:
                flag = this.I2Ib8CPFn;
                break;

            case EStoppingCriterion.AcceptedUphills:
                flag = this.l6XKwkgnC;
                break;

            case EStoppingCriterion.AcceptedDownhills:
                flag = this.GnTmfc3hq;
                break;
            }
            return(flag);
        }
Exemplo n.º 3
0
 public void DisableStoppingCriterion(EStoppingCriterion Criterion)
 {
   switch (Criterion)
   {
     case EStoppingCriterion.All:
       this.CjlGFPh20 = false;
       this.EkG2mVJO8 = false;
       this.I2Ib8CPFn = false;
       this.l6XKwkgnC = false;
       this.GnTmfc3hq = false;
       break;
     case EStoppingCriterion.ObjectiveCalls:
       this.CjlGFPh20 = false;
       break;
     case EStoppingCriterion.ErrorTolerance:
       this.EkG2mVJO8 = false;
       break;
     case EStoppingCriterion.StopTemperature:
       this.I2Ib8CPFn = false;
       break;
     case EStoppingCriterion.AcceptedUphills:
       this.l6XKwkgnC = false;
       break;
     case EStoppingCriterion.AcceptedDownhills:
       this.GnTmfc3hq = false;
       break;
   }
 }
Exemplo n.º 4
0
 public bool IsStoppingCriterionEnabled(EStoppingCriterion Criterion)
 {
   bool flag = false;
   switch (Criterion)
   {
     case EStoppingCriterion.ObjectiveCalls:
       flag = this.CjlGFPh20;
       break;
     case EStoppingCriterion.ErrorTolerance:
       flag = this.EkG2mVJO8;
       break;
     case EStoppingCriterion.StopTemperature:
       flag = this.I2Ib8CPFn;
       break;
     case EStoppingCriterion.AcceptedUphills:
       flag = this.l6XKwkgnC;
       break;
     case EStoppingCriterion.AcceptedDownhills:
       flag = this.GnTmfc3hq;
       break;
   }
   return flag;
 }