Description Usage Arguments Value Examples
Given Ax ≤ b, which defines a convex polytope, this function picks n random starting "center" points using linear programming.
1 | start_point(A, b, n = 1, average = 10)
|
A |
is the lhs of Ax ≤ b |
b |
is the rhs of Ax ≤ b |
n |
is the number of points we want to return |
average |
is the number of boundary points we want to take the average of |
a matrix, with each column as a point
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.