Update runtests.jl
This commit is contained in:
parent
e96a3cdf8e
commit
267fdcf343
|
@ -1,5 +1,13 @@
|
||||||
using Test_Optinum
|
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_Algo_Newton(false,Algorithme_De_Newton)
|
||||||
Test_Optinum.test_pas_de_cauchy(false,Pas_De_Cauchy)
|
Test_Optinum.test_pas_de_cauchy(false,Pas_De_Cauchy)
|
||||||
Test_Optinum.test_regions_de_confiance(false,Regions_De_Confiance)
|
Test_Optinum.test_regions_de_confiance(false,Regions_De_Confiance)
|
||||||
|
|
Loading…
Reference in a new issue