Tag

heuristic algorithms

1 views collected around this technical thread.

Model Perspective
Model Perspective
Aug 2, 2024 · Artificial Intelligence

Unlocking Problem Solving: 7 Powerful Heuristic Algorithms Explained

This article introduces heuristic algorithms—strategies that use experience and trial to quickly find approximate solutions for complex, often NP‑hard problems—detailing seven popular methods such as Greedy, Tabu Search, Simulated Annealing, Ant Colony, Genetic, Particle Swarm, and Artificial Bee Colony, and highlighting their principles, steps, and real‑world insights.

AIOptimizationheuristic algorithms
0 likes · 10 min read
Unlocking Problem Solving: 7 Powerful Heuristic Algorithms Explained
Model Perspective
Model Perspective
Jul 31, 2024 · Artificial Intelligence

How Monte Carlo Tree Search Powers AlphaGo and Beyond: A Deep Dive

Monte Carlo Tree Search (MCTS) is a statistical heuristic algorithm that builds decision trees through selection, expansion, simulation, and backpropagation, enabling breakthroughs like AlphaGo’s victory and finding applications in robotics, autonomous driving, finance, and bioinformatics.

AI applicationsAlphaGoMCTS
0 likes · 7 min read
How Monte Carlo Tree Search Powers AlphaGo and Beyond: A Deep Dive
DaTaobao Tech
DaTaobao Tech
Aug 16, 2023 · Artificial Intelligence

Traditional Machine Learning for Allocation Planning in Supply Chains

The article presents a practical supply‑chain allocation‑planning case where a classic machine‑learning optimization model determines product transfers between over‑stocked and under‑stocked warehouses under capacity and demand constraints, using heuristics such as genetic algorithms and highlighting the continued relevance of traditional methods alongside deep‑learning approaches.

allocation optimizationgenetic algorithmheuristic algorithms
0 likes · 11 min read
Traditional Machine Learning for Allocation Planning in Supply Chains
Model Perspective
Model Perspective
Oct 2, 2022 · Artificial Intelligence

Modeling Human Growth with Heuristic Algorithms: Simulated Annealing, GA, PSO

When multivariate functions are hard to solve analytically, heuristic methods such as simulated annealing, genetic algorithms, particle swarm and bee algorithms—drawn from physical and biological processes—can approximate optimal solutions and even simulate complex phenomena like a student’s multidimensional development over time.

Optimizationgenetic algorithmheuristic algorithms
0 likes · 3 min read
Modeling Human Growth with Heuristic Algorithms: Simulated Annealing, GA, PSO