chiark / gitweb /
added get/set stochastic_population functions for greater control over stochastic...
[nlopt.git] / api / nlopt.h
index 2e2d38dc004b5f77f77e8908bb9417a030ec6532..19fbe47233be4663a118933567a9ec48cb8a010f 100644 (file)
@@ -176,6 +176,9 @@ NLOPT_EXTERN void nlopt_set_local_search_algorithm(nlopt_algorithm deriv,
                                             nlopt_algorithm nonderiv,
                                             int maxeval);
 
+NLOPT_EXTERN int nlopt_get_stochastic_population(void);
+NLOPT_EXTERN void nlopt_set_stochastic_population(int pop);
+
 #ifdef __cplusplus
 }  /* extern "C" */
 #endif /* __cplusplus */