Metric Space Optimization Task: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
No edit summary
(ContinuousReplacement)
Tag: continuous replacement
Line 55: Line 55:


=== 2024 ===
=== 2024 ===
* (Wikipedia, 2024) ⇒ https://en.wikipedia.org/wiki/Mathematical_optimization Retrieved:2024-4-24.
* (Wikipedia, 2024) https://en.wikipedia.org/wiki/Mathematical_optimization Retrieved:2024-4-24.
** '''Mathematical optimization''' (alternatively spelled ''optimisation'') or '''mathematical programming''' is the selection of a best element, with regard to some criterion, from some set of available alternatives. <ref> "[http://glossary.computing.society.informs.org/index.php?page=nature.html The Nature of Mathematical Programming] ," ''Mathematical Programming Glossary'', INFORMS Computing Society. </ref> It is generally divided into two subfields: [[discrete optimization]] and [[continuous optimization]]. Optimization problems arise in all quantitative disciplines from [[computer science]] and [[engineering]]<ref name="edo2021"></ref> to [[operations research]] and [[economics]], and the development of solution methods has been of interest in [[mathematics]] for centuries.  <P> In the more general approach, an [[optimization problem]] consists of [[maxima and minima|maximizing or minimizing]] a [[Function of a real variable|real function]] by systematically choosing [[Argument of a function|input]] values from within an allowed set and computing the [[Value (mathematics)|value]] of the function. The generalization of optimization theory and techniques to other formulations constitutes a large area of [[applied mathematics]].
** '''Mathematical optimization''' (alternatively spelled ''optimisation'') or '''mathematical programming''' is the selection of a best element, with regard to some criterion, from some set of available alternatives. <ref> "[http://glossary.computing.society.informs.org/index.php?page=nature.html The Nature of Mathematical Programming] ," ''Mathematical Programming Glossary'', INFORMS Computing Society. </ref> It is generally divided into two subfields: [[discrete optimization]] and [[continuous optimization]]. Optimization problems arise in all quantitative disciplines from [[computer science]] and [[engineering]]<ref name="edo2021"></ref> to [[operations research]] and [[economics]], and the development of solution methods has been of interest in [[mathematics]] for centuries.  <P> In the more general approach, an [[optimization problem]] consists of [[maxima and minima|maximizing or minimizing]] a [[Function of a real variable|real function]] by systematically choosing [[Argument of a function|input]] values from within an allowed set and computing the [[Value (mathematics)|value]] of the function. The generalization of optimization theory and techniques to other formulations constitutes a large area of [[applied mathematics]].

Revision as of 18:19, 24 April 2024

A Metric Space Optimization Task is an optimization task that requires the identification of an optimal point in a metric space.



References

2012

2009a

  • (Wikipedia, 2009) ⇒ http://en.wikipedia.org/wiki/Estimation_theory
    • Estimation theory is a branch of statistics and signal processing that deals with estimating the values of parameters based on measured/empirical data. The parameters describe an underlying physical setting in such a way that the value of the parameters affects the distribution of the measured data. An estimator attempts to approximate the unknown parameters using the measurements.

      For example, it is desired to estimate the proportion of a population of voters who will vote for a particular candidate. That proportion is the unobservable parameter; the estimate is based on a small random sample of voters.

    • Or, for example, in radar the goal is to estimate the location of objects (airplanes, boats, etc.) by analyzing the received echo and a possible question to be posed is "where are the airplanes?" To answer where the airplanes are, it is necessary to estimate the distance the airplanes are at from the radar station, which can provide an absolute location if the absolute location of the radar station is known.
    • In estimation theory, it is assumed that the desired information is embedded in a noisy signal. Noise adds uncertainty, without which the problem would be deterministic and estimation would not be needed.

2009b

  • http://research.microsoft.com/en-us/um/people/zhang/inria/publis/tutorial-estim/node3.html
    • A Glance over Parameter Estimation in General: Parameter estimation is a discipline that provides tools for the efficient use of data for aiding in mathematically modeling of phenomena and the estimation of constants appearing in these models [2]. It can thus be visualized as a study of inverse problems. Much of parameter estimation can be related to four optimization problems:
      • criterion: the choice of the best function to optimize (minimize or maximize)
      • estimation: the optimization of the chosen function
      • design: optimal design to obtain the best parameter estimates
      • modeling: the determination of the mathematical model which best describes the system from which data are measured.

1999

  • (Nocedal & Wright, 1999) ⇒ Jorge Nocedal, and Stephen J. Wright. (1999). “Numerical Optimization." Springer, ISBN:0387987932.
    • NUMERICAL OPTIMIZATION presents a comprehensive and up-to-date description of the most effective methods in continuous optimization. ...

1977

  • (Beck & Arnold, 1977) ⇒ J.V. Beck, and K.J. Arnold. (1977). “Parameter Estimation in Engineering and Science. Wiley series in probability and mathematical statistics.

2024

  1. "The Nature of Mathematical Programming ," Mathematical Programming Glossary, INFORMS Computing Society.
  2. Cite error: Invalid <ref> tag; no text was provided for refs named edo2021