Exemple #1
0
 public bool IsSolutionReached(math_MultipleVarFunction theFunction)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public math_GaussMultipleIntegration(math_MultipleVarFunction F, Vector Lower, Vector Upper,
                                      math_IntegerVector Order)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public math_Powell(math_MultipleVarFunction theFunction, double theTolerance)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public void Perform(math_MultipleVarFunction theFunction, Vector theStartingPoint,
                     math_Matrix theStartingDirections)
 {
     throw new NotImplementedException();
 }
 public void SetGlobalParams(math_MultipleVarFunction theFunc, Vector theLowerBorder,
                             Vector theUpperBorder)
 {
     throw new NotImplementedException();
 }
Exemple #6
0
 public math_Powell(math_MultipleVarFunction theFunction, double theTolerance, int theNbIterations,
                    double theZEPS)
     : base()
 {
     throw new NotImplementedException();
 }
 public void SetGlobalParams(math_MultipleVarFunction theFunc, Vector theLowerBorder,
                             Vector theUpperBorder, double theC, double theD_iscretizationTol)
 {
     throw new NotImplementedException();
 }
 public math_GlobOptMin(math_MultipleVarFunction theFunc, Vector theLowerBorder, Vector theUpperBorder)
     : base()
 {
     throw new NotImplementedException();
 }
 public math_GlobOptMin(math_MultipleVarFunction theFunc, Vector theLowerBorder, Vector theUpperBorder,
                        double theC, double theD_iscretizationTol)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #10
0
 public math_MultipleVarFunction(math_MultipleVarFunction parameter1)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }
Exemple #11
0
 public math_PSO(math_MultipleVarFunction theFunc, Vector theLowBorder, Vector theUppBorder,
                 Vector theSteps)
     : base()
 {
     throw new NotImplementedException();
 }