HiveBrain v1.2.0
Get Started
← Back to all entries
patternModerate

What is a Meta algorithm?

Submitted by: @import:stackexchange-cs··
0
Viewed 0 times
algorithmmetawhat

Problem

I am currently reading a survey paper on the multiplicative weight update meta-algorithm. I am not quite sure what they mean by "meta-algorithm". Is it simply a general algorithm that can be used for different purposes?

I couldn't find any exact definition for this term, though I have found examples of meta-algorithms such as Boosting in machine learning.

Solution

I interpret it as meaning "algorithmic technique". It's a general framework that can be used to solve a number of problems.

Don't worry too much about the meaning of that phrase. It's not something with an accepted definition, and you don't need to understand it to gain the value from that survey paper; it's just a passing phrase. Instead, focus on understanding the ideas and technical results in the survey paper.

Context

StackExchange Computer Science Q#107003, answer score: 13

Revisions (0)

No revisions yet.