Options class

Options.

The code snippet defines a class called Options that represents the options for a specific algorithm or function. It has two public member variables: max_iters and tolerance.

Public variables

unsigned int max_iters
double tolerance