Jump to content

Evaluation (disambiguation)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by LogoX (talk | contribs) at 11:42, 20 March 2013 (Computer science). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Evaluation mainly refers to the process of characterizing and appraising something of interest or of determining the value of an expression (mathematics). Other senses include:

Computer science

  • determining the value of an expression, see Eval()
  • Eager evaluation or strict evaluation, the model in which an expression is evaluated as soon as it gets bound to a variable
  • Evaluation function, also known as heuristic evaluation function or static evaluation function, used by game-playing programs to estimate the advantage of a position
  • Evaluation strategy or reduction strategy, a set of rules for defining the evaluation of expressions under β-reduction
  • Graphical Evaluation and Review Technique (GERT), a network analysis technique used in project management
  • Heuristic evaluation, a usability testing method to identify usability problems in a user interface (UI) design
  • Lazy evaluation, a technique of delaying computation of expressions until the results of the computation are needed
  • Minimal evaluation or short circuit evaluation, an evaluation strategy in which an expression is only evaluated until the point where its final value is known
  • Partial evaluation, a technique for program optimization by specialization
  • Remote evaluation, the transmission of executable software programs from a client computer to a server computer for execution
  • Standard Performance Evaluation Corporation (SPEC), a non-profit organization that aims to produce fair, impartial and meaningful benchmarks for computers

Groups or organizations

Measuring things

Other