Accord.Tests.Math.AugmentedLagrangianSolverTest.AugmentedLagrangianSolverConstructorTest6 C# (CSharp) 메소드

AugmentedLagrangianSolverConstructorTest6() 개인적인 메소드

private AugmentedLagrangianSolverConstructorTest6 ( ) : void
리턴 void
        public void AugmentedLagrangianSolverConstructorTest6()
        {
            test1(new ConjugateGradient(2), 5e-3);
            test1(new BoundedBroydenFletcherGoldfarbShanno(2), 1e-4);
            test1(new BroydenFletcherGoldfarbShanno(2), 1e-4);
            test1(new ResilientBackpropagation(2), 1e-2);
        }