Hybrid algorithm (original) (raw)

About DBpedia

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.

Property Value
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. (es) 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. (en)
dbo:wikiPageID 40338559 (xsd:integer)
dbo:wikiPageLength 4329 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1089036916 (xsd:integer)
dbo:wikiPageWikiLink dbr:Quicksort dbr:Algorithm dbr:Hybrid_algorithm_(constraint_satisfaction) dbr:Hybrid_input_output_(HIO)_algorithm_for_phase_retrieval dbr:Decrease-and-conquer dbr:Introselect dbr:Introsort dbr:Arm's-length_recursion dbr:Computer_science dbr:MapReduce dbr:Median_of_medians dbr:C++ dbr:Timsort dbr:Distributed_algorithm dbr:Divide-and-conquer_algorithm dbr:Quickselect dbr:Flashsort dbc:Algorithms dbr:Sorting_algorithm dbr:Hybrid_genetic_algorithm dbr:Merge_sort dbr:Bucket_sort dbr:External_sorting dbr:Distribution_sort dbr:Heap_sort dbr:Recursive_algorithm dbr:Binary_search
dbp:wikiPageUsesTemplate dbt:Unreferenced
dcterms:subject dbc:Algorithms
gold:hypernym dbr:Algorithm
rdf:type dbo:Software yago:Abstraction100002137 yago:Act100030358 yago:Activity100407535 yago:Algorithm105847438 yago:Event100029378 yago:Procedure101023820 yago:PsychologicalFeature100023100 yago:YagoPermanentlyLocatedEntity yago:Rule105846932 yago:WikicatAlgorithms
rdfs: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. (en) 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. (es)
rdfs:label Algoritmo híbrido (es) Hybrid algorithm (en)
owl:sameAs freebase:Hybrid algorithm yago-res:Hybrid algorithm wikidata:Hybrid algorithm dbpedia-es:Hybrid algorithm dbpedia-fa:Hybrid algorithm https://global.dbpedia.org/id/fhTe
prov:wasDerivedFrom wikipedia-en:Hybrid_algorithm?oldid=1089036916&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Hybrid_algorithm
is dbo:wikiPageWikiLink of dbr:Program_optimization dbr:Merge-insertion_sort dbr:Introselect dbr:Introsort dbr:Analysis_of_algorithms dbr:General_algebraic_modeling_system dbr:Cache-oblivious_algorithm dbr:Timsort dbr:Divide-and-conquer_algorithm dbr:Brooks–Iyengar_algorithm dbr:Tim_Peters_(software_engineer) dbr:Sorting_algorithm dbr:Merge_sort dbr:Knapsack_problem dbr:Sort_(C++) dbr:Swarm_intelligence dbr:External_sorting dbr:List_of_terms_relating_to_algorithms_and_data_structures dbr:Multi-objective_optimization dbr:Multi-swarm_optimization
is foaf:primaryTopic of wikipedia-en:Hybrid_algorithm