|
libigl v2.5.0
|
Input parameters controling active_set. More...
#include <active_set.h>
Public Attributes | |
| bool | Auu_pd |
| Auu_pd whether Auu is positive definite {false}. | |
| int | max_iter |
| max_iter Maximum number of iterations (0 = Infinity, {100}) | |
| double | inactive_threshold |
| inactive_threshold Threshold on Lagrange multiplier values to determine whether to keep constraints active {EPS} | |
| double | constraint_threshold |
| constraint_threshold Threshold on whether constraints are violated (0 is perfect) {EPS} | |
| double | solution_diff_threshold |
| solution_diff_threshold Threshold on the squared norm of the difference between two consecutive solutions {EPS} | |
Input parameters controling active_set.
| bool igl::active_set_params::Auu_pd |
Auu_pd whether Auu is positive definite {false}.
| int igl::active_set_params::max_iter |
max_iter Maximum number of iterations (0 = Infinity, {100})
| double igl::active_set_params::inactive_threshold |
inactive_threshold Threshold on Lagrange multiplier values to determine whether to keep constraints active {EPS}
| double igl::active_set_params::constraint_threshold |
constraint_threshold Threshold on whether constraints are violated (0 is perfect) {EPS}
| double igl::active_set_params::solution_diff_threshold |
solution_diff_threshold Threshold on the squared norm of the difference between two consecutive solutions {EPS}