Tag

evolutionary computation

1 views collected around this technical thread.

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
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.

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

Quick-Start Guide to Solving Optimization Problems with Geatpy’s Genetic Algorithm

This tutorial walks you through a quick-start example using Geatpy’s solver mode, showing how to define a problem, set up a genetic algorithm with mixed integer encoding, compute objective and constraint values, and execute the optimization to obtain optimal decision variables.

Pythonevolutionary computationgeatpy
0 likes · 9 min read
Quick-Start Guide to Solving Optimization Problems with Geatpy’s Genetic Algorithm
Model Perspective
Model Perspective
Jul 27, 2022 · Artificial Intelligence

How Genetic Algorithms Solve Complex Problems: A Deep Dive into Intelligent Optimization

Genetic algorithms, a key intelligent optimization technique, mimic natural selection through selection, crossover, and mutation to explore solution spaces globally, offering robust, parallelizable methods for finding optimal or near‑optimal solutions across diverse problems, with detailed mechanisms, parameters, and practical considerations explained.

crossoverevolutionary computationgenetic algorithm
0 likes · 12 min read
How Genetic Algorithms Solve Complex Problems: A Deep Dive into Intelligent Optimization
Model Perspective
Model Perspective
Jul 16, 2022 · Artificial Intelligence

How Genetic Algorithms Mimic Evolution to Solve Complex Optimization Problems

This article introduces genetic algorithms, explains their biological foundations and key concepts, outlines the standard optimization steps, and demonstrates their application to a traveling‑salesman case with Python code, covering encoding, selection, crossover, mutation, and parameter settings.

Pythonartificial intelligenceevolutionary computation
0 likes · 14 min read
How Genetic Algorithms Mimic Evolution to Solve Complex Optimization Problems
Model Perspective
Model Perspective
Jun 29, 2022 · Artificial Intelligence

How Genetic Algorithms Mimic Evolution to Solve Complex Problems

Genetic algorithms, introduced by J. Holland in 1975, emulate natural selection and genetic mechanisms by iteratively selecting, crossing, and mutating candidate solutions, preserving the fittest while discarding weaker ones, and continue this stochastic search until convergence, as illustrated through a series of explanatory cartoons.

artificial intelligenceevolutionary computationgenetic algorithms
0 likes · 3 min read
How Genetic Algorithms Mimic Evolution to Solve Complex Problems