コード例 #1
0
 public bool IsSolutionReached(math_MultipleVarFunction theFunction)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public math_GaussMultipleIntegration(math_MultipleVarFunction F, Vector Lower, Vector Upper,
                                      math_IntegerVector Order)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public math_Powell(math_MultipleVarFunction theFunction, double theTolerance)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public void Perform(math_MultipleVarFunction theFunction, Vector theStartingPoint,
                     math_Matrix theStartingDirections)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public void SetGlobalParams(math_MultipleVarFunction theFunc, Vector theLowerBorder,
                             Vector theUpperBorder)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
 public math_Powell(math_MultipleVarFunction theFunction, double theTolerance, int theNbIterations,
                    double theZEPS)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #7
0
 public void SetGlobalParams(math_MultipleVarFunction theFunc, Vector theLowerBorder,
                             Vector theUpperBorder, double theC, double theD_iscretizationTol)
 {
     throw new NotImplementedException();
 }
コード例 #8
0
 public math_GlobOptMin(math_MultipleVarFunction theFunc, Vector theLowerBorder, Vector theUpperBorder)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #9
0
 public math_GlobOptMin(math_MultipleVarFunction theFunc, Vector theLowerBorder, Vector theUpperBorder,
                        double theC, double theD_iscretizationTol)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #10
0
 public math_MultipleVarFunction(math_MultipleVarFunction parameter1)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }
コード例 #11
0
ファイル: math_PSO.cs プロジェクト: Oblikovati/CascadeSharp
 public math_PSO(math_MultipleVarFunction theFunc, Vector theLowBorder, Vector theUppBorder,
                 Vector theSteps)
     : base()
 {
     throw new NotImplementedException();
 }