-
1 selection algorithm
таңдау алгоритміThe English-Kazakh dictionary of Informatics and computer technology dictionary > selection algorithm
-
2 selection algorithm
The English-Russian dictionary on reliability and quality control > selection algorithm
-
3 diversity selection algorithm using coding
алгоритм выбора сигнала при разнесённой передаче информации с кодированием (при использовании такого алгоритма передаваемая информация кодируется кодом, исправляющим или обнаруживающим ошибки, а на приёмной стороне выбор одного из выходных сигналов декодеров осуществляется путём мажоритарного голосования или по минимуму расстояния между принятым словом и декодированным словом); ср. power selection algorithmАнгло-русский словарь промышленной и научной лексики > diversity selection algorithm using coding
-
4 power selection algorithm
алгоритм выбора канала ( в многоканальном приёмнике) с наилучшей энергетикой; ср. diversity selection algorithm using codingАнгло-русский словарь промышленной и научной лексики > power selection algorithm
-
5 key selection algorithm
Англо-русский словарь нормативно-технической терминологии > key selection algorithm
-
6 key selection algorithm
Англо-русский словарь нефтегазовой промышленности > key selection algorithm
-
7 automated station selection algorithm
Универсальный англо-русский словарь > automated station selection algorithm
-
8 automated station selection algorithm
Engineering: ASSAУниверсальный русско-английский словарь > automated station selection algorithm
-
9 diversity selection algorithm
алгоритм выбора наилучшего канала в СС с разнесением (реализуется в приёмнике СС и заключается в выборе для последующей обработки сигнала того канала приёмника, в котором обеспечивается наименьшая ВОП)Англо-русский словарь промышленной и научной лексики > diversity selection algorithm
-
10 greedy selection algorithm
abbr. GSAалгоритм выбора (напр., оптимальной трассировки) с быстрой реакцией (по принципу «жадного клиента»)Англо-русский словарь промышленной и научной лексики > greedy selection algorithm
-
11 speed selection algorithm
алгоритм выбора [или переключения] скорости -
12 algorithm
4-D algorithm4-D descent advisor algorithmaiming algorithmBayesian algorithmBeam-Warming algorithmCFD algorithmCholesky algorithmcommand generation algorithmcomputational fluid dynamics algorithmcontrol algorithmdecomposition algorithmdesign algorithmdiagnosing algorithmdiagnosis algorithmdisplay algorithmengagement algorithmestimation algorithmEuler equation algorithmexplicit-implicit algorithmfeasible directions algorithmfeedback algorithmfilter algorithmfinite-volume algorithmflight management algorithmflight path algorithmflux-split algorithmFMS algorithmfrequency domain algorithmGauss-Newton algorithmgeometry generation algorithmgradient-based algorithmgrid algorithmguidance algorithmgunnery algorithmhidden surface algorithmimage-display algorithmLanczos algorithmleast-squares algorithmLevenberg-Marquardt algorithmlinear quadratic algorithmMacCormack algorithmmaneuver algorithmmaneuvering algorithmmarching algorithmmaximum likelihood estimate algorithmminimum variance algorithmmotion drive algorithmmotion-base drive algorithmmultigrid algorithmNavier-Stokes algorithmNewton-Raphson algorithmnonlinear programming algorithmoptimization algorithmplanning algorithmpole placement algorithmPotter algorithmQR algorithmrelaxation algorithmscheduling algorithmsearch algorithmshock fitting algorithmshock-capturing algorithmspeed profile algorithmspeed selection algorithmstability algorithmstate estimation algorithmsteepest descents algorithmsynthesis algorithmthrust algorithmtime-split algorithmtime-to-go algorithmtrim algorithmtwo-stage algorithm of splittingup-date algorithmupwind algorithmupwind-differenced algorithmvariable-gain algorithmweighted least squareszonal algorithm -
13 algorithm selection
Математика: выбор алгоритмов -
14 genetic algorithm
= GAкласс эвристических алгоритмов оптимизации и поиска, базирующийся на принципах генетики и естественного отбора (natural selection), разновидность эволюционных вычислений (evolutionary computation). Суть GA заключается в перемешивании (рекомбинации, recombination) наиболее перспективных ("выживших") вариантов решений из некоторого первоначального случайного набора вариантов. При этом получается следующее поколение вариантов. Периодически для моделирования мутаций (mutation) в наборы случайным образом вносятся изменения, например производится "скрещивание" (crossover) вариантов. Многократное повторение этого процесса в сочетании с процессом отбора (selection) лучших вариантов рассматривается как имитация процесса эволюции, что в ряде случаев позволяет найти эффективное решение задачи. Теоретические основы GA разработал Джон Холланд (John Holland) в 1975 г.Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > genetic algorithm
-
15 tool selection validation
English-Russian big polytechnic dictionary > tool selection validation
-
16 genetic algorithm input selection
Статистика: генетический алгоритм отбора входных данныхУниверсальный англо-русский словарь > genetic algorithm input selection
-
17 Adaptive Algorithm Selection Method
Software: AASMУниверсальный русско-английский словарь > Adaptive Algorithm Selection Method
-
18 branch and bound selection G algorithm
abbr. BNBалгоритм выбора (напр., оптимальной трассировки) на основе метода ветвей и границ ( ветвлений и ограничений)Англо-русский словарь промышленной и научной лексики > branch and bound selection G algorithm
-
19 алгоритм выборки по ключу
Русско-английский словарь нормативно-технической терминологии > алгоритм выборки по ключу
-
20 ASSA
1) Военный термин: Army Signal Supply Agency, area supply support activity, assembly area2) Техника: automated station selection algorithm3) Австралийский сленг: Academy of the Social Sciences of Australia5) Космонавтика: Austrian Solar and Space Agency
- 1
- 2
См. также в других словарях:
Selection algorithm — In computer science, a selection algorithm is an algorithm for finding the kth smallest number in a list (such a number is called the kth order statistic). This includes the cases of finding the minimum, maximum, and median elements. There are… … Wikipedia
Clonal Selection Algorithm — In Artificial immune systems, Clonal selection algorithms are a class of algorithms inspired by the clonal selection theory of acquired immunity that explains how B and T lymphocytes improve their response to antigens over time called affinity… … Wikipedia
Selection (disambiguation) — Selection may refer to:* Selection, in the context of biological evolution * in computer science ** Selection algorithm, an algorithm that finds the k th smallest number in a list ** Selection (genetic algorithm) ** Selection (relational algebra) … Wikipedia
Algorithm — Flow chart of an algorithm (Euclid s algorithm) for calculating the greatest common divisor (g.c.d.) of two numbers a and b in locations named A and B. The algorithm proceeds by successive subtractions in two loops: IF the test B ≤ A yields yes… … Wikipedia
Selection (genetic algorithm) — Selection is the stage of a genetic algorithm in which individual genomes are chosen from a population for later breeding (recombination or crossover).There are several generic selection algorithms, such as tournament selection and fitness… … Wikipedia
Selection sort — Infobox Algorithm class=Sorting algorithm data=Array time= О(n²) space= О(n) total, O(1) auxiliary optimal=Not usuallySelection sort is a sorting algorithm, specifically an in place comparison sort. It has O( n 2) complexity, making it… … Wikipedia
Selection-based search — A selection based search system is a search engine system in which the user invokes a search query using only the mouse.[1] A selection based search system allows the user to search the internet for more information about any keyword or phrase… … Wikipedia
Memetic algorithm — Memetic algorithms (MA) represent one of the recent growing areas of research in evolutionary computation. The term MA is now widely used as a synergy of evolutionary or any population based approach with separate individual learning or local… … Wikipedia
Fitness proportionate selection — Fitness proportionate selection, also known as roulette wheel selection, is a genetic operator used in genetic algorithms for selecting potentially useful solutions for recombination.In fitness proportionate selection, as in all selection methods … Wikipedia
Natural selection (disambiguation) — Natural selection is the process by which individual organisms with favorable traits are more likely to survive and reproduce.Natural selection may also refer to:* Natural Selection (video game), a modification for the computer game Half Life *… … Wikipedia
Search algorithm — In computer science, a search algorithm, broadly speaking, is an algorithm that takes a problem as input and returns a solution to the problem, usually after evaluating a number of possible solutions. Most of the algorithms studied by computer… … Wikipedia