Get Algorithm
Equivalent in C API: nlopt_get_dimension
The member of Algorithm matching the raw nlopt_algorithm
auto opt = Opt(Algorithm.gnESCH, 2); assert(opt.getAlgorithm == Algorithm.gnESCH);
See Implementation
Get Algorithm
Equivalent in C API: nlopt_get_dimension