anpcpp 0.1.0
Analytic Network Process computational library
Loading...
Searching...
No Matches
Public Attributes | List of all members
anpcpp::LimitMatrixOptions Struct Reference

Options for limit-matrix calculation. More...

#include <limit_matrix.hpp>

Public Attributes

double error = 1e-10
 Convergence tolerance for calculus iteration.
 
std::size_t max_iters = 5000
 Maximum calculus iterations.
 
bool use_hierarchy_formula = true
 Use hierarchy shortcut when the matrix is a strict hierarchy.
 
std::size_t start_pow = 0
 Starting power; 0 means auto-detect (pyanp default).
 

Detailed Description

Options for limit-matrix calculation.


The documentation for this struct was generated from the following file: