Class ZEROAlgorithmData

Inheritance Relationships

Derived Types

Class Documentation

class ZEROAlgorithmData

Data holder for algorithms.

Subclassed by Data::EPEC::DataObject, Data::IPG::DataObject

Public Members

Attr<double> DeviationTolerance{51e-4}

The numerical tolerance to check for existing deviations.

Attr<double> TimeLimit = {-1}

The timelimit for the solving procedure.

Attr<int> Threads = {0}

The number of threads for the solving process.

Attr<bool> PureNashEquilibrium = {false}

If true, the algorithm will specifically seek pure equilibria (if any)

Attr<unsigned long int> RandomSeed = {42}

Random seed for randomic operations.