opt: Optimization algorithm

View source: R/optimize_func.r

optR Documentation

Optimization algorithm

Description

Calculate the optimal parameter values for given objectives.

Usage

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

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.

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


MethodOpt documentation built on Oct. 7, 2024, 1:19 a.m.