optimize: optimize

Description Usage Arguments

View source: R/Optimize.R

Description

optimize a given model.

Usage

1
optimize(model, solver = "auto", data = list(), ...)

Arguments

model

an object of type "Optimization.Model".

solver

a character string giving the name of the solver.

data

a list giving the data used in the the model.

...

optional arguments.


ROML documentation built on May 2, 2019, 6:52 p.m.

Related to optimize in ROML...