Tag

metaheuristic

1 views collected around this technical thread.

Zhuanzhuan Tech
Zhuanzhuan Tech
Jun 18, 2025 · Operations

How Genetic Algorithms Optimize Field Service Dispatch: From VRPTW to Real‑World Gains

This article explains how a luxury‑goods pickup service transformed manual order assignment for four engineers and 24 orders into an automated, cost‑effective dispatch system using VRPTW modeling, algorithm selection, and a genetic algorithm that balances travel time and order distribution.

VRPTWdispatch optimizationgenetic algorithm
0 likes · 13 min read
How Genetic Algorithms Optimize Field Service Dispatch: From VRPTW to Real‑World Gains
Model Perspective
Model Perspective
Jul 25, 2024 · Artificial Intelligence

How Harris Hawks Optimization Mimics Eagle Hunting to Solve Complex Problems

The Harris Hawks Optimization (HHO) algorithm, inspired by the coordinated hunting tactics of Harris hawks, models exploration and exploitation phases to tackle complex optimization challenges, illustrated through a traffic signal timing case study that demonstrates its effectiveness and limitations.

AI algorithmsHarris Hawks Optimizationexploration-exploitation
0 likes · 6 min read
How Harris Hawks Optimization Mimics Eagle Hunting to Solve Complex Problems
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 1, 2023 · Artificial Intelligence

Particle Swarm Optimization (PSO): Principles, Mechanics, and Implementation Overview

This article provides a comprehensive overview of Particle Swarm Optimization, covering its biological inspiration, abstract modeling of bird foraging behavior, key concepts, algorithmic workflow, velocity update formulas, practical tips, and references for further study.

PSOartificial intelligenceevolutionary computation
0 likes · 12 min read
Particle Swarm Optimization (PSO): Principles, Mechanics, and Implementation Overview
Model Perspective
Model Perspective
Feb 28, 2023 · Artificial Intelligence

Master Simulated Annealing, Genetic Algorithm, and PSO with Python

Explore three powerful optimization techniques—Simulated Annealing, Genetic Algorithm, and Particle Swarm Optimization—through clear explanations, step-by-step procedures, and complete Python implementations that demonstrate how to find global minima of complex functions in practice and compare their performance.

genetic algorithmmetaheuristicoptimization
0 likes · 14 min read
Master Simulated Annealing, Genetic Algorithm, and PSO with Python
Model Perspective
Model Perspective
Nov 7, 2022 · Artificial Intelligence

How Particle Swarm Optimization Finds Global Optima: Theory and Practice

Particle Swarm Optimization (PSO), inspired by bird flocking behavior, is a simple yet powerful evolutionary computation technique that updates particle positions and velocities using personal and global bests, offering fast convergence, parallelism, and wide applications across function optimization, neural networks, pattern recognition, and robotics.

evolutionary algorithmsmetaheuristicparticle swarm optimization
0 likes · 9 min read
How Particle Swarm Optimization Finds Global Optima: Theory and Practice
Model Perspective
Model Perspective
Nov 7, 2022 · Artificial Intelligence

How Genetic Algorithms Mimic Evolution to Solve Complex Optimization Problems

This article introduces genetic algorithms, explains their biological inspiration, outlines key concepts and operators, details the step-by-step optimization process, and demonstrates their application to a traveling‑salesman case with Python code, highlighting encoding, selection, crossover, mutation, and fitness evaluation.

evolutionary computationgenetic algorithmmetaheuristic
0 likes · 14 min read
How Genetic Algorithms Mimic Evolution to Solve Complex Optimization Problems
Model Perspective
Model Perspective
Oct 23, 2022 · Artificial Intelligence

Understanding the Butterfly Optimization Algorithm: Theory and Python Code

This article explains the Butterfly Optimization Algorithm (BOA), covering its biological inspiration, core concepts such as scent-based global and local search, key parameters, iteration process, and provides a complete Python implementation with example usage and visualisation of convergence.

Butterfly Optimization Algorithmartificial intelligenceglobal search
0 likes · 15 min read
Understanding the Butterfly Optimization Algorithm: Theory and Python Code
Model Perspective
Model Perspective
Oct 19, 2022 · Artificial Intelligence

How the Artificial Bee Colony Algorithm Optimizes Complex Problems

The article explains the Artificial Bee Colony (ABC) algorithm, its biological inspiration, core components, and detailed steps—including employed, onlooker, and scout bee phases—followed by a complete Python implementation applied to a pressure‑vessel design optimization problem.

Artificial Bee Colonymetaheuristicoptimization
0 likes · 16 min read
How the Artificial Bee Colony Algorithm Optimizes Complex Problems
Model Perspective
Model Perspective
Oct 16, 2022 · Artificial Intelligence

Unlocking the Seagull Optimization Algorithm: Principles, Migration & Attack Mechanics

This article introduces the Seagull Optimization Algorithm (SOA), explains how it mimics seagull migration and attack behaviors to solve optimization problems, details its migration and prey‑attack phases, outlines the step‑by‑step workflow, and provides a full Python implementation with code examples.

Seagull Optimization Algorithmartificial intelligencemetaheuristic
0 likes · 10 min read
Unlocking the Seagull Optimization Algorithm: Principles, Migration & Attack Mechanics
Model Perspective
Model Perspective
Sep 30, 2022 · Artificial Intelligence

Unlocking TLBO: How Teaching-Learning Based Optimization Finds Global Optima

This article explains the teaching-learning based optimization (TLBO) algorithm, its teaching and learning phases, provides a complete Python implementation, and demonstrates its performance on minimizing a simple quadratic function with visualized convergence.

TLBOalgorithmmetaheuristic
0 likes · 10 min read
Unlocking TLBO: How Teaching-Learning Based Optimization Finds Global Optima
Model Perspective
Model Perspective
Aug 25, 2022 · Artificial Intelligence

How Particle Swarm Optimization Mimics Nature to Find Global Optima

Particle Swarm Optimization (PSO), inspired by bird flocking behavior, is a simple yet powerful population‑based metaheuristic that updates particle velocities and positions using individual and global bests, offering fast convergence, robustness, and wide applications across function optimization, neural networks, classification, and robotics.

evolutionary algorithmsglobal optimizationinertia weight
0 likes · 9 min read
How Particle Swarm Optimization Mimics Nature to Find Global Optima
Model Perspective
Model Perspective
May 31, 2022 · Fundamentals

How Simulated Annealing Finds High‑Quality Solutions: A Step‑by‑Step Guide

This article outlines the step‑by‑step procedure of the Simulated Annealing algorithm, covering initialization, new‑solution generation, incremental objective‑difference calculation, Metropolis acceptance, solution replacement, temperature updating, and includes a concise pseudocode illustration to help practitioners implement the method effectively.

metaheuristicobjective functionoptimization algorithm
0 likes · 4 min read
How Simulated Annealing Finds High‑Quality Solutions: A Step‑by‑Step Guide
Model Perspective
Model Perspective
May 31, 2022 · Fundamentals

How Simulated Annealing Finds Global Optima: From Physics to Optimization

Simulated Annealing, inspired by the physical annealing process and formalized by Metropolis and later Kirkpatrick, is a Monte‑Carlo based stochastic optimization method that probabilistically accepts worse solutions to escape local minima, with applications ranging from TSP and knapsack problems to graph coloring and scheduling.

boltzmann distributionmetaheuristicmonte carlo
0 likes · 5 min read
How Simulated Annealing Finds Global Optima: From Physics to Optimization