Cucumis - Free online translation service
. .



Original text - English - Algorithms for optimization ...

Current statusOriginal text
This text is available in the following languages: EnglishTurkish

Title
Algorithms for optimization ...
Text to be translated
Submitted by mhmt23
Source language: English

Algorithms for optimization problems typically go through a sequence of steps, with a set of choices at each step. For many optimization problems, using dynamic programming to determine the best choices is overkill; simpler, more efficient algorithms will do. A greedy algorithm always makes the choice that looks best at the moment. That is, it makes a locally optimal choice in the hope that this choice will lead to a globally optimal solution.
Last edited by lilian canale - 7 May 2010 21:22