nearoptimal
Nearoptimal is a term used to describe solutions, strategies, or controls that are close to the best possible outcome for a given optimization problem. In algorithm design and operations research, near-optimal results are typically guaranteed by approximation bounds that quantify how far a produced solution may be from the optimum.
A standard formalism uses either multiplicative or additive measures of closeness. For a minimization problem with
Near-optimality is central when exact solutions are intractable, as in many NP-hard problems. Approximation algorithms and
Limitations include the dependence on knowledge of OPT or bounds, constants in the approximation ratio, and
See also: approximation algorithm, approximation ratio, PTAS, FPTAS, epsilon-optimal, suboptimality gap.