OP(ROI)
OP()所属R语言包:ROI
Optimization Problem Constructor
优化问题的构造函数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Optimization problem constructor
优化问题的构造函数
用法----------Usage----------
参数----------Arguments----------
参数:objective
an object inheriting from class "objective".
对象继承类"objective"。
参数:constraints
an object inheriting from class "constraints".
对象继承类"constraints"。
参数:bounds
NULL (default) or a list with elements upper and lower containing the indices and corresponding bounds of the objective variables. The default for each variable is a bound between 0 and Inf.
NULL(默认)或列表的元素upper和lower包含的指标和相应的目标变量的界限。每个变量的默认值是一个介于0和Inf约束。
参数:types
a character vector giving the types of the objective variables, with "C", "I", and "B" corresponding to continuous, integer, and binary, respectively, or NULL (default), taken as all-continuous. Recycled as needed.
字符向量给目标变量的类型,"C","I"和"B"对应于连续的,整数和二进制,分别或NULL(默认) ,视为所有连续。回收作为需要。
参数:maximum
a logical giving the direction of the optimization. TRUE means that the objective is to maximize the objective function, FALSE (default) means to minimize it.
一个逻辑给出的优化的方向。 TRUE是指,目标是最大化目标功能,FALSE的(默认),以尽量减少。
值----------Value----------
A list containing the optimal solution, with the following components.
甲列表,其中包含的最优解,与以下组件。
参数:solution
the vector of optimal coefficients
最优系数的矢量
参数:objval
the value of the objective function at the optimum
在最佳的目标函数的值
参数:status
an integer with status information about the solution returned: 0 if the optimal solution was found, a non-zero value otherwise
返回与该溶液的状态有关下列内容的信息的整数:0如果发现最优解,一个非零值,否则
参数:msg
the status code and additional information about the solution provided by the solver. </table>
提供的解决方案通过求解器状态码和其他信息。 </ TABLE>
(作者)----------Author(s)----------
Stefan Theussl
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|