FACTOID # 64: Sri Lanka has lowest divorce rate in the world - and the highest rate of female suicide.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS    Advanced view

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > Optimization problem

In computer science, an optimization problem is the problem to find among all feasible solutions for some problem the best one. More formally, an optimization problem A is a four-tuple (I,f,m,g), where Wikibooks Wikiversity has more about this subject: School of Computer Science Open Directory Project: Computer Science Collection of Computer Science Bibliographies Belief that title science in computer science is inappropriate Categories: Computer science ...

  • I is a set of instances;
  • given an instance , f(x) is the set of feasible solutions;
  • given an instance x and a feasible solution y of x, m(x,y) denotes the measure of y, which is usually a positive real.
  • g is the goal function, and is either min or max.

The goal is then to find for some instance x an optimal solution, that is, a feasible solution y with

For each optimization problem, there is a corresponding decision problem that asks whether there is a feasible solution for some particular measure m0. In logic, a decision problem is determining whether or not there exists a decision procedure or algorithm for a class S of questions requiring a Boolean value (i. ...


An NP optimization problem has the following further restrictions:

  • I can be recognized in polynomial time, and
  • the size of a feasible solution is polynomially bounded by the instance size.

This implies that the corresponding decision problem is in NP. Since interesting optimization problems usually fulfill these criteria, "optimization problem" is often used synonymous with "NP optimization problem". In computational complexity theory, Polynomial time refers to the computation time of a problem where the time, m(n), is no greater than a polynomial function of the problem size, n. ... In computational complexity theory, NP (Non-deterministic Polynomial time) is the set of decision problems solvable in polynomial time on a non-deterministic Turing machine. ...


  Results from FactBites:
 
IMA Thematic Year on Optimization, September 2002 - June 2003 (2786 words)
Problems arising in supply chain and logistics optimization are being studied in departments of operations research and management science, as well as by mathematicians and computer scientists.
Recently several new optimization paradigms and approaches have been proposed which not only have generated a large body of extremely important algorithmic research but have also given birth to new and widely diverse areas to which mathematical optimization is now being and can be applied.
Exposing the types of problems and simulation outputs of interest to industry to the developers of optimization algorithms and introducing derivative free optimization algorithms that have already been developed to those who wish to optimize some simulation model should have a major impact on this area.
Max-Min (2895 words)
We then provide a collection of statements of optimization problems together with visual demos that can be used within a lecture or assigned for students to use for practice.
Optimization problems often involve a situation in which you are asked to determine a largest or smallest value.
For this optimization problem it is easy to choose data that yields an optimal time that appears at an end point of the curve for which as sample is displayed.
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.