Learn R Programming

MethodOpt (version 1.0.0)

opt: Optimization algorithm

Description

Calculate the optimal parameter values for given objectives.

Usage

opt(objectives, bbd, results, lim_fac, valid_range_data)

Value

a list containing the parameters which cannot be set to the unbounded solution, the maximum value of the objectives, and the unbounded parameter solutions

Arguments

objectives

objectives input by user.

bbd

Box-Behnken design.

results

objective results.

lim_fac

limiting factors.

valid_range_data

ranges of validity corresponding to the limiting factors.