remove TestOptinum.*
This commit is contained in:
parent
3a9226ca72
commit
60561f5950
|
@ -41,7 +41,7 @@ uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|||
|
||||
[[TestOptinum]]
|
||||
deps = ["Markdown", "Test"]
|
||||
git-tree-sha1 = "ba3c55226180e46ff696dfb4f9e615f7bbefc5ff"
|
||||
git-tree-sha1 = "592766c068c8a484430a65f88fc6680775d4647d"
|
||||
repo-rev = "master"
|
||||
repo-url = "https://github.com/mathn7/TestOptinum.git"
|
||||
uuid = "a6016688-b6f6-4950-8384-ab0954b6af15"
|
||||
|
|
|
@ -16,18 +16,18 @@ TestOptinum.cacher_stacktrace()
|
|||
|
||||
@testset "Test SujetOptinum" begin
|
||||
# Tester l'algorithme de Newton
|
||||
TestOptinum.tester_Algo_Newton(false,Algorithme_De_Newton)
|
||||
tester_Algo_Newton(false,Algorithme_De_Newton)
|
||||
|
||||
# Tester l'algorithme du pas de Cauchy
|
||||
TestOptinum.tester_pas_de_cauchy(false,Pas_De_Cauchy)
|
||||
tester_pas_de_cauchy(false,Pas_De_Cauchy)
|
||||
|
||||
# Tester l'algorithme du gradient conjugué tronqué
|
||||
TestOptinum.tester_gct(false,Gradient_Conjugue_Tronque)
|
||||
tester_gct(false,Gradient_Conjugue_Tronque)
|
||||
|
||||
# Tester l'algorithme des Régions de confiance avec PasdeCauchy | GCT
|
||||
TestOptinum.tester_regions_de_confiance(false,Regions_De_Confiance)
|
||||
tester_regions_de_confiance(false,Regions_De_Confiance)
|
||||
|
||||
# Tester l'algorithme du Lagrangien Augmenté
|
||||
TestOptinum.tester_Lagrangien_Augmente(false,Lagrangien_Augmente)
|
||||
tester_Lagrangien_Augmente(false,Lagrangien_Augmente)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue