Update runtests.jl

This commit is contained in:
nsaloua 2020-06-16 14:11:16 +02:00 committed by GitHub
parent e96a3cdf8e
commit 267fdcf343
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,13 @@
using Test_Optinum
include("Algorithme_De_Newton.jl")
include("Gradient_Conjugue_Tronque.jl")
include("Lagrangien_Augmente.jl")
include("Pas_De_Cauchy.jl")
include("Regions_De_Confiance.jl")
Test_Optinum.test_Algo_Newton(false,Algorithme_De_Newton)
Test_Optinum.test_pas_de_cauchy(false,Pas_De_Cauchy)
Test_Optinum.test_regions_de_confiance(false,Regions_De_Confiance)