Optimization (disambiguation): Difference between revisions
Jump to navigation
Jump to search
imported>Petréa Mitchell m (Big Cleanup) |
imported>Joshua David Williams m (added period to intoductory sentence) |
||
Line 1: | Line 1: | ||
'''Optimization''' is the process of minimizing or maximizing a criteria. Optimization is frequently used in [[mathematics]] and [[computer science]] | '''Optimization''' is the process of minimizing or maximizing a criteria. Optimization is frequently used in [[mathematics]] and [[computer science]]. | ||
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 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. |
Revision as of 19:49, 6 April 2007
Optimization is the process of minimizing or maximizing a criteria. Optimization is frequently used in mathematics and computer science.
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 mathematics, optimization refers to finding the minimum or maximum value of a variable that occurs on a function.