Learn R Programming

volesti (version 1.1.2-9)

zono_approx: An internal Rccp function for the over-approximation of a zonotope

Description

An internal Rccp function for the over-approximation of a zonotope

Usage

zono_approx(Z, fit_ratio = NULL, settings = NULL, seed = NULL)

Value

A List that contains a numerical matrix that describes the PCA approximation as a H-polytope and the ratio of fitness.

Arguments

Z

A zonotope.

fit_ratio

Optional. A boolean parameter to request the computation of the ratio of fitness.

settings

Optional. A list that declares the values of the parameters of CB algorithm.

seed

Optional. A fixed seed for the number generator.