请输入您要查询的字词:

 

单词 optimization
释义
optimization

Mathematics
  • The process of finding the best possible solution to a problem. In mathematics, this often consists of maximizing or minimizing the value of a certain function, perhaps subject to given constraints. Compare constrained optimization.


Statistics
  • The minimization or maximization of some function, usually subject to restrictions (which are often on the values of the variables over which the optimization takes place).


Chemical Engineering
  • A procedure or set of procedures used to find the best compromise or optimal solution to a problem between conflicting requirements. Solved mathematically, it can be used to maximize or minimize a mathematical functional within defined constraints. For example, it can be used to maximize the yield from a chemical reaction or the revenue generated from a process while minimizing the consumption of energy, production of a by-product, or waste.


Computer
  • The process of finding the best solution to some problem, where ‘best’ accords to prestated criteria. The word is used in a number of contexts.

    1. In mathematics the word is generally used to describe the theory and practice of maximizing, or minimizing, a function (known as an objective function) of several variables that may be subject to a set of constraints. The special case of a linear objective function is the subject of linear programming. The case of nonlinear objective functions, with or without constraints, is treated in a quite well-developed field. The unconstrained optimization problem (usually expressed as minimization) is:

    minimizef(x)
    where f(x) is the given objective function of n real variables,
    x=(x1,x2,,xn)T
    A necessary condition for a minimum is that
    f/xi=0,i=1,2,,n
    which is a system of nonlinear equations. Newton’s method can be applied, but in practice this technique has been extensively modified to improve computational efficiency. Matrix-updating methods are a broad class of methods that involve a sophisticated means of computing approximations to the matrices required in Newton’s method.

    For constrained problems, x must also satisfy a system (possibly nonlinear) of equations or inequalities. Some of the ideas and methods for unconstrained problems can be suitably modified to handle the constraints. A successful technique is sequential quadratic programming.

    Optimization problems are widespread in control theory, chemical engineering, and many other fields.

    2. In programming the word is usually applied to part of the code-generation phase of a compiler, denoting production of object code that is in some sense optimal, i.e. making best use of the resources provided by the target machine, or at least using these resources in a manner that is not blatantly wasteful. Programs can be space-efficient in the sense of occupying minimal storage, or time-efficient in the sense of executing in the minimum time.

    Compiler optimization is usually directed toward generating time-efficient programs, and takes three forms. Global optimization seeks to reorder the sequencing of a program so as to eliminate redundant computations (moving invariant operations outside loop bodies, coalescing loops, etc.). Register optimization adjusts the allocation of machine registers to variables and intermediate quantities in such a way as to minimize the number of occasions on which a register has to be stored and later reloaded. Local (peephole) optimization seeks to adapt the code to exploit particular features of the machine architecture and to remove local mishandling such as loading a register with a value that it already contains.


Economics
  • In economics, the choice from all possible uses of resources of that which gives the best result. This is often represented by the maximization of benefits or the minimization of losses; in general, the objective function describes what is to be optimized. The set of potential choices may be unlimited (unconstrained optimization) or limited (constrained optimization) by resource scarcity, budget constraint, or legal barriers.


随便看

 

科学参考收录了60776条科技类词条,基本涵盖了常见科技类参考文献及英语词汇的翻译,是科学学习和研究的有利工具。

 

Copyright © 2000-2023 Sciref.net All Rights Reserved
京ICP备2021023879号 更新时间:2024/7/1 0:29:43