Opt.this

Initializes Opt.

Params:

algorithm = Algorithm to use to optimize.

n = The dimension of the optimization problem.
struct Opt
this
(,
const uint n
)

Examples

auto opt = Opt(Algorithm.ldMMA, 2);

Meta