
Information
- MVO (Multi-Verse Optimization) is a swarm-based metaheuristic optimization algorithm used for solving optimization problems.
- It is inspired by the concept of multiple universes, where each universe represents a possible solution to the optimization problem.
- The algorithm is based on three main phases: Initialization, Evolution, and Selection.
- In the Initialization phase, the algorithm creates a set of universes with random initial positions in the search space.
- In the Evolution phase, the universes are updated using a set of operators, including the Big Bang operator and the Black Hole operator, to explore the search space and to converge to promising solutions.
- The Big Bang operator updates the position of the universes by moving them away from each other, while the Black Hole operator moves the universes towards a promising solution.
- In the Selection phase, the universes with the best fitness value are selected to create the next generation of universes.
- MVO has been applied to solve various optimization problems, including feature selection, image processing, and forecasting, among others.
- One advantage of MVO is its ability to converge quickly to promising solutions while maintaining a good balance between exploration and exploitation of the search space.
'Zettelkasten > Terminology Information' 카테고리의 다른 글
EPO (Emperor Penguin Optimization) (0) | 2023.03.08 |
---|---|
FFNN (Feed Forward Neural Network) (0) | 2023.03.07 |
CMIFS (Conditional Mutual Information-based Feature Selection) (0) | 2023.03.06 |
GWO (Gray Wolf Optimization) (0) | 2023.03.06 |
LM (Levenberg–Marquardt) (0) | 2023.03.05 |
댓글