A hybrid algorithm is an algorithm that combines two or more other algorithms that solve the same problem, and is mostly used in programming languages like C++, either choosing one (depending on the data), or switching between them over the course of the algorithm. This is generally done to combine desired features of each, so that the overall algorithm is better than the individual components.
Attributes | Values |
---|
type
| |
label
| - Hybrid algorithm
- Algoritmo híbrido
|
comment
| - A hybrid algorithm is an algorithm that combines two or more other algorithms that solve the same problem, and is mostly used in programming languages like C++, either choosing one (depending on the data), or switching between them over the course of the algorithm. This is generally done to combine desired features of each, so that the overall algorithm is better than the individual components.
- Un algoritmo híbrido es uno que combina dos o más algoritmos que solucionan el mismo problema, ya sea escogiendo uno (a merced de los datos), o cambiando entre ellos sobre el curso del algoritmo. Esto se hace generalmente para combinar características deseadas de cada uno, a fin de que el algoritmo global sea mejor que los componentes individuales.
|
sameAs
| |
topic
| |
described by
| |
Subject
| |
dbo:wikiPageID
| |
dbo:wikiPageRevisionID
| |
dbo:wikiPageWikiLink
| |
is primary topic of
| |
wasDerivedFrom
| |
http://purl.org/li...ics/gold/hypernym
| |
dbo:abstract
| - Un algoritmo híbrido es uno que combina dos o más algoritmos que solucionan el mismo problema, ya sea escogiendo uno (a merced de los datos), o cambiando entre ellos sobre el curso del algoritmo. Esto se hace generalmente para combinar características deseadas de cada uno, a fin de que el algoritmo global sea mejor que los componentes individuales. "Algoritmo híbrido" no se refiere a combinar algoritmos para resolver un problema–muchos algoritmos son las combinaciones de pedazos más simples–pero si combinar algoritmos que resuelven el mismo problema y que difieren en características particulares como el tiempo de ejecución para un tamaño de entrada dado.
- A hybrid algorithm is an algorithm that combines two or more other algorithms that solve the same problem, and is mostly used in programming languages like C++, either choosing one (depending on the data), or switching between them over the course of the algorithm. This is generally done to combine desired features of each, so that the overall algorithm is better than the individual components. "Hybrid algorithm" does not refer to simply combining multiple algorithms to solve a different problem – many algorithms can be considered as combinations of simpler pieces – but only to combining algorithms that solve the same problem, but differ in other characteristics, notably performance.
|
dbo:wikiPageLength
| |
dbp:wikiPageUsesTemplate
| |
is sameAs
of | |
is topic
of | |
is dbo:wikiPageWikiLink
of | |