public BPN_FeatureOptimizer_Int8(int populationSize, int nrEpochs, double lowConfidence, ClassFeatureSet_Int8 trainCFS, ClassFeatureSet_Int8 evalCFS, int hidden1Low, int hidden1High, int hidden2Low, int hidden2High, double learnRateLow, double learnRateHigh, double momentumLow, double momentumHigh, vector_bool selectTab) : this(VisionLabPINVOKE.new_BPN_FeatureOptimizer_Int8(populationSize, nrEpochs, lowConfidence, ClassFeatureSet_Int8.getCPtr(trainCFS), ClassFeatureSet_Int8.getCPtr(evalCFS), hidden1Low, hidden1High, hidden2Low, hidden2High, learnRateLow, learnRateHigh, momentumLow, momentumHigh, vector_bool.getCPtr(selectTab)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }