Skip to content

Commit

Permalink
api: nlopt_stochastic_population is int
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Jan 16, 2024
1 parent a74e0f9 commit 2638518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/nlopt-internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ extern "C" {
extern nlopt_algorithm nlopt_local_search_alg_deriv;
extern nlopt_algorithm nlopt_local_search_alg_nonderiv;
extern int nlopt_local_search_maxeval;
extern unsigned nlopt_stochastic_population;
extern int nlopt_stochastic_population;

/*********************************************************************/

Expand Down

0 comments on commit 2638518

Please sign in to comment.