Get Raw Algorithm
Equivalent in C API: nlopt_get_algorithm
Raw algorithm from private nlopt_opt object
auto opt = Opt(Algorithm.gnDirect, 2); assert(opt.getAlgorithmRaw == NLOPT_GN_DIRECT);
See Implementation
Get Raw Algorithm
Equivalent in C API: nlopt_get_algorithm