Optimization (disambiguation): Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Joshua David Williams
m (added period to intoductory sentence)
imported>Pat Palmer
(major revision of this short "disambiguation/definition' article)
Line 1: Line 1:
'''Optimization''' is the process of minimizing or maximizing a criteria.  Optimization is frequently used in [[mathematics]] and [[computer science]].
In mathematics, '''Optimization''' is the process of minimizing or maximizing a criteria, such as finding the minimum or maximum value of a variable that occurs on a function.   


In computer science, optimization refers to making a process more efficient.  The measure of that efficiency is determined by the individual problem, but most optimizations are designed to make a process faster, less resource-intensive, or simpler.
In [[computer science]], optimization typically refers to a technique of heuristic for to making something execute faster or use less memory.  


In mathematics, optimization refers to finding the minimum or maximum value of a variable that occurs on a function.
==See Also==
[[List of compiler optimizations]] in [[computer science]]


[[Category:CZ Live]]
[[Category:CZ Live]]
[[Category:Computers Workgroup]]
[[Category:Computers Workgroup]]
[[Category:Mathematics Workgroup]]
[[Category:Mathematics Workgroup]]

Revision as of 21:43, 12 May 2007

In mathematics, Optimization is the process of minimizing or maximizing a criteria, such as finding the minimum or maximum value of a variable that occurs on a function.

In computer science, optimization typically refers to a technique of heuristic for to making something execute faster or use less memory.

See Also

List of compiler optimizations in computer science