L_constraint(ROI)
L_constraint()所属R语言包:ROI
Linear Constraints
线性约束
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Linear constraints are typically of the form Ax ≤q b. A is a (sparse) matrix of coefficients to the objective variables x. b is called the right hand side of the
线性约束条件是通常的形式Ax ≤q b。 A(稀疏)的系数矩阵的客观变量x。 b被称为的右手侧的
用法----------Usage----------
参数----------Arguments----------
参数:L
a numeric vector of length n (a single constraint) or a matrix of dimension n \times m, where n is the number of objective variables and m is the number of constraints. Matrices can be of class "simple_triplet_matrix" to allow a sparse representation of constraints.
一个数值向量的长度n(一个约束)或矩阵的维n \times m,其中n是目标变量的数量和m人数的限制。矩阵类"simple_triplet_matrix"可以允许稀疏表示的约束。
参数:dir
a character vector with the directions of the constraints. Each element must be one of "<", "<=", ">", ">=", "==" or "!=".
一个字符向量方向的约束。每个元素都必须有一个"<","<=",">",">=","=="或"!="。
参数:rhs
a numeric vector with the right hand side of the constraints.
约束用右手侧的一个数值向量。
值----------Value----------
an object of class "L_constraint" which inherits
一个对象的类"L_constraint"继承
(作者)----------Author(s)----------
Stefan Theussl
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|