Skip to content

Commit 9c7dab3

Browse files
author
Emmanuel Benazera
committed
deactivating tolx stopping criteria in TPA test exe, ref #88
1 parent 5913f43 commit 9c7dab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tpa-tests.cc

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ void run(const int &dim, const bool &gi, const int &tpa, const std::string &alg,
132132
cmaparams.set_ftarget(1e-8);
133133
cmaparams.set_tpa(tpa);
134134
cmaparams.set_stopping_criteria(STAGNATION,false);
135+
cmaparams.set_stopping_criteria(TOLX,false);
135136
//cmaparams.set_quiet(false);
136137
GradFunc gfunc = nullptr;
137138
if (gi)

0 commit comments

Comments
 (0)