Accord.Tests.Math.AugmentedLagrangianSolverTest.AugmentedLagrangianSolverConstructorTest6 C# (CSharp) Method

AugmentedLagrangianSolverConstructorTest6() private method

private AugmentedLagrangianSolverConstructorTest6 ( ) : void
return 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);
        }