Evgeniy,
I've incorporated the set-with-values function into the make-one-dimensional-minimizer. The arglist is:
(DEFUN MAKE-ONE-DIMENSIONAL-MINIMIZER (TYPE &OPTIONAL FUNCTION X-MINIMUM X-LOWER X-UPPER F-MINIMUM F-LOWER F-UPPER) ...)
If you do not specify f-minimum (or specify it nil), then the GSL function gsl_min_fminimizer_set is called. If it is given, then gsl_min_fminimizer_set_with_values is called. In either case, the arguments of the call should be in the correct order.
Give this a try and see if it works. If so, and you can post a simple example, I will add it to gsll-tests.
Thank you.
Liam