Skip to content

Commit 43fe280

Browse files
authored
PRAXIS: Count all evaluations (#607)
Closes #606
1 parent b22a9f7 commit 43fe280

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/algs/praxis/praxis.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ nlopt_result praxis_(double t0, double machep, double h0,
291291
}
292292
global_1.fx = (*f)(n, &x[1], f_data);
293293
++global_1.nf;
294+
++ *(stop->nevals_p);
294295

295296
/* .....MINIMIZE ALONG THE "NON-CONJUGATE" DIRECTIONS V(*,K),...,V(*,N) */
296297

0 commit comments

Comments
 (0)